Searched refs:k1 (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 832 int i, k1, n, n1; local 841 k1 = b->k; 844 k1++; 846 b1 = Balloc(k1); 855 k1 = 32 - k; 859 z = *x++ >> k1; 868 k1 = 16 - k; 872 z = *x++ >> k1;
|
| /PHP_5_3/ext/standard/ |
| H A D | crypt_freesec.c | 381 uint32_t k0, k1, rawkey0, rawkey1; local 420 k1 = key_perm_maskr[0][rawkey0 >> 25] 438 t1 = (k1 << shifts) | (k1 >> (28 - shifts));
|
| /PHP_5_3/ |
| H A D | run-tests.php | 2187 reset($old1); $k1 = key($old1); $l1 = -2; 2190 while ($k1 !== null || $k2 !== null) { 2192 if ($k1 == $l1 + 1 || $k2 === null) { 2193 $l1 = $k1; 2195 $k1 = next($old1) ? key($old1) : null; variable 2196 } else if ($k2 == $l2 + 1 || $k1 === null) { 2200 } else if ($k1 < $k2) { 2201 $l1 = $k1; 2203 $k1 = next($old1) ? key($old1) : null; variable
|
| /PHP_5_3/ext/dba/libinifile/ |
| H A D | inifile.c | 228 static int inifile_key_cmp(const key_type *k1, const key_type *k2 TSRMLS_DC) argument 230 assert(k1->group && k1->name && k2->group && k2->name); 232 if (!strcasecmp(k1->group, k2->group)) { 233 if (!strcasecmp(k1->name, k2->name)) {
|
| /PHP_5_3/ext/hash/ |
| H A D | hash_gost.c | 30 #define round(k1, k2) \ 31 t = (k1) + r; \
|
Completed in 13 milliseconds