Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/hash/murmur/
H A DPMurHash128.c128 k2 *= kC2; k2 = ROTL32(k2,16); k2 *= kC3; h2 ^= k2;\
153 k2 = k2>>8 | (uint32_t)*ptr++<<24;\
208 k2 = pcarry[1]; in PMurHash128x86_Result()
210 k2 *= kC2; k2 = ROTL32(k2,16); k2 *= kC3; h2 ^= k2; in PMurHash128x86_Result()
311 k2 = k1<<lshift | k2>>rshift; // 7654. in PMurHash128x86_Process()
372 k2 = k3<<lshift | k2>>rshift; // nmlk. in PMurHash128x86_Process()
452 k2 *= kC2L; k2 = ROTL64(k2,33); k2 *= kC1L; h2 ^= k2;\
471 k2 = k2>>8 | (uint64_t)*ptr++<<56;\
475 k2 = k2>>8 | (uint64_t)*ptr++<<56;\
497 k2 *= kC2L; k2 = ROTL64(k2,33); k2 *= kC1L; h2 ^= k2; 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"]);
34 k2 => ab
37 3 => k2
40 k2 => ab
46 11 => k2
/php-src/ext/standard/tests/array/
H A Darray_map_variation2.phpt7 $arr = array("k1" => "v1","k2"=>"v2");
29 ["k2"]=>
42 ["k2"]=>
58 ["k2"]=>
70 ["k2"]=>
105 ["k2"]=>
116 ["k2"]=>
/php-src/ext/sodium/tests/
H A Dcrypto_shorthash.phpt11 $k2 = '0123456789abcdef';
12 $h2 = sodium_crypto_shorthash($m1, $k2);
15 $h3 = sodium_crypto_shorthash($m2, $k2);
19 sodium_crypto_shorthash($m1, $k1 . $k2);
/php-src/Zend/tests/weakrefs/
H A Dgh10043-016.phpt13 $k2 = new K2();
14 $map[$k2] = $k2;
/php-src/ext/spl/tests/
H A Ddllist_002.phpt16 foreach($dll as $k2=>$v2) {
17 echo "->$k2=>$v2\n";
/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/Zend/tests/
H A Dbug43201.phpt17 $c->arr[0]["k2"] = $ref;
20 $c->arr[$cnt]["k2"] = $ref;
/php-src/ext/hash/
H A Dhash_gost.c26 #define round(tables, k1, k2) \ argument
30 t = (k2) + l; \
/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/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c10822 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local
10901 while (k1 < k2) { in mbfl_filt_conv_wchar_gb18030()
10904 k2 = k; in mbfl_filt_conv_wchar_gb18030()
11154 while (k1 < k2) { in mb_wchar_to_gb18030()
11157 k2 = k; 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()
11346 k2 = k; in mbfl_filt_conv_wchar_cp936()
11512 while (k1 < k2) { in mb_wchar_to_cp936()
11515 k2 = k; in mb_wchar_to_cp936()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3549 ir_ref n2, k2; in _zend_jit_fix_merges() local
3558 k2 = 1 + (k >> 2); in _zend_jit_fix_merges()
3559 while (k2 != n2) { in _zend_jit_fix_merges()
3560 (insn+k2)->optx = IR_NOP; in _zend_jit_fix_merges()
3561 k2++; in _zend_jit_fix_merges()
3577 k2 = 1 + ((k + 1) >> 2); in _zend_jit_fix_merges()
3578 while (k2 != n2) { in _zend_jit_fix_merges()
3579 (phi+k2)->optx = IR_NOP; in _zend_jit_fix_merges()
3580 k2++; in _zend_jit_fix_merges()

Completed in 106 milliseconds