Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/standard/tests/array/
H A Darray_map_variation2.phpt34 ["k1"]=>
42 ["k1"]=>
53 ["k1"]=>
72 ["k1"]=>
87 ["k1"]=>
95 ["k1"]=>
125 ["k1"]=>
137 ["k1"]=>
145 ["k1"]=>
181 ["k1"]=>
[all …]
/PHP-7.1/ext/mbstring/libmbfl/filters/
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 …]
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()
/PHP-7.1/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.1/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.1/
H A Drun-tests.php2296 reset($old1); $k1 = key($old1); $l1 = -2;
2299 while ($k1 !== null || $k2 !== null) {
2301 if ($k1 == $l1 + 1 || $k2 === null) {
2302 $l1 = $k1;
2304 $k1 = next($old1) ? key($old1) : null;
2305 } else if ($k2 == $l2 + 1 || $k1 === null) {
2309 } else if ($k1 < $k2) {
2310 $l1 = $k1;
2312 $k1 = next($old1) ? key($old1) : null;
/PHP-7.1/ext/hash/
H A Dhash_gost.c30 #define round(tables, k1, k2) \ argument
31 t = (k1) + r; \
/PHP-7.1/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.1/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.1/ext/hash/tests/
H A Dfnv1a64.phpt214 array( '#aew:U]W\'{k1(iTOm1/`Dd:0JR@ea>6e {]:R<qZ8^', '3d7194b6e03cc23b' ),
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c204033 const double k1 = 1.2; /* Constant "k1" from BM25 formula */
204070 ( aFreq[i] * (k1 + 1.0) ) /
204071 ( aFreq[i] + k1 * (1 - b + b * D / pData->avgdl) )

Completed in 458 milliseconds