/PHP-7.4/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 | 49 unsigned int b; in gdImageCreateFromXbm() local 181 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
|
H A D | gd_security.c | 21 int overflow2(int a, int b) in overflow2()
|
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 22 void buffer_new(struct buffer_st *b) in buffer_new() 31 void buffer_add(struct buffer_st *b, char c) in buffer_add() 45 void buffer_delete(struct buffer_st *b) in buffer_delete() 54 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc() 145 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
|
/PHP-7.4/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_strtod.c | 722 Bigint *b; local 842 Bigint *b; local 853 (a, b) Bigint *a, *b; in mult() argument 1082 (a, b) Bigint *a, *b; in cmp() argument 1116 (a, b) Bigint *a, *b; in diff() argument 1327 Bigint *b; local 1456 (a, b) Bigint *a, *b; in ratio() argument 1700 increment(b) Bigint *b; in increment() argument 1811 Bigint *b; local 2181 (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()
|
H A D | zend_sort.c | 91 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2() 98 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3() 120 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() 134 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()
|
/PHP-7.4/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 201 const struct buffer *b, size_t offset, int mode, int text, in match() 831 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset() 1309 const char *b; in mcopy() local 1457 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset() 1502 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget() 1837 const unsigned char *b = RCAST(const unsigned char *, s2); in file_strncmp() local [all …]
|
/PHP-7.4/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-7.4/ext/opcache/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() 114 zend_basic_block *b; in zend_mark_reachable_blocks() local 199 zend_basic_block *b; in zend_mark_reachable_blocks() local 588 zend_basic_block *b; in zend_cfg_build_predecessors() local 635 zend_basic_block *b = blocks + blocks[j].successors[s]; in zend_cfg_build_predecessors() local 759 static int dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates() 772 static int compare_block_level(const block_info *a, const block_info *b) { in compare_block_level() 775 static void swap_blocks(block_info *a, block_info *b) { in swap_blocks()
|
/PHP-7.4/ext/standard/ |
H A D | strnatcmp.c | 35 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right() 67 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left() 91 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 | 110 #define strnatcmp(a, b) \ argument 112 #define strnatcasecmp(a, b) \ argument
|
H A D | sha1.c | 134 #define FF(a, b, c, d, e, w) { \ argument 139 #define GG(a, b, c, d, e, w) { \ argument 144 #define HH(a, b, c, d, e, w) { \ argument 149 #define II(a, b, c, d, e, w) { \ argument 258 uint32_t a = state[0], b = state[1], c = state[2]; local
|
H A D | php_random.h | 34 #define php_random_bytes_throw(b, s) php_random_bytes((b), (s), 1) argument 35 #define php_random_bytes_silent(b, s) php_random_bytes((b), (s), 0) argument
|
H A D | array.c | 136 static int php_array_key_compare(const void *a, const void *b) /* {{{ */ in php_array_key_compare() 177 static int php_array_reverse_key_compare(const void *a, const void *b) /* {{{ */ in php_array_reverse_key_compare() 183 static int php_array_key_compare_numeric(const void *a, const void *b) /* {{{ */ in php_array_key_compare_numeric() 246 static int php_array_key_compare_string(const void *a, const void *b) /* {{{ */ in php_array_key_compare_string() 364 static int php_array_data_compare(const void *a, const void *b) /* {{{ */ in php_array_data_compare() 505 static int php_array_natural_compare(const void *a, const void *b) /* {{{ */ in php_array_natural_compare() 954 static int php_array_user_compare(const void *a, const void *b) /* {{{ */ in php_array_user_compare() 1066 static int php_array_user_key_compare(const void *a, const void *b) /* {{{ */ in php_array_user_key_compare() 4527 Bucket b; member 4654 static int zval_user_compare(zval *a, zval *b) /* {{{ */ [all …]
|
/PHP-7.4/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-7.4/ext/hash/ |
H A D | hash_md.c | 241 #define FF(a, b, c, d, x, s, ac) { \ argument 246 #define GG(a, b, c, d, x, s, ac) { \ argument 251 #define HH(a, b, c, d, x, s, ac) { \ argument 256 #define II(a, b, c, d, x, s, ac) { \ argument 356 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local 452 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument 453 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument 454 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument 458 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
|
H A D | hash_sha.c | 177 #define FF(a, b, c, d, e, w) { \ argument 182 #define GG(a, b, c, d, e, w) { \ argument 187 #define HH(a, b, c, d, e, w) { \ argument 192 #define II(a, b, c, d, e, w) { \ argument 220 uint32_t a = state[0], b = state[1], c = state[2]; in SHA1Transform() local 429 #define ROTR32(b,x) ((x >> b) | (x << (32 - b))) argument 430 #define ROTR64(b,x) ((x >> b) | (x << (64 - b))) argument 431 #define SHR(b, x) (x >> b) argument 480 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local 790 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
|
H A D | hash_tiger.c | 40 #define round(a,b,c,x,mul) \ argument 52 #define pass(a,b,c,mul) \ argument 244 #define PHP_HASH_TIGER_OPS(p, b) \ argument
|
/PHP-7.4/main/ |
H A D | php_scandir.c | 47 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort() 54 …r) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b)) in php_scandir()
|
/PHP-7.4/ext/gd/ |
H A D | gd_compat.c | 10 int overflow2(int a, int b) in overflow2()
|