Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/array/
H A Darray_map_variation2.phpt35 ["k1"]=>
43 ["k1"]=>
54 ["k1"]=>
73 ["k1"]=>
97 ["k1"]=>
105 ["k1"]=>
135 ["k1"]=>
147 ["k1"]=>
155 ["k1"]=>
191 ["k1"]=>
[all …]
/PHP-5.5/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-5.5/ext/dba/libinifile/
H A Dinifile.c227 static int inifile_key_cmp(const key_type *k1, const key_type *k2 TSRMLS_DC) 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-5.5/ext/standard/
H A Dcrypt_freesec.c381 uint32_t k0, k1, rawkey0, rawkey1; in des_setkey() local
420 k1 = key_perm_maskr[0][rawkey0 >> 25] in des_setkey()
438 t1 = (k1 << shifts) | (k1 >> (28 - shifts)); in des_setkey()
/PHP-5.5/
H A Drun-tests.php2219 reset($old1); $k1 = key($old1); $l1 = -2;
2222 while ($k1 !== null || $k2 !== null) {
2224 if ($k1 == $l1 + 1 || $k2 === null) {
2225 $l1 = $k1;
2227 $k1 = next($old1) ? key($old1) : null;
2228 } else if ($k2 == $l2 + 1 || $k1 === null) {
2232 } else if ($k1 < $k2) {
2233 $l1 = $k1;
2235 $k1 = next($old1) ? key($old1) : null;
/PHP-5.5/ext/hash/
H A Dhash_gost.c30 #define round(k1, k2) \ argument
31 t = (k1) + r; \
/PHP-5.5/Zend/
H A Dzend_strtod.c831 int i, k1, n, n1; in lshift() local
840 k1 = b->k; in lshift()
843 k1++; in lshift()
845 b1 = Balloc(k1); in lshift()
854 k1 = 32 - k; in lshift()
858 z = *x++ >> k1; in lshift()
867 k1 = 16 - k; in lshift()
871 z = *x++ >> k1; in lshift()
/PHP-5.5/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

Completed in 46 milliseconds