Home
last modified time | relevance | path

Searched refs:k (Results 1 – 25 of 396) sorted by last modified time

12345678910>>...16

/php-src/ext/standard/
H A Darray.c3652 k++;
3669 k++;
6052 for (k = 0; k < MULTISORT_LAST; k++) {
6127 k = 0;
6135 k++;
6146 for (k = 0; k < array_size; k++) {
6164 for (k = 0; k < array_size; k++) {
6170 for (n = 0, k = 0; k < array_size; k++) {
6171 hash->arData[k] = indirect[k][i];
6658 for (k = 0; k < maxlen; k++) {
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3458 ir_ref j, k, n, *p, *q, *r; in _zend_jit_fix_merges() local
3471 for (j = k = 0, q = r = insn->ops + 1; j < n; j++, q++) { in _zend_jit_fix_merges()
3480 ir_insn_set_op(phi, k + 2, ir_insn_op(phi, j + 2)); in _zend_jit_fix_merges()
3484 k++; in _zend_jit_fix_merges()
3488 if (k != n) { in _zend_jit_fix_merges()
3491 if (k <= 1) { in _zend_jit_fix_merges()
3495 insn->inputs_count = k; in _zend_jit_fix_merges()
3498 k2 = 1 + (k >> 2); in _zend_jit_fix_merges()
3508 if (k <= 1) { in _zend_jit_fix_merges()
3514 phi->inputs_count = k + 1; in _zend_jit_fix_merges()
[all …]
H A Dzend_jit_trace.c649 int k, vars_count; in zend_jit_trace_add_phis() local
700 for (k = 0; k < vars_count; k++) { in zend_jit_trace_add_phis()
701 if (zend_bitset_in(use, k)) { in zend_jit_trace_add_phis()
707 phi->sources[0] = STACK_VAR(stack, k); in zend_jit_trace_add_phis()
711 phi->var = k; in zend_jit_trace_add_phis()
713 SET_STACK_VAR(stack, k, ssa_vars_count); in zend_jit_trace_add_phis()
/php-src/ext/dom/tests/
H A DDOMNode_C14N_references.phpt31 foreach ($xpath['namespaces'] as $k => &$v);
33 foreach ($xpath as $k => &$v);
35 foreach ($prefixes as $k => &$v);
/php-src/ext/random/
H A Dengine_xoshiro256starstar.c40 ZEND_ATTRIBUTE_CONST static inline uint64_t rotl(const uint64_t x, int k) in rotl() argument
42 return (x << k) | (x >> (64 - k)); in rotl()
/php-src/scripts/dev/
H A Dbless_tests.php187 for ($k = -$d; $k <= $d; $k += 2) {
188 if ($k === -$d || ($k !== $d && $v[$k-1] < $v[$k+1])) {
189 $x = $v[$k+1];
191 $x = $v[$k-1] + 1;
194 $y = $x - $k;
200 $v[$k] = $x;
213 $k = $x - $y;
215 if ($k === -$d || ($k !== $d && $v[$k-1] < $v[$k+1])) {
216 $prevK = $k + 1;
218 $prevK = $k - 1;
/php-src/Zend/
H A Dzend_compile.c7080 for (uint32_t k = 0; k < j; k++) { in zend_compile_attributes() local
7081 if (attr->args[k].name && in zend_compile_attributes()
7082 zend_string_equals(attr->args[k].name, attr->args[j].name)) { in zend_compile_attributes()
H A Dzend_strtod.c572 (k) int k; in Balloc() argument
610 rv->k = k;
860 k = a->k;
951 (b, k) Bigint *b; int k; in pow5mult() argument
1008 (b, k) Bigint *b; int k; in lshift() argument
1272 d1 = z << k | y >> (32 - k);
1290 d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
1292 d1 = w << k + 16 | y << k;
1464 k = -k;
1473 k = -k;
[all …]
/php-src/sapi/fpm/fpm/events/
H A Dkqueue.c157 struct kevent k; in fpm_event_kqueue_add() local
164 EV_SET(&k, ev->fd, EVFILT_READ, flags, 0, 0, (void *)ev); in fpm_event_kqueue_add()
166 if (kevent(kfd, &k, 1, NULL, 0, NULL) < 0) { in fpm_event_kqueue_add()
182 struct kevent k; in fpm_event_kqueue_remove() local
189 EV_SET(&k, ev->fd, EVFILT_READ, flags, 0, 0, (void *)ev); in fpm_event_kqueue_remove()
191 if (kevent(kfd, &k, 1, NULL, 0, NULL) < 0) { in fpm_event_kqueue_remove()
/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
417 for (k = 1; k <= l; k++) { in ir_sccp_replace_insn()
418 if (ir_insn_op(insn, k) == ref) { in ir_sccp_replace_insn()
419 ir_insn_set_op(insn, k, new_ref); in ir_sccp_replace_insn()
444 ir_ref j, n, *p, use, k, l; in ir_sccp_replace_insn2() local
474 for (k = 1; k <= l; k++) { in ir_sccp_replace_insn2()
475 if (ir_insn_op(insn, k) == ref) { in ir_sccp_replace_insn2()
476 ir_insn_set_op(insn, k, new_ref); in ir_sccp_replace_insn2()
608 ir_ref i, j, n, k, *p, use; in ir_sccp_remove_unfeasible_merge_inputs() local
636 for (k = 0, p = &ctx->use_edges[use_list->refs]; k < use_list->count; k++, p++) { in ir_sccp_remove_unfeasible_merge_inputs()
[all …]
H A Dir_cfg.c347 for (k = 0, p = &ctx->use_edges[use_list->refs]; k < use_list->count; k++, p++) { in ir_remove_merge_input()
375 for (k = 0, p = &ctx->use_edges[use_list->refs]; k < use_list->count; k++, p++) { in ir_remove_merge_input()
596 } while (--k > 0);
670 k--; in ir_build_dominators_tree()
676 IR_ASSERT(k > 0); in ir_build_dominators_tree()
681 IR_ASSERT(k != 0); in ir_build_dominators_tree()
683 while (--k > 0) { in ir_build_dominators_tree()
801 k--; in ir_build_dominators_tree_iterative()
807 IR_ASSERT(k > 0); in ir_build_dominators_tree_iterative()
810 IR_ASSERT(k != 0); in ir_build_dominators_tree_iterative()
[all …]
H A Dir_gcm.c406 for (k = 1; k <= l; k++) { in ir_split_partially_dead_node()
617 for (p = insn->ops + 2; k > 0; p++, k--) { in ir_gcm()
773 k = bb->end; in ir_schedule()
780 _next[i] = k; in ir_schedule()
782 _prev[k] = i; in ir_schedule()
798 k = _next[k]; in ir_schedule()
805 _next[i] = k; in ir_schedule()
807 _prev[k] = i; in ir_schedule()
1082 k = 0; in ir_schedule()
1088 k = 1; in ir_schedule()
[all …]
H A Dir.c931 uint32_t k = key & any; local
932 uint32_t h = _ir_fold_hashkey(k);
934 if (IR_FOLD_KEY(fh) == k
936 || (fh = _ir_fold_hash[h+1], (fh & 0x1fffff) == k)
H A Dir_ra.c681 IR_ASSERT(k != 0); in ir_compute_live_ranges()
1302 IR_ASSERT(k != 0); in ir_compute_live_ranges()
1859 ir_ref *p, use, input, k, j; in ir_coalesce() local
1874 if (k > 1) { in ir_coalesce()
1883 k--; in ir_coalesce()
1891 } while (k > 0); in ir_coalesce()
2065 ir_ref j, k, *p, use; in ir_compute_dessa_moves() local
2072 k = bb->predecessors_count; in ir_compute_dessa_moves()
2073 if (k > 1) { in ir_compute_dessa_moves()
2078 k++; in ir_compute_dessa_moves()
[all …]
H A Dir_emit.c897 uint32_t succ, k, n = 0; in ir_emit_dessa_moves() local
910 k = ir_phi_input_number(ctx, succ_bb, b); in ir_emit_dessa_moves()
919 ir_ref input = ir_insn_op(insn, k); in ir_emit_dessa_moves()
920 ir_reg src = ir_get_alocated_reg(ctx, ref, k); in ir_emit_dessa_moves()
/php-src/ext/mbstring/
H A Dmbstring.c3238 for (size_t k = 0; k < n; k++) { in init_candidate_array() local
3239 if (!enc->check((unsigned char*)in[k], in_len[k])) { in init_candidate_array()
/php-src/ext/gmp/
H A Dgmp.c1244 zend_long k; in ZEND_FUNCTION() local
1247 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zl", &n_arg, &k) == FAILURE) { in ZEND_FUNCTION()
1251 if (k < 0) { in ZEND_FUNCTION()
1258 mpz_bin_uiui(gmpnum_result, (gmp_ulong) Z_LVAL_P(n_arg), (gmp_ulong) k); in ZEND_FUNCTION()
1263 mpz_bin_ui(gmpnum_result, gmpnum_n, (gmp_ulong) k); in ZEND_FUNCTION()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dutils.c11 lexbor_utils_power(size_t t, size_t k) in lexbor_utils_power() argument
15 while (k) { in lexbor_utils_power()
16 if (k & 1) { in lexbor_utils_power()
21 k >>= 1; in lexbor_utils_power()
H A Dutils.h26 lexbor_utils_power(size_t t, size_t k);
H A Ddiyfp.c136 int k; in lexbor_cached_power_bin() local
140 k = (int) ceil((-61 - exp) * LEXBOR_DIYFP_D_1_LOG2_10) in lexbor_cached_power_bin()
143 index = (unsigned) (k >> 3) + 1; in lexbor_cached_power_bin()
/php-src/build/
H A Dlibtool.m4833 # the test eventually succeeds (with a max line length of 256k).
1703 linux* | k*bsd*-gnu)
2490 linux* | k*bsd*-gnu)
3334 linux* | k*bsd*-gnu)
4577 linux* | k*bsd*-gnu)
4895 linux* | k*bsd*-gnu)
5165 linux* | k*bsd*-gnu)
5508 gnu* | linux* | k*bsd*-gnu)
/php-src/sapi/fpm/
H A Dconfig.m4318 struct kevent k;
321 EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL);
/php-src/ext/standard/tests/array/
H A Darray_walk_closure.phpt80 var_dump(array_walk($ar, function($v, $k) { if ($v == 2) throw new Exception; } ));
246 ["$k"]=>
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_rw_004.phpt11 $k=[];
12 $y[$k]++;
/php-src/ext/sockets/
H A Dsockets.c1942 uint32_t k = (uint32_t)Z_LVAL_P(arg4); local
1946 switch (k) {
1950 cbpf[0].k = (uint32_t)(SKF_AD_OFF + k);

Completed in 213 milliseconds

12345678910>>...16