Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 2612) sorted by last modified time

12345678910>>...105

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8188 bb = &ctx->cfg_blocks[b];
8333 int b = labels[i];
8334 if (b) {
8353 | .aword =>b
9865 uint32_t b;
9896 for (b = 1, bb = ctx->cfg_blocks + b; b <= ctx->cfg_blocks_count; b++, bb++) {
10164 return b;
10169 uint32_t _b, b, n, target;
10246 for (b = 0; b <= ctx->cfg_blocks_count; b++) {
10247 list[b] = b;
[all …]
H A Dir_sccp.c314 static bool ir_sccp_is_equal(ir_ctx *ctx, ir_insn *_values, ir_ref a, ir_ref b) in ir_sccp_is_equal() argument
317 ir_insn *v2 = IR_IS_CONST_REF(b) ? &ctx->ir_base[b] : &_values[b]; in ir_sccp_is_equal()
2283 bool b = ir_sccp_is_true(ctx, _values, insn->op2); in ir_sccp() local
2290 if ((use_insn->op == IR_IF_TRUE) != b) { in ir_sccp()
H A Dir_private.h62 #define IR_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
63 #define IR_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
871 return v->val.b; in ir_const_is_true()
1100 uint32_t ir_skip_empty_target_blocks(const ir_ctx *ctx, uint32_t b);
1101 uint32_t ir_next_block(const ir_ctx *ctx, uint32_t b);
1102 void ir_get_true_false_blocks(const ir_ctx *ctx, uint32_t b, uint32_t *true_block, uint32_t *false_…
1218 int ir_gen_dessa_moves(ir_ctx *ctx, uint32_t b, emit_copy_t emit_copy);
H A Dir_cfg.c238 for (b = 1; b <= bb_count; b++, bb++) { in ir_build_cfg()
409 for (b = 1; b <= bb_count; b++, bb++) { in ir_remove_unreachable_blocks()
454 for (b = 1; b <= bb_count; b++, bb++) { in ir_remove_unreachable_blocks()
471 for (b = 1; b <= bb_count; b++, bb++) { in ir_remove_unreachable_blocks()
1184 for (b = 1; b <= ctx->cfg_blocks_count; b++) { in ir_dump_cfg_freq_graph()
1268 for (b = 1; b <= ctx->cfg_blocks_count; b++) { in ir_schedule_blocks_bottom_up()
1269 chains[b].head = b; in ir_schedule_blocks_bottom_up()
1270 chains[b].next = b; in ir_schedule_blocks_bottom_up()
1271 chains[b].prev = b; in ir_schedule_blocks_bottom_up()
1572 if (b && chains[b].head == b && chains[b].tail == b) { in ir_schedule_blocks_bottom_up()
[all …]
H A Dir_fold.h751 IR_FOLD_BOOL(op1_insn->val.b || op2_insn->val.b); in IR_FOLD()
776 IR_FOLD_BOOL(op1_insn->val.b && op2_insn->val.b); in IR_FOLD()
801 IR_FOLD_BOOL(op1_insn->val.b != op2_insn->val.b); in IR_FOLD()
2007 IR_FOLD_COPY(op2_insn->val.b ? op1 : op2); in IR_FOLD()
2061 IR_FOLD_COPY(op2_insn->val.b ? op2 : op1); in IR_FOLD()
2115 if (!op2_insn->val.b) { in IR_FOLD()
H A Dir_gcm.c14 #define IR_GCM_IS_SCHEDULED_EARLY(b) (((int32_t)(b)) < 0) argument
15 #define IR_GCM_EARLY_BLOCK(b) ((uint32_t)-((int32_t)(b))) argument
41 b = IR_GCM_EARLY_BLOCK(b); in ir_gcm_schedule_early()
122 best = b; in ir_gcm_select_best_block()
187 IR_ASSERT(b > 0 && b <= ctx->cfg_blocks_count); in ir_split_partially_dead_node()
448 b = IR_GCM_EARLY_BLOCK(b); in ir_gcm_schedule_late()
469 lca = !lca ? b : ir_gcm_find_lca(ctx, lca, b); in ir_gcm_schedule_late()
474 lca = !lca ? b : ir_gcm_find_lca(ctx, lca, b); in ir_gcm_schedule_late()
559 for (bb = ctx->cfg_blocks + b; b > 0; bb--, b--) { in ir_gcm()
829 for (b = 1, bb = ctx->cfg_blocks + 1; b <= ctx->cfg_blocks_count; b++, bb++) { in ir_schedule()
[all …]
H A Dir_aarch64.dasc2544 | .long code1 // cnt v0.8b, v0.8b
2551 | .long code1 // cnt v0.8b, v0.8b
2557 | .long code1 // cnt v0.8b, v0.8b
2563 | .long code1 // cnt v0.8b, v0.8b
4407 | b >2
4424 | b >2
5548 for (b = 1, bb = ctx->cfg_blocks + b; b <= ctx->cfg_blocks_count; b++, bb++) {
5807 return b;
5876 for (b = 0; b <= ctx->cfg_blocks_count; b++) {
5877 list[b] = b;
[all …]
H A Dir.c140 fprintf(f, "%u", insn->val.b);
H A Dir_ra.c45 uint32_t b; in ir_assign_virtual_registers_slow() local
54 for (b = 1, bb = ctx->cfg_blocks + b; b <= ctx->cfg_blocks_count; b++, bb++) { in ir_assign_virtual_registers_slow()
625 for (b = ctx->cfg_blocks_count; b > 0; b--) { in ir_compute_live_ranges()
1278 for (b = ctx->cfg_blocks_count; b > 0; b--) { in ir_compute_live_ranges()
1708 if (d1->b < d2->b) { in ir_block_cmp()
1870 for (b = 1, bb = &ctx->cfg_blocks[1]; b <= ctx->cfg_blocks_count; b++, bb++) { in ir_coalesce()
1907 b = list[count].b; in ir_coalesce()
2070 for (b = 1, bb = &ctx->cfg_blocks[1]; b <= ctx->cfg_blocks_count; b++, bb++) { in ir_compute_dessa_moves()
2186 src[b] = dst[b]; in ir_gen_dessa_moves()
2195 IR_ASSERT(b != loc[pred[b]]); in ir_gen_dessa_moves()
[all …]
H A Dir.h127 _(BOOL, bool, b, IR_TYPE_BOOL) \
430 bool b;
/php-src/ext/mbstring/
H A Dmbstring.c6082 unsigned char b = *p++; in transfer_encode_mime_bytes() local
6084 uint32_t bits = (a << 16) | (b << 8) | c; in transfer_encode_mime_bytes()
6097 unsigned char b = *p++; in transfer_encode_mime_bytes() local
6098 uint32_t bits = (a << 8) | b; in transfer_encode_mime_bytes()
/php-src/ext/gmp/
H A Dgmp.c207 static void gmp_mpz_tdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_tdiv_q_ui() argument
208 mpz_tdiv_q_ui(a, b, c); in gmp_mpz_tdiv_q_ui()
211 mpz_tdiv_r_ui(a, b, c); in gmp_mpz_tdiv_r_ui()
214 mpz_fdiv_q_ui(a, b, c); in gmp_mpz_fdiv_q_ui()
217 mpz_fdiv_r_ui(a, b, c); in gmp_mpz_fdiv_r_ui()
220 mpz_cdiv_r_ui(a, b, c); in gmp_mpz_cdiv_r_ui()
223 mpz_cdiv_q_ui(a, b, c); in gmp_mpz_cdiv_q_ui()
225 static void gmp_mpz_mod_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_mod_ui() argument
226 mpz_mod_ui(a, b, c); in gmp_mpz_mod_ui()
228 static void gmp_mpz_gcd_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_gcd_ui() argument
[all …]
/php-src/Zend/
H A Dzend_alloc.c1214 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1218 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dzend_strtod.c837 (a, b) Bigint *a, *b; in mult() argument
1068 (a, b) Bigint *a, *b; in cmp() argument
1102 (a, b) Bigint *a, *b; in diff() argument
1710 b->x[b->wds++] = 1;
2017 b = lshift(b, n);
2090 b = increment(b);
2378 b = lshift(b, i);
2380 b = increment(b);
2410 b = lshift(b, b2);
3658 b->maxwds = 1 << (b->k = *(int*)b);
[all …]
H A Dzend.c1681 char b[1024]; in zend_strerror_noreturn() local
1684 char *buf = strerror_r(errn, b, sizeof(b)); in zend_strerror_noreturn()
1686 strerror_r(errn, b, sizeof(b)); in zend_strerror_noreturn()
1687 char *buf = b; in zend_strerror_noreturn()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1884 if (anb->anb.b >= 0 && (size_t) anb->anb.b == index) { in lxb_selectors_anb_calc()
1889 num = ((double) index - (double) anb->anb.b) / (double) anb->anb.a; in lxb_selectors_anb_calc()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c267 const lxb_char_t *p, *e, *b; in lexbor_strtod_internal() local
287 b = start; in lexbor_strtod_internal()
288 p = b + left - 1; in lexbor_strtod_internal()
290 while (p > b) { in lexbor_strtod_internal()
298 right = p - b + 1; in lexbor_strtod_internal()
H A Ddiyfp.h223 uint64_t a, b, c, d, ac, bc, ad, bd, tmp; in lexbor_diyfp_mul()
226 b = lhs.significand & 0xffffffff; in lexbor_diyfp_mul()
231 bc = b * c; in lexbor_diyfp_mul()
233 bd = b * d; in lexbor_diyfp_mul()
/php-src/build/
H A Dlibtool.m41193 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1195 ln conftest.a conftest.b 2>&5 || hard_links=no
1196 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2162 [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3185 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3259 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5900 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $l…
5903 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5937 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5942 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
[all …]
/php-src/ext/pdo_sqlite/tests/
H A Dgh13998.phpt14 $db->query('CREATE TABLE test (a int, b int)');
/php-src/docs/
H A Drelease-process.md127 > git checkout -b php-X.Y.0alpha1-local-release-branch upstream/master
138 > git checkout -b php-X.Y.0beta2-local-release-branch upstream/PHP-X.Y
148 > git checkout -b PHP-X.Y.Z upstream/PHP-X.Y
159 > git checkout -b php-X.Y.ZRC1-local-release-branch upstream/PHP-X.Y.Z
491 git checkout -b php-X.Y.Z-local-release-branch upstream/PHP-X.Y.Z
/php-src/ext/iconv/
H A Diconv.c86 #define _php_iconv_memequal(a, b, c) \ argument
87 (memcmp(a, b, c) == 0)
/php-src/
H A Dconfigure.ac109 T_ME=`$php_shtool echo -n -e %b`
759 __asm__ goto("b %l0\n" :::: end);
/php-src/ext/reflection/tests/
H A Dclosures_bound_getDeclaringFunction.phpt11 $b = new B();
12 $fn = $closure->bindTo($b, B::class);
25 $rClass = new ReflectionClass($b);
30 $rMethod = new ReflectionMethod($b, CLOSURE_NAME);
/php-src/Zend/Optimizer/
H A Dzend_inference.c166 return (b > 0 && a > ZEND_LONG_MAX - b) in add_will_overflow()
167 || (b < 0 && a < ZEND_LONG_MIN - b); in add_will_overflow()
171 return (b > 0 && a < ZEND_LONG_MIN + b)
172 || (b < 0 && a > ZEND_LONG_MAX + b);
579 b = temp; in maxOR()
590 return b | d; in maxOR()
625 b = temp; in maxAND()
637 return b & d; in maxAND()
642 return minAND(a, b, ~d, ~c) | minAND(~b, ~a, c, d); in minXOR()
647 return maxOR(0, maxAND(a, b, ~d, ~c), 0, maxAND(~b, ~a, c, d)); in maxXOR()
[all …]

Completed in 222 milliseconds

12345678910>>...105