/php-src/main/ |
H A D | php_ini_builder.h | 39 static inline void php_ini_builder_deinit(struct php_ini_builder *b) in php_ini_builder_deinit() 47 static inline char *php_ini_builder_finish(struct php_ini_builder *b) in php_ini_builder_finish() 62 static inline void php_ini_builder_realloc(struct php_ini_builder *b, size_t delta) in php_ini_builder_realloc() 76 #define php_ini_builder_prepend_literal(b, l) php_ini_builder_prepend(b, l, strlen(l)) argument
|
H A D | php_ini_builder.c | 22 PHPAPI void php_ini_builder_prepend(struct php_ini_builder *b, const char *src, size_t length) in php_ini_builder_prepend() 31 PHPAPI void php_ini_builder_unquoted(struct php_ini_builder *b, const char *name, size_t name_lengt… in php_ini_builder_unquoted() 46 PHPAPI void php_ini_builder_quoted(struct php_ini_builder *b, const char *name, size_t name_length,… in php_ini_builder_quoted() 63 PHPAPI void php_ini_builder_define(struct php_ini_builder *b, const char *arg) in php_ini_builder_define()
|
H A D | php_scandir.c | 45 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort() 52 …r) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b)) in php_scandir()
|
/php-src/ext/gd/libgd/ |
H A D | gd_intern.h | 4 #define MIN(a,b) ((a)<(b)?(a):(b)) argument 6 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument 8 #define MAX(a,b) ((a)<(b)?(b):(a)) argument 10 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
|
H A D | gd_rotate.c | 19 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local 116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local 204 int c,r,g,b,a; in gdImageRotate90() local 251 int c,r,g,b,a; in gdImageRotate180() local 299 int c,r,g,b,a; in gdImageRotate270() local
|
/php-src/Zend/ |
H A D | zend_multiply.h | 27 #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 D | zend_sort.c | 24 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 D | zend_ptr_stack.h | 73 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push() 86 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() 94 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 D | zend_strtod.c | 702 Bigint *b; local 822 Bigint *b; local 833 (a, b) Bigint *a, *b; in mult() argument 1064 (a, b) Bigint *a, *b; in cmp() argument 1098 (a, b) Bigint *a, *b; in diff() argument 1309 Bigint *b; local 1438 (a, b) Bigint *a, *b; in ratio() argument 1682 increment(b) Bigint *b; in increment() argument 1793 Bigint *b; local 2163 (b, S) Bigint *b, *S; in quorem() argument [all …]
|
/php-src/ext/fileinfo/libmagic/ |
H A D | buffer.c | 42 buffer_init(struct buffer *b, int fd, const zend_stat_t *st, const void *data, in buffer_init() 58 buffer_fini(struct buffer *b) in buffer_fini() 68 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill() local
|
H A D | softmagic.c | 119 file_softmagic(struct magic_set *ms, const struct buffer *b, in file_softmagic() 158 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument 177 #define F(a, b, c) fmtcheck((b), (c)) argument 179 #define F(a, b, c) ((b)) argument 213 size_t nmagic, const struct buffer *b, size_t offset, int mode, int text, in match() 843 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset() 1351 const char *b; in mcopy() local 1522 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset() 1593 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget() 2003 const unsigned char *b = RCAST(const unsigned char *, s2); in file_strncmp() local [all …]
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_config.h | 38 # define timeradd(a, b, result) \ argument 52 # define timercmp(a, b, CMP) \ argument 60 # define MIN(a,b) (((a)<(b))?(a):(b)) argument 64 # define MAX(a,b) (((a)>(b))?(a):(b)) argument
|
/php-src/ext/standard/ |
H A D | strnatcmp.c | 34 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right() 65 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left() 88 PHPAPI int strnatcmp_ex(char const *a, size_t a_len, char const *b, size_t b_len, bool is_case_inse… in strnatcmp_ex()
|
H A D | sha1.c | 130 #define FF(a, b, c, d, e, w) { \ argument 135 #define GG(a, b, c, d, e, w) { \ argument 140 #define HH(a, b, c, d, e, w) { \ argument 145 #define II(a, b, c, d, e, w) { \ argument 253 uint32_t a = state[0], b = state[1], c = state[2]; in SHA1Transform() local
|
H A D | php_string.h | 31 #define strnatcmp(a, b) \ argument 33 #define strnatcasecmp(a, b) \ argument
|
/php-src/Zend/Optimizer/ |
H A D | zend_cfg.c | 27 static void zend_mark_reachable(zend_op *opcodes, zend_cfg *cfg, zend_basic_block *b) /* {{{ */ in zend_mark_reachable() 115 zend_basic_block *b; in zend_mark_reachable_blocks() local 200 zend_basic_block *b; in zend_mark_reachable_blocks() local 594 zend_basic_block *b; in zend_cfg_build_predecessors() local 641 zend_basic_block *b = blocks + blocks[j].successors[s]; in zend_cfg_build_predecessors() local 765 static bool dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates()
|
H A D | block_pass.c | 65 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() 939 zend_basic_block *b; in assemble_code_blocks() local 1112 int b; in get_target_block() local 1128 int b; in get_follow_block() local 1616 zend_basic_block *b, *bb; in zend_merge_blocks() local 1676 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
|
/php-src/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 31 # define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument 32 # define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument 35 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument 80 # define DBERRHANDLE(a, b) dberrhandle(b) argument 81 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument 82 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
|
/php-src/ext/hash/ |
H A D | hash_sha_sse2.c | 84 #define RND(a, b, c, d, e, f, g, h, k) \ argument 106 __m128i b; in s1_128_high() local 126 __m128i b; in s1_128_low() local 153 #define SPAN_ONE_THREE(a, b) (_mm_shuffle_epi32(_mm_castps_si128( \ argument
|
H A D | hash_tiger.c | 38 #define round(a,b,c,x,mul) \ argument 50 #define pass(a,b,c,mul) \ argument 255 #define PHP_HASH_TIGER_OPS(p, b) \ argument
|
H A D | hash_md.c | 115 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument 116 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument 117 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument 121 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_gcm.c | 14 #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 200 static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_split_partially_dead_node() 491 static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_gcm_schedule_late() 566 uint32_t *_blocks, b; in ir_gcm() local 791 uint32_t b, prev_b; in ir_schedule() local 1291 uint32_t b; in ir_build_prev_refs() local
|
H A D | ir_cfg.c | 63 uint32_t b; in ir_build_cfg() local 405 uint32_t b, *p, i; in ir_remove_unreachable_blocks() local 640 uint32_t blocks_count, b; in ir_build_dominators_tree() local 772 uint32_t blocks_count, b; in ir_build_dominators_tree_iterative() local 1061 static uint32_t _ir_skip_empty_blocks(const ir_ctx *ctx, uint32_t b) in _ir_skip_empty_blocks() 1179 uint32_t b, i; in ir_dump_cfg_freq_graph() local 1239 uint32_t b, tail, i; in ir_dump_chains() local 1261 uint32_t b, i, loop_depth; in ir_schedule_blocks_bottom_up() local 1676 uint32_t b, best_successor, last_non_empty; in ir_schedule_blocks_top_down() local 1859 uint32_t ir_skip_empty_target_blocks(const ir_ctx *ctx, uint32_t b) in ir_skip_empty_target_blocks() [all …]
|
H A D | ir_save.c | 41 static void ir_save_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_save_dessa_moves() 121 uint32_t b = ctx->cfg_map[i]; in ir_save() local 349 uint32_t b = ctx->cfg_map[i]; in ir_save() local
|
H A D | ir_ra.c | 45 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 2356 uint32_t b = ctx->cfg_map[ref]; in ir_block_from_live_pos() local 3482 uint32_t b; in ir_linear_scan() local [all …]
|