/php-src/ext/hash/murmur/ |
H A D | PMurHash.c | 95 k1 *= kC1;\ 96 k1 = ROTL32(k1,15);\ 97 k1 *= kC2;\ 99 h1 ^= k1;\ 147 doblock(h1, k1); in PMurHash32_Process() 165 doblock(h1, k1); in PMurHash32_Process() 172 k1 |= c<<8; in PMurHash32_Process() 180 k1 |= c<<16; in PMurHash32_Process() 188 k1 |= c<<24; in PMurHash32_Process() 210 uint32_t k1; in PMurHash32_Result() local [all …]
|
H A D | PMurHash128.c | 124 k1 *= kC1; k1 = ROTL32(k1,15); k1 *= kC2; h1 ^= k1;\ 149 k1 = k1>>8 | (uint32_t)*ptr++<<24;\ 211 k1 = pcarry[0]; in PMurHash128x86_Result() 213 k1 *= kC1; k1 = ROTL32(k1,15); k1 *= kC2; h1 ^= k1; in PMurHash128x86_Result() 416 pcarry[0] = k1; in PMurHash128x86_Process() 448 k1 *= kC1L; k1 = ROTL64(k1,31); k1 *= kC2L; h1 ^= k1;\ 466 k1 = k1>>8 | (uint64_t)*ptr++<<56;\ 489 uint64_t k1; in PMurHash128x64_Result() local 494 k1 = pcarry[0]; in PMurHash128x64_Result() 501 k1 *= kC1L; k1 = ROTL64(k1,31); k1 *= kC2L; h1 ^= k1; in PMurHash128x64_Result() [all …]
|
/php-src/Zend/tests/generators/ |
H A D | yield_precedence.phpt | 12 yield yield "k1" => yield "k2" => "a" . "b"; 13 yield yield "k1" => (yield "k2") => "a" . "b"; 14 var_dump([yield "k1" => yield "k2" => "a" . "b"]); 15 var_dump([yield "k1" => (yield "k2") => "a" . "b"]); 35 k1 => 6 38 k1 => 9 41 k1 => 12 47 k1 => 14
|
/php-src/ext/standard/tests/array/ |
H A D | array_map_variation2.phpt | 7 $arr = array("k1" => "v1","k2"=>"v2"); 8 $arr[]=&$arr["k1"]; 27 ["k1"]=> 37 ["k1"]=> 56 ["k1"]=> 68 ["k1"]=> 103 ["k1"]=> 114 ["k1"]=>
|
/php-src/Zend/tests/weakrefs/ |
H A D | gh10043-016.phpt | 10 $k1 = new K1(); 11 $map[$k1] = [$k1, $map];
|
/php-src/ext/sodium/tests/ |
H A D | crypto_shorthash.phpt | 8 $k1 = '0123456789ABCDEF'; 9 $h1 = sodium_crypto_shorthash($m1, $k1); 19 sodium_crypto_shorthash($m1, $k1 . $k2);
|
/php-src/ext/dba/libinifile/ |
H A D | inifile.c | 224 static int inifile_key_cmp(const key_type *k1, const key_type *k2) in inifile_key_cmp() argument 226 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp() 228 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp() 229 if (!strcasecmp(k1->name, k2->name)) { in inifile_key_cmp()
|
/php-src/ext/standard/ |
H A D | crypt_freesec.c | 373 uint32_t k0, k1, rawkey0, rawkey1; in des_setkey() local 412 k1 = key_perm_maskr[0][rawkey0 >> 25] in des_setkey() 430 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
|
/php-src/ext/hash/ |
H A D | hash_gost.c | 26 #define round(tables, k1, k2) \ argument 27 t = (k1) + r; \
|
/php-src/Zend/ |
H A D | zend_strtod.c | 1009 int i, k1, n, n1; local 1018 k1 = b->k; 1021 k1++; 1022 b1 = Balloc(k1); 1030 k1 = 32 - k; 1034 z = *x++ >> k1; 1042 k1 = 16 - k; 1046 z = *x++ >> k1;
|
/php-src/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_cjk.c | 10822 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local 10879 if (k1 >= 0) { in mbfl_filt_conv_wchar_gb18030() 10899 k1 = 0; in mbfl_filt_conv_wchar_gb18030() 10901 while (k1 < k2) { in mbfl_filt_conv_wchar_gb18030() 10906 k1 = k + 1; in mbfl_filt_conv_wchar_gb18030() 11159 k1 = k + 1; in mb_wchar_to_gb18030() 11306 int k, k1, k2; in mbfl_filt_conv_wchar_cp936() local 11343 while (k1 < k2) { in mbfl_filt_conv_wchar_cp936() 11348 k1 = k + 1; in mbfl_filt_conv_wchar_cp936() 11517 k1 = k + 1; in mb_wchar_to_cp936() [all …]
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_arm.lua | 1108 local k1, cc, k2 = match(k, "^(.-)(..)([._].*)$") 1111 local v = rawget(t, k1..k2)
|
/php-src/ext/hash/tests/ |
H A D | fnv1a64.phpt | 212 array( '#aew:U]W\'{k1(iTOm1/`Dd:0JR@ea>6e {]:R<qZ8^', '3d7194b6e03cc23b' ),
|
/php-src/ext/hash/xxhash/ |
H A D | xxhash.h | 2497 xxh_u64 const k1 = XXH64_round(0, XXH_get64bits(ptr)); in XXH64_finalize() local 2499 h64 ^= k1; in XXH64_finalize()
|