Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 12 of 12) sorted by path

/PHP-7.0/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-7.0/Zend/
H A Dzend_strtod.c1024 int i, k1, n, n1; local
1033 k1 = b->k;
1036 k1++;
1037 b1 = Balloc(k1);
1045 k1 = 32 - k;
1049 z = *x++ >> k1;
1057 k1 = 16 - k;
1061 z = *x++ >> k1;
/PHP-7.0/ext/dba/libinifile/
H A Dinifile.c227 static int inifile_key_cmp(const key_type *k1, const key_type *k2) in inifile_key_cmp() argument
229 assert(k1->group && k1->name && k2->group && k2->name); in inifile_key_cmp()
231 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp()
232 if (!strcasecmp(k1->name, k2->name)) { in inifile_key_cmp()
/PHP-7.0/ext/hash/
H A Dhash_gost.c30 #define round(tables, k1, k2) \ argument
31 t = (k1) + r; \
/PHP-7.0/ext/hash/tests/
H A Dfnv1a64.phpt214 array( '#aew:U]W\'{k1(iTOm1/`Dd:0JR@ea>6e {]:R<qZ8^', '3d7194b6e03cc23b' ),
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja760 gd-1.7.3-1k1, gd-devel-1.7.3-1k1, freetype-1.3.1-5, freetype-devel-1.3.1-5
/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cp936.c193 int k, k1, k2; in mbfl_filt_conv_wchar_cp936() local
229 k1 = 0; k2 = mbfl_cp936_pua_tbl_max; in mbfl_filt_conv_wchar_cp936()
230 while (k1 < k2) { in mbfl_filt_conv_wchar_cp936()
231 k = (k1 + k2) >> 1; in mbfl_filt_conv_wchar_cp936()
235 k1 = k + 1; in mbfl_filt_conv_wchar_cp936()
H A Dmbfilter_gb18030.c86 while (k1 < k2) { in mbfl_bisec_srch()
87 k = (k1+k2) >> 1; in mbfl_bisec_srch()
91 k1 = k + 1; in mbfl_bisec_srch()
96 return k1; in mbfl_bisec_srch()
108 while (k2 - k1 > 1) { in mbfl_bisec_srch2()
109 k = (k1 + k2) >> 1; in mbfl_bisec_srch2()
113 k1 = k; in mbfl_bisec_srch2()
287 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local
339 if (k1 >= 0) { in mbfl_filt_conv_wchar_gb18030()
358 while (k1 < k2) { in mbfl_filt_conv_wchar_gb18030()
[all …]
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c180350 const double k1 = 1.2; /* Constant "k1" from BM25 formula */
180387 ( aFreq[i] * (k1 + 1.0) ) /
180388 ( aFreq[i] + k1 * (1 - b + b * D / pData->avgdl) )
/PHP-7.0/ext/standard/
H A Dcrypt_freesec.c379 uint32_t k0, k1, rawkey0, rawkey1; in des_setkey() local
418 k1 = key_perm_maskr[0][rawkey0 >> 25] in des_setkey()
436 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
/PHP-7.0/ext/standard/tests/array/
H A Darray_map_variation2.phpt35 ["k1"]=>
43 ["k1"]=>
54 ["k1"]=>
73 ["k1"]=>
88 ["k1"]=>
96 ["k1"]=>
126 ["k1"]=>
138 ["k1"]=>
146 ["k1"]=>
182 ["k1"]=>
[all …]
/PHP-7.0/
H A Drun-tests.php2318 reset($old1); $k1 = key($old1); $l1 = -2;
2321 while ($k1 !== null || $k2 !== null) {
2323 if ($k1 == $l1 + 1 || $k2 === null) {
2324 $l1 = $k1;
2326 $k1 = next($old1) ? key($old1) : null;
2327 } else if ($k2 == $l2 + 1 || $k1 === null) {
2331 } else if ($k1 < $k2) {
2332 $l1 = $k1;
2334 $k1 = next($old1) ? key($old1) : null;

Completed in 511 milliseconds