Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/hash/murmur/
H A DPMurHash.c95 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 DPMurHash128.c124 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 Dyield_precedence.phpt12 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 Darray_map_variation2.phpt7 $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 Dgh10043-016.phpt10 $k1 = new K1();
11 $map[$k1] = [$k1, $map];
/php-src/ext/sodium/tests/
H A Dcrypto_shorthash.phpt8 $k1 = '0123456789ABCDEF';
9 $h1 = sodium_crypto_shorthash($m1, $k1);
19 sodium_crypto_shorthash($m1, $k1 . $k2);
/php-src/ext/dba/libinifile/
H A Dinifile.c224 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 Dcrypt_freesec.c373 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 Dhash_gost.c26 #define round(tables, k1, k2) \ argument
27 t = (k1) + r; \
/php-src/Zend/
H A Dzend_strtod.c1013 int i, k1, n, n1; local
1022 k1 = b->k;
1025 k1++;
1026 b1 = Balloc(k1);
1034 k1 = 32 - k;
1038 z = *x++ >> k1;
1046 k1 = 16 - k;
1050 z = *x++ >> k1;
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c10822 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()
11305 int k, k1, k2; in mbfl_filt_conv_wchar_cp936() local
11342 while (k1 < k2) { in mbfl_filt_conv_wchar_cp936()
11347 k1 = k + 1; in mbfl_filt_conv_wchar_cp936()
11516 k1 = k + 1; in mb_wchar_to_cp936()
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua1108 local k1, cc, k2 = match(k, "^(.-)(..)([._].*)$")
1111 local v = rawget(t, k1..k2)
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt212 array( '#aew:U]W\'{k1(iTOm1/`Dd:0JR@ea>6e {]:R<qZ8^', '3d7194b6e03cc23b' ),
/php-src/ext/hash/xxhash/
H A Dxxhash.h2497 xxh_u64 const k1 = XXH64_round(0, XXH_get64bits(ptr)); in XXH64_finalize() local
2499 h64 ^= k1; in XXH64_finalize()

Completed in 84 milliseconds