Home
last modified time | relevance | path

Searched refs:k (Results 351 – 375 of 390) sorted by relevance

1...<<111213141516

/php-src/ext/gd/libgd/
H A Dgd_png.c633 int k; in gdImagePngCtxEx() local
655 k = colors - 1; in gdImagePngCtxEx()
664 mapping[i] = k--; in gdImagePngCtxEx()
/php-src/ext/opcache/jit/ir/
H A Dir_dump.c170 ir_ref k, i, *p, use_ref, input; in ir_dump_dessa_moves() local
178 k = ir_phi_input_number(ctx, succ_bb, b); in ir_dump_dessa_moves()
184 input = ir_insn_op(use_insn, k); in ir_dump_dessa_moves()
194 int8_t reg = regs[k]; in ir_dump_dessa_moves()
H A Dir_emit.c900 uint32_t succ, k, n = 0; in ir_emit_dessa_moves() local
913 k = ir_phi_input_number(ctx, succ_bb, b); in ir_emit_dessa_moves()
922 ir_ref input = ir_insn_op(insn, k); in ir_emit_dessa_moves()
923 ir_reg src = ir_get_alocated_reg(ctx, ref, k); in ir_emit_dessa_moves()
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt75 foreach ($methods as $k => $method) {
77 unset($methods[$k]);
H A Dmysqli_fetch_array_large.phpt100 case 'k':
H A Dmysqli_get_client_stats.phpt528 foreach ($info as $k => $v)
529 if ($info[$k] != $expected[$k])
530 printf("$k - $v != %s\n", $expected[$k]);
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1419 for k,v in pairs(map_op) do
1422 t[sub(k, 1, -3).."."..sub(k, -2)] = v2
1425 for k,v in pairs(t) do
1426 map_op[k] = v
/php-src/ext/gmp/
H A Dgmp.stub.php186 function gmp_binomial(GMP|int|string $n, int $k): GMP {} argument
H A Dgmp.c1247 zend_long k; in ZEND_FUNCTION() local
1250 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &n_arg, &k) == FAILURE) { in ZEND_FUNCTION()
1254 if (k < 0) { in ZEND_FUNCTION()
1261 mpz_bin_uiui(gmpnum_result, (gmp_ulong) Z_LVAL_P(n_arg), (gmp_ulong) k); in ZEND_FUNCTION()
1266 mpz_bin_ui(gmpnum_result, gmpnum_n, (gmp_ulong) k); in ZEND_FUNCTION()
H A Dgmp_arginfo.h184 ZEND_ARG_TYPE_INFO(0, k, IS_LONG, 0)
/php-src/sapi/cli/
H A Dphp_cli_server.c2789 size_t k; in do_cli_server() local
2803 k = strlen(php_optarg); in do_cli_server()
2804 if (k + 1 > MAXPATHLEN) { in do_cli_server()
2808 memmove(document_root_tmp, php_optarg, k + 1); in do_cli_server()
2812 document_root_tmp[k] = '\0'; in do_cli_server()
2813 k--; in do_cli_server()
2814 } while ('"' == document_root_tmp[k] || ' ' == document_root_tmp[k]); in do_cli_server()
/php-src/ext/standard/tests/image/
H A Diptcembed_002.phpt38 …lpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP8AP/oA/9k=";
/php-src/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt57 $long = str_repeat($string, $size); /* 50k x 2 chars = 1e5 chars */
H A Dutf_encodings.phpt818 "k\x08`\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc6",
819 "k\x08`\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xef",
820 "k\x08`\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xef\xbf",
821 "k\x08`\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0",
822 "k\x08`\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\xbf",
823 "k\x08`\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\xbf\xbf"
/php-src/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc113 'rM2FxZZi8wQANK+GD4Xs6fc5CNbstRyG79cVHPOyPC/k+e6pyIUhdxkX3EuM7gvUWUXPyFZ7BnM8WRNUpoGS9vXcboEMK6GapS…
/php-src/Zend/Optimizer/
H A Dzend_ssa.h149 ZEND_API int zend_ssa_rename_op(const zend_op_array *op_array, const zend_op *opline, uint32_t k, u…
/php-src/ext/mysqlnd/
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.c1028 int k, src; in zend_jit_allocate_registers() local
1044 for (k = 0; k < ssa->cfg.blocks[phi->block].predecessors_count; k++) { in zend_jit_allocate_registers()
1045 src = phi->sources[k]; in zend_jit_allocate_registers()
1066 for (k = 0; k < ssa->cfg.blocks[phi->block].predecessors_count; k++) { in zend_jit_allocate_registers()
1067 src = phi->sources[k]; in zend_jit_allocate_registers()
/php-src/ext/sodium/
H A Dlibsodium.c3255 size_t i, j, k; in PHP_FUNCTION() local
3288 k = unpadded_len; in PHP_FUNCTION()
3291 k -= st; in PHP_FUNCTION()
3292 st = (size_t) (~(((( (((uint64_t) k) >> 48) | (((uint64_t) k) >> 32) | in PHP_FUNCTION()
3293 (k >> 16) | k) & 0xffff) - 1U) >> 16)) & 1U; in PHP_FUNCTION()
/php-src/sapi/fpm/
H A Dconfig.m4274 struct kevent k;
277 EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL);
/php-src/ext/sockets/
H A Dsockets.c2031 uint32_t k = (uint32_t)Z_LVAL_P(arg4); local
2035 switch (k) {
2039 cbpf[0].k = (uint32_t)(SKF_AD_OFF + k);
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c728 zval k, v; in fpm_conf_apply_kv_array_to_kv_array() local
729 ZVAL_STRING(&k, kv->key); in fpm_conf_apply_kv_array_to_kv_array()
731 fpm_conf_set_array(&k, &v, &dest, 0); in fpm_conf_apply_kv_array_to_kv_array()
/php-src/build/
H A Dltmain.sh4138 k=1
4139 output=$output_objdir/$output_la-${k}.$objext
4151 if test "$k" -eq 1 ; then
4159 last_robj=$output_objdir/$output_la-${k}.$objext
4160 k=`expr $k + 1`
4161 output=$output_objdir/$output_la-${k}.$objext
H A Dgen_stub.php2453 foreach ($arginfoType->classTypes as $k => $classType) {
2455 …$code .= "\t{$variableLikeType}_{$variableLikeName}_type_list->types[$k] = (zend_type) ZEND_TYPE_I…
3551 foreach ($this->extends as $k => $parent) {
3562 $k === 0 ? "extends" : null,
3573 foreach ($this->implements as $k => $interface) {
3579 …$ooElement = self::createOoElement($doc, $interfaceInfo, null, false, $k === 0 ? "implements" : nu…
/php-src/ext/standard/
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

Completed in 164 milliseconds

1...<<111213141516