Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 181) sorted by path

12345678

/php-src/Zend/Optimizer/
H A Dblock_pass.c65 static void strip_leading_nops(zend_op_array *op_array, zend_basic_block *b) in strip_leading_nops()
75 static void strip_nops(zend_op_array *op_array, zend_basic_block *b) in strip_nops()
940 zend_basic_block *b; in assemble_code_blocks() local
1113 int b; in get_target_block() local
1129 int b; in get_follow_block() local
1618 zend_basic_block *b, *bb; in zend_merge_blocks() local
1678 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
H A Ddce.c564 int b = ssa->cfg.blocks_count; in dce_optimize_op_array() local
H A Ddfa_pass.c117 zend_basic_block *b; in zend_ssa_remove_nops() local
H A Dsccp.c1974 static zend_result join_partial_arrays(zval *a, zval *b) in join_partial_arrays()
1991 static zend_result join_partial_objects(zval *a, zval *b) in join_partial_objects()
2007 static void join_phi_values(zval *a, zval *b, bool escape) { in join_phi_values()
H A Dzend_cfg.c27 static void zend_mark_reachable(zend_op *opcodes, zend_cfg *cfg, zend_basic_block *b) /* {{{ */ in zend_mark_reachable()
116 zend_basic_block *b; in zend_mark_reachable_blocks() local
201 zend_basic_block *b; in zend_mark_reachable_blocks() local
597 zend_basic_block *b; in zend_cfg_build_predecessors() local
644 zend_basic_block *b = blocks + blocks[j].successors[s]; in zend_cfg_build_predecessors() local
768 static bool dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates()
H A Dzend_dump.c442 ZEND_API void zend_dump_op(const zend_op_array *op_array, const zend_basic_block *b, const zend_op … in zend_dump_op()
759 ZEND_API void zend_dump_op_line(const zend_op_array *op_array, const zend_basic_block *b, const zen… in zend_dump_op_line()
785 zend_basic_block *b = cfg->blocks + n; in zend_dump_block_info() local
1027 zend_basic_block *b; in zend_dump_op_array() local
1172 zend_basic_block *b = cfg->blocks + j; in zend_dump_dominators() local
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()
H A Dzend_inference.h213 static zend_always_inline bool zend_sub_will_overflow(zend_long a, zend_long b) { in zend_sub_will_overflow()
H A Dzend_ssa.c27 static bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
/php-src/Zend/
H A Dmicro_bench.php26 public $b = 0; variable in Foo
H A Dzend.c1681 char b[1024]; in zend_strerror_noreturn() local
H A Dzend_API.c1853 ZEND_API void add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, bool b) /* {{{ */ in add_assoc_bool_ex()
1958 ZEND_API void add_index_bool(zval *arg, zend_ulong index, bool b) /* {{{ */ in add_index_bool()
2057 ZEND_API zend_result add_next_index_bool(zval *arg, bool b) /* {{{ */ in add_next_index_bool()
2188 ZEND_API void add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ … in add_property_bool_ex()
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
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_hash.c1234 ZEND_API zval* ZEND_FASTCALL zend_hash_set_bucket_key(HashTable *ht, Bucket *b, zend_string *key) in zend_hash_set_bucket_key()
H A Dzend_multiply.h27 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
37 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
47 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
59 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
71 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
86 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
99 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
111 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
125 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
142 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
[all …]
H A Dzend_opcode.c903 static int cmp_live_range(const zend_live_range *a, const zend_live_range *b) { in cmp_live_range()
906 static void swap_live_range(zend_live_range *a, zend_live_range *b) { in swap_live_range()
H A Dzend_portability.h389 # define LONGJMP(a,b) siglongjmp(a, b) argument
393 # define LONGJMP(a,b) longjmp(a, b) argument
449 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
450 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
478 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
484 #define ZEND_THREEWAY_COMPARE(a, b) ((a) == (b) ? 0 : ((a) < (b) ? -1 : 1)) argument
H A Dzend_ptr_stack.h71 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
84 static zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void… in zend_ptr_stack_3_pop()
92 static zend_always_inline void zend_ptr_stack_2_pop(zend_ptr_stack *stack, void **a, void **b) in zend_ptr_stack_2_pop()
H A Dzend_sort.c24 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2()
31 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3()
53 static void zend_sort_4(void *a, void *b, void *c, void *d, compare_func_t cmp, swap_func_t swp) /*… in zend_sort_4()
67 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5()
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_types.h44 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
47 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
51 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
54 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
1057 #define ZVAL_BOOL(z, b) do { \ argument
/php-src/build/
H A Dgen_stub.php749 public static function equals(?Type $a, ?Type $b): bool {
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h77 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
78 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
/php-src/ext/calendar/
H A Deaster.c46 struct tm b, *res; in _cal_easter() local

Completed in 159 milliseconds

12345678