Searched refs:k2 (Results 1 – 8 of 8) sorted by relevance
/PHP-5.4/ext/standard/tests/array/ |
H A D | array_map_variation2.phpt | 37 ["k2"]=> 45 ["k2"]=> 59 ["k2"]=> 75 ["k2"]=> 99 ["k2"]=> 107 ["k2"]=> 137 ["k2"]=> 149 ["k2"]=> 157 ["k2"]=> 193 ["k2"]=> [all …]
|
/PHP-5.4/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_gb18030.c | 84 int k, k1 = 0, k2 = n-1; in mbfl_bisec_srch() local 86 while (k1 < k2) { in mbfl_bisec_srch() 87 k = (k1+k2) >> 1; in mbfl_bisec_srch() 89 k2 = k; in mbfl_bisec_srch() 102 int k, k1 = 0, k2 = n; in mbfl_bisec_srch2() local 108 while (k2 - k1 > 1) { in mbfl_bisec_srch2() 109 k = (k1 + k2) >> 1; in mbfl_bisec_srch2() 111 k2 = k; in mbfl_bisec_srch2() 287 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local 358 while (k1 < k2) { in mbfl_filt_conv_wchar_gb18030() [all …]
|
H A D | mbfilter_cp936.c | 193 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() 233 k2 = k; in mbfl_filt_conv_wchar_cp936()
|
/PHP-5.4/ext/spl/tests/ |
H A D | dllist_002.phpt | 16 foreach($dll as $k2=>$v2) { 17 echo "->$k2=>$v2\n";
|
/PHP-5.4/Zend/tests/ |
H A D | bug43201.phpt | 17 $c->arr[0]["k2"] = $ref; 20 $c->arr[$cnt]["k2"] = $ref;
|
/PHP-5.4/ext/dba/libinifile/ |
H A D | inifile.c | 227 static int inifile_key_cmp(const key_type *k1, const key_type *k2 TSRMLS_DC) in inifile_key_cmp() 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-5.4/ |
H A D | run-tests.php | 2217 reset($old2); $k2 = key($old2); $l2 = -2; 2219 while ($k1 !== null || $k2 !== null) { 2221 if ($k1 == $l1 + 1 || $k2 === null) { 2225 } else if ($k2 == $l2 + 1 || $k1 === null) { 2226 $l2 = $k2; 2228 $k2 = next($old2) ? key($old2) : null; 2229 } else if ($k1 < $k2) { 2234 $l2 = $k2; 2236 $k2 = next($old2) ? key($old2) : null;
|
/PHP-5.4/ext/hash/ |
H A D | hash_gost.c | 30 #define round(k1, k2) \ argument 34 t = (k2) + l; \
|
Completed in 21 milliseconds