Home
last modified time | relevance | path

Searched defs:k (Results 26 – 50 of 56) sorted by relevance

123

/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c387 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn() local
444 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn2() local
608 ir_ref i, j, n, k, *p, use; in ir_sccp_remove_unfeasible_merge_inputs() local
H A Dir_ra.c583 uint32_t b, i, j, k, n, succ, *p; in ir_compute_live_ranges() local
1241 uint32_t b, i, j, k, n, succ; in ir_compute_live_ranges() local
1859 ir_ref *p, use, input, k, j; in ir_coalesce() local
2065 ir_ref j, k, *p, use; in ir_compute_dessa_moves() local
2110 uint32_t succ, k, n = 0; in ir_gen_dessa_moves() local
H A Dir_dump.c170 ir_ref k, i, *p, use_ref, input; in ir_dump_dessa_moves() local
H A Dir_emit.c897 uint32_t succ, k, n = 0; in ir_emit_dessa_moves() local
/php-src/ext/standard/
H A Dcrypt_freesec.c211 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
H A Dcrypt_blowfish.c848 const char *k = "\xff\xa3" "34" "\xff\xff\xff\xa3" "345"; in php_crypt_blowfish_rn() local
H A Darray.c3625 uint32_t k = 0; local
3676 uint32_t k = 0; local
6018 uint32_t i, k, n; local
6593 uint32_t k, maxlen = 0; local
H A Dhtml_tables.h91 #define ENT_ENC_TO_UNI_STAGE1(k) ((k & 0xC0) >> 6) argument
93 #define ENT_ENC_TO_UNI_STAGE2(k) ((k) & 0x3F) argument
1088 #define ENT_STAGE1_INDEX(k) (((k) & 0xFFF000) >> 12) /* > 1D, we have no mapping */ argument
1089 #define ENT_STAGE2_INDEX(k) (((k) & 0xFC0) >> 6) argument
1090 #define ENT_STAGE3_INDEX(k) ((k) & 0x3F) argument
1091 #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k)) argument
/php-src/ext/gd/libgd/
H A Dgd_png.c633 int k; in gdImagePngCtxEx() local
H A Dgd_jpeg.c525 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
H A Dgd_interpolation.c1371 long k; in gdImageScaleBicubicFixed() local
1890 int k; in gdImageRotateBicubicFixed() local
/php-src/ext/hash/murmur/
H A DPMurHash128.c98 FORCE_INLINE uint64_t fmix64 ( uint64_t k ) in fmix64()
/php-src/ext/gmp/
H A Dgmp.stub.php186 function gmp_binomial(GMP|int|string $n, int $k): GMP {}
H A Dgmp.c1244 zend_long k; in ZEND_FUNCTION() local
/php-src/win32/
H A Dglob.c733 Char c, k; in match() local
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c446 size_t i, j, k; in cdf_read_sat() local
1165 size_t nr, i, j, k; in cdf_unpack_catalog() local
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c728 zval k, v; in fpm_conf_apply_kv_array_to_kv_array() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h104 #define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v)) argument
H A Dmysqlnd.h202 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
/php-src/ext/opcache/jit/
H A Dzend_jit.c1021 int k, src; in zend_jit_allocate_registers() local
H A Dzend_jit_trace.c649 int k, vars_count; in zend_jit_trace_add_phis() local
/php-src/ext/sockets/
H A Dsockets.c1942 uint32_t k = (uint32_t)Z_LVAL_P(arg4); local
/php-src/sapi/cli/
H A Dphp_cli_server.c2789 size_t k; in do_cli_server() local
/php-src/ext/ldap/
H A Dldap.c2546 int i, j, k; in PHP_FUNCTION() local
/php-src/ext/sodium/
H A Dlibsodium.c3250 size_t i, j, k; in PHP_FUNCTION() local

Completed in 202 milliseconds

123