Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 181) sorted by last modified time

12345678

/php-src/ext/openssl/
H A Dopenssl.c4314 BIGNUM *p = NULL, *a = NULL, *b = NULL, *order = NULL, *g_x = NULL, *g_y = NULL , *cofactor = NULL; in php_openssl_pkey_init_legacy_ec() local
4461 BIGNUM *p = NULL, *a = NULL, *b = NULL, *order = NULL, *g_x = NULL, *g_y = NULL, *cofactor = NULL; in php_openssl_pkey_init_ec() local
7305 static int php_openssl_compare_func(Bucket *a, Bucket *b) in php_openssl_compare_func()
H A Dxp_ssl.c2207 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2223 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
/php-src/ext/opcache/jit/ir/
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()
2283 bool b = ir_sccp_is_true(ctx, _values, insn->op2); in ir_sccp() local
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
H A Dir_cfg.c63 uint32_t b; in ir_build_cfg() local
404 uint32_t b, *p, i; in ir_remove_unreachable_blocks() local
639 uint32_t blocks_count, b; in ir_build_dominators_tree() local
771 uint32_t blocks_count, b; in ir_build_dominators_tree_iterative() local
1046 static uint32_t _ir_skip_empty_blocks(const ir_ctx *ctx, uint32_t b) in _ir_skip_empty_blocks()
1166 uint32_t b, i; in ir_dump_cfg_freq_graph() local
1229 uint32_t b, tail, i; in ir_dump_chains() local
1251 uint32_t b, i, loop_depth; in ir_schedule_blocks_bottom_up() local
1656 uint32_t b, best_successor, last_non_empty; in ir_schedule_blocks_top_down() local
1839 uint32_t ir_skip_empty_target_blocks(const ir_ctx *ctx, uint32_t b) in ir_skip_empty_target_blocks()
[all …]
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
25 uint32_t b, result; in ir_gcm_schedule_early() local
81 uint32_t flags, best, b; in ir_gcm_select_best_block() local
179 static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_split_partially_dead_node()
439 static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_gcm_schedule_late()
503 uint32_t *_blocks, b; in ir_gcm() local
728 uint32_t b, prev_b; in ir_schedule() local
1228 uint32_t b; in ir_build_prev_refs() local
H A Dir_ra.c45 uint32_t b; in ir_assign_virtual_registers_slow() local
583 uint32_t b, i, j, k, n, succ, *p; in ir_compute_live_ranges() local
934 #define IS_LIVE_IN_BLOCK(v, b) \ argument
936 #define SET_LIVE_IN_BLOCK(v, b) do { \ argument
1241 uint32_t b, i, j, k, n, succ; in ir_compute_live_ranges() local
1696 uint32_t b; member
2064 uint32_t b, i, n; in ir_compute_dessa_moves() local
2178 ir_ref a, b, c; in ir_gen_dessa_moves() local
2353 uint32_t b = ctx->cfg_map[ref]; in ir_block_from_live_pos() local
3479 uint32_t b; in ir_linear_scan() local
[all …]
H A Dir_emit.c425 static IR_NEVER_INLINE void ir_emit_osr_entry_loads(ir_ctx *ctx, int b, ir_block *bb) in ir_emit_osr_entry_loads()
895 static void ir_emit_dessa_moves(ir_ctx *ctx, int b, ir_block *bb) in ir_emit_dessa_moves()
960 uint32_t b; in ir_match() local
H A Dir_disasm.c349 ir_hashtab_bucket *b; local
/php-src/ext/mbstring/
H A Dmbstring.c6082 unsigned char b = *p++; in transfer_encode_mime_bytes() local
6097 unsigned char b = *p++; in transfer_encode_mime_bytes() local
/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()
210 static void gmp_mpz_tdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_tdiv_r_ui()
213 static void gmp_mpz_fdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_fdiv_q_ui()
216 static void gmp_mpz_fdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_fdiv_r_ui()
219 static void gmp_mpz_cdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_cdiv_r_ui()
222 static void gmp_mpz_cdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong 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()
228 static void gmp_mpz_gcd_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_gcd_ui()
/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.c706 Bigint *b; local
826 Bigint *b; local
837 (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
1313 Bigint *b; local
1442 (a, b) Bigint *a, *b; in ratio() argument
1686 increment(b) Bigint *b; in increment() argument
1797 Bigint *b; local
2167 (b, S) Bigint *b, *S; in quorem() argument
[all …]
H A Dzend.c1681 char b[1024]; in zend_strerror_noreturn() local
H A Dzend_API.h566 static zend_always_inline void add_assoc_bool(zval *arg, const char *key, bool b) { in add_assoc_bool()
652 static zend_always_inline void add_property_bool(zval *arg, const char *key, bool b) { in add_property_bool()
748 …_always_inline bool zend_fcc_equals(const zend_fcall_info_cache* a, const zend_fcall_info_cache* b) in zend_fcc_equals()
1007 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument
1033 #define RETURN_BOOL(b) do { RETVAL_BOOL(b); return; } while (0) argument
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c267 const lxb_char_t *p, *e, *b; in lexbor_strtod_internal() local
/php-src/ext/iconv/
H A Diconv.c86 #define _php_iconv_memequal(a, b, c) \ argument
/php-src/Zend/Optimizer/
H A Dzend_inference.c165 static inline bool add_will_overflow(zend_long a, zend_long b) { in add_will_overflow()
546 zend_ulong minOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minOR()
570 zend_ulong maxOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxOR()
593 zend_ulong minAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minAND()
616 zend_ulong maxAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxAND()
640 zend_ulong minXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in minXOR()
645 zend_ulong maxXOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_ulong d) in maxXOR()
663 static void zend_ssa_range_or(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *t… in zend_ssa_range_or()
711 static void zend_ssa_range_and(zend_long a, zend_long b, zend_long c, zend_long d, zend_ssa_range *… in zend_ssa_range_and()
785 static void float_div(zend_long a, zend_long b, zend_long *r1, zend_long *r2) { in float_div()
/php-src/ext/ftp/
H A Dftp.c797 unsigned long b[6]; in ftp_pasv() local
/php-src/scripts/dev/
H A Dbless_tests.php179 private function calculateTrace(array $a, array $b) {
209 private function extractDiff(array $trace, int $x, int $y, array $a, array $b) {
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c274 int b; /* current basic block number or -1 */ member
3547 int b = jit->ssa->cfg.map[target - jit->op_array->opcodes]; in zend_jit_case_start() local
3590 static int zend_jit_bb_start(zend_jit_ctx *jit, int b) in zend_jit_bb_start()
3730 static int zend_jit_bb_end(zend_jit_ctx *jit, int b) in zend_jit_bb_end()
3931 static void zend_jit_recv_entry(zend_jit_ctx *jit, int b) in zend_jit_recv_entry()
3958 static void zend_jit_osr_entry(zend_jit_ctx *jit, int b) in zend_jit_osr_entry()
8589 uint32_t b,
8852 uint32_t b,
15209 int b; local
15253 int b; local
[all …]
H A Dzend_jit_trace.c793 uint32_t b; in zend_jit_trace_is_false_loop() local
815 uint32_t b = ssa->cfg.map[tssa_opcodes[0] - op_array->opcodes]; in zend_jit_trace_copy_ssa_var_info() local
3855 int ssa_var, j, b = ssa->cfg.map[opline_num]; in zend_jit_find_ssa_var() local
/php-src/ext/mysqli/
H A Dmysqli.c42 #define MYSQLI_ADD_PROPERTIES(a, b) \ argument
/php-src/ext/random/
H A Dengine_combinedlcg.c36 #define MODMULT(a, b, c, m, s) q = s / a; s = b * (s - a * q) - c * q; if (s < 0) s += m argument
/php-src/ext/ffi/
H A Dffi.c3098 Bucket *b = type->record.fields.arData; in zend_ffi_same_types() local

Completed in 266 milliseconds

12345678