/PHP-8.1/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
|
H A D | gd_filter.c | 117 int r,g,b,a; in gdImageNegate() local 150 int r,g,b,a; in gdImageGrayScale() local 190 int r,g,b,a; in gdImageBrightness() local 235 int r,g,b,a; in gdImageContrast() local 307 int r,g,b,a; in gdImageColor() local
|
H A D | gd_xbm.c | 47 unsigned int b; in gdImageCreateFromXbm() local 179 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
|
/PHP-8.1/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 98 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 112 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 129 #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
|
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_strtod.c | 712 Bigint *b; local 832 Bigint *b; local 843 (a, b) Bigint *a, *b; in mult() argument 1072 (a, b) Bigint *a, *b; in cmp() argument 1106 (a, b) Bigint *a, *b; in diff() argument 1317 Bigint *b; local 1446 (a, b) Bigint *a, *b; in ratio() argument 1690 increment(b) Bigint *b; in increment() argument 1801 Bigint *b; local 2171 (b, S) Bigint *b, *S; in quorem() argument [all …]
|
H A D | zend_ptr_stack.h | 71 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()
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | buffer.c | 44 buffer_init(struct buffer *b, int fd, const zend_stat_t *st, const void *data, in buffer_init() 60 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 | 121 file_softmagic(struct magic_set *ms, const struct buffer *b, in file_softmagic() 148 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument 167 #define F(a, b, c) fmtcheck((b), (c)) argument 169 #define F(a, b, c) ((b)) argument 203 const struct buffer *b, size_t offset, int mode, int text, in match() 835 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset() 1328 const char *b; in mcopy() local 1482 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset() 1549 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget() 1925 const unsigned char *b = RCAST(const unsigned char *, s2); in file_strncmp() local [all …]
|
/PHP-8.1/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-8.1/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() 116 zend_basic_block *b; in zend_mark_reachable_blocks() local 201 zend_basic_block *b; in zend_mark_reachable_blocks() local 605 zend_basic_block *b; in zend_cfg_build_predecessors() local 652 zend_basic_block *b = blocks + blocks[j].successors[s]; in zend_cfg_build_predecessors() local 776 static int dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates() 789 static int compare_block_level(const block_info *a, const block_info *b) { in compare_block_level() 792 static void swap_blocks(block_info *a, block_info *b) { in swap_blocks()
|
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() 980 zend_basic_block *b; in assemble_code_blocks() local 1162 int b; in get_target_block() local 1178 int b; in get_follow_block() local 1801 zend_basic_block *b, *bb; in zend_merge_blocks() local 1861 zend_basic_block *blocks, *end, *b; in zend_optimize_cfg() local
|
H A D | zend_dump.c | 424 ZEND_API void zend_dump_op(const zend_op_array *op_array, const zend_basic_block *b, const zend_op … in zend_dump_op() 736 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() 762 zend_basic_block *b = cfg->blocks + n; in zend_dump_block_info() local 1004 zend_basic_block *b; in zend_dump_op_array() local 1149 zend_basic_block *b = cfg->blocks + j; in zend_dump_dominators() local
|
/PHP-8.1/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, int fold_case) in strnatcmp_ex()
|
H A D | php_string.h | 32 #define strnatcmp(a, b) \ argument 34 #define strnatcasecmp(a, b) \ argument
|
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 254 uint32_t a = state[0], b = state[1], c = state[2]; local
|
H A D | php_random.h | 29 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) argument 30 #define php_random_bytes_silent(b, s) php_random_bytes((b), (s), 0) argument
|
/PHP-8.1/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 29 # define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument 30 # define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument 33 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument 78 # define DBERRHANDLE(a, b) dberrhandle(b) argument 79 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument 80 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
|
/PHP-8.1/main/ |
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-8.1/ext/opcache/jit/libudis86/ |
H A D | decode.c | 49 #define SIB_S(b) ( ( b ) >> 6 ) argument 50 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) argument 51 #define SIB_B(b) ( ( b ) & 7 ) argument 54 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) argument 55 #define MODRM_NNN(b) ( ( ( b ) >> 3 ) & 7 ) argument 56 #define MODRM_MOD(b) ( ( ( b ) >> 6 ) & 3 ) argument 57 #define MODRM_RM(b) ( ( b ) & 7 ) argument
|
/PHP-8.1/ext/hash/ |
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-8.1/sapi/fuzzer/corpus/json/ |
H A D | 10.json | 1 {"a":100.1,"b":"foo"} string
|
/PHP-8.1/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 75 #define MAX(a, b) ((a)>(b)?(a):(b)) argument 76 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
|