Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 38) sorted by path

12

/PHP-7.1/Zend/
H A Dzend_sort.c178 char *i, *j, *k; in zend_insert_sort() local
H A Dzend_strtod.c581 (k) int k; in Balloc() argument
720 int i, k; local
757 int k = 0; local
791 int k; local
856 int k, wa, wb, wc; local
962 (b, k) Bigint *b; int k; in pow5mult() argument
1019 (b, k) Bigint *b; int k; in lshift() argument
1255 int k; local
1325 int de, k; local
1459 int k, ka, kb; local
[all …]
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c392 size_t i, j, k; in cdf_read_sat() local
1041 size_t nr, i, k; in cdf_unpack_catalog() local
H A Dreadcdf.c185 size_t j, k = 1; in cdf_file_property_info() local
556 size_t j, k; in file_trycdf() local
/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c1509 long k; in gdImageScaleBicubicFixed() local
2030 int k; in gdImageRotateBicubicFixed() local
H A Dgd_jpeg.c499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
H A Dgd_png.c602 int k; in gdImagePngCtxEx() local
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
/PHP-7.1/ext/hash/
H A Dhash_md.c454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
456 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
/PHP-7.1/ext/ldap/
H A Dldap.c1708 int i, j, k; in PHP_FUNCTION() local
/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_big5.c147 int k; in mbfl_filt_conv_big5_wchar() local
240 int k; in mbfl_filt_conv_wchar_big5() local
H A Dmbfilter_cp936.c105 int k; in mbfl_filt_conv_cp936_wchar() local
193 int k, k1, k2; in mbfl_filt_conv_wchar_cp936() local
H A Dmbfilter_gb18030.c84 int k, k1 = 0, k2 = n-1; in mbfl_bisec_srch() local
102 int k, k1 = 0, k2 = n; in mbfl_bisec_srch2() local
127 int k; in mbfl_filt_conv_gb18030_wchar() local
287 int k, k1, k2; in mbfl_filt_conv_wchar_gb18030() local
H A Dmbfilter_sjis_2004.c136 int k; in mbfl_filt_conv_jis2004_wchar() local
486 int k; in mbfl_filt_conv_wchar_jis2004() local
682 int k, c1, c2, s1, s2; in mbfl_filt_conv_jis2004_flush() local
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c813 int len, n, m, k; in mbfl_strlen() local
937 int len, n, m, k; in mbfl_oddlen() local
1308 int n, m, k, len, start, end; in mbfl_substr() local
/PHP-7.1/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dgen_exp.c115 static int utf32_utf8(char *buf, int k) in utf32_utf8()
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Dunicode.c11038 int i, j, k, r; local
11179 int n, i, j, k, len; local
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregexec.c614 #define STACK_GET_MEM_START(mnum, k) do {\ argument
630 #define STACK_GET_MEM_RANGE(k, mnum, start, end) do {\ argument
776 #define STACK_POS_END(k) do {\ argument
928 #define STACK_GET_REPEAT(id, k) do {\ argument
1042 OnigStackType* k = *kp; in make_capture_history_tree() local
1097 OnigStackType* k; in backref_match_at_nested_level() local
/PHP-7.1/ext/mbstring/ucgendat/
H A Ducgendat.c227 int i, j, k, len; in add_range() local
1305 int j, k; in write_cdata() local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd.h212 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
H A Dmysqlnd_libmysql_compat.h107 #define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v)) argument
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.c656 int j, k, changed; in zend_cfg_compute_dominators_tree() local
711 int k = blocks[blocks[j].idom].children; in zend_cfg_compute_dominators_tree() local
767 int i, j, k, n; in zend_cfg_identify_loops() local
H A Dzend_dfg.c29 int k; in zend_build_dfg() local
H A Dzend_ssa.c556 uint32_t k = opline - op_array->opcodes; in zend_ssa_rename() local
857 int i, j, k, changed; in zend_build_ssa() local
/PHP-7.1/ext/pcre/
H A Dupgrade-pcre.php86 $k = array_search('CVS', $dirorig); variable
90 $k = array_search('.svn', $dirorig); variable

Completed in 121 milliseconds

12