/PHP-7.2/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 | 23 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local 120 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local 208 int c,r,g,b,a; in gdImageRotate90() local 255 int c,r,g,b,a; in gdImageRotate180() local 303 int c,r,g,b,a; in gdImageRotate270() local
|
H A D | gd_filter.c | 19 int r,g,b,a; in gdImageNegate() local 52 int r,g,b,a; in gdImageGrayScale() local 92 int r,g,b,a; in gdImageBrightness() local 137 int r,g,b,a; in gdImageContrast() local 209 int r,g,b,a; in gdImageColor() local
|
H A D | gd_security.c | 21 int overflow2(int a, int b) in overflow2()
|
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
|
/PHP-7.2/ext/xmlrpc/libxmlrpc/ |
H A D | base64.c | 24 void buffer_new(struct buffer_st *b) in buffer_new() 33 void buffer_add(struct buffer_st *b, char c) in buffer_add() 47 void buffer_delete(struct buffer_st *b) in buffer_delete() 56 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc() 150 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
|
/PHP-7.2/Zend/ |
H A D | zend_multiply.h | 29 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 39 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 49 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 61 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 73 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 88 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 100 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 114 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 131 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument 144 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
|
H A D | zend_ptr_stack.h | 72 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push() 85 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() 93 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 | 719 Bigint *b; local 839 Bigint *b; local 850 (a, b) Bigint *a, *b; in mult() argument 1079 (a, b) Bigint *a, *b; in cmp() argument 1113 (a, b) Bigint *a, *b; in diff() argument 1324 Bigint *b; local 1453 (a, b) Bigint *a, *b; in ratio() argument 1697 increment(b) Bigint *b; in increment() argument 1808 Bigint *b; local 2178 (b, S) Bigint *b, *S; in quorem() argument [all …]
|
H A D | zend_sort.c | 93 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2() 100 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3() 122 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() 136 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.2/sapi/fpm/fpm/ |
H A D | fpm_config.h | 39 # define timeradd(a, b, result) \ argument 53 # define timercmp(a, b, CMP) \ argument 61 # define MIN(a,b) (((a)<(b))?(a):(b)) argument 65 # define MAX(a,b) (((a)>(b))?(a):(b)) argument
|
/PHP-7.2/ext/standard/ |
H A D | strnatcmp.c | 36 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right() 68 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left() 92 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 | 113 #define strnatcmp(a, b) \ argument 115 #define strnatcasecmp(a, b) \ argument
|
H A D | sha1.c | 139 #define FF(a, b, c, d, e, w) { \ argument 144 #define GG(a, b, c, d, e, w) { \ argument 149 #define HH(a, b, c, d, e, w) { \ argument 154 #define II(a, b, c, d, e, w) { \ argument 263 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 | 142 static int php_array_key_compare(const void *a, const void *b) /* {{{ */ in php_array_key_compare() 183 static int php_array_reverse_key_compare(const void *a, const void *b) /* {{{ */ in php_array_reverse_key_compare() 189 static int php_array_key_compare_numeric(const void *a, const void *b) /* {{{ */ in php_array_key_compare_numeric() 252 static int php_array_key_compare_string(const void *a, const void *b) /* {{{ */ in php_array_key_compare_string() 372 static int php_array_data_compare(const void *a, const void *b) /* {{{ */ in php_array_data_compare() 512 static int php_array_natural_compare(const void *a, const void *b) /* {{{ */ in php_array_natural_compare() 968 static int php_array_user_compare(const void *a, const void *b) /* {{{ */ in php_array_user_compare() 1077 static int php_array_user_key_compare(const void *a, const void *b) /* {{{ */ in php_array_user_key_compare() 4470 Bucket b; member 4596 static int zval_user_compare(zval *a, zval *b) /* {{{ */ [all …]
|
/PHP-7.2/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 616 zend_basic_block *b; in zend_cfg_build_predecessors() local 663 zend_basic_block *b = blocks + blocks[j].successors[s]; in zend_cfg_build_predecessors() local 787 static int dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates() 800 static int compare_block_level(const block_info *a, const block_info *b) { in compare_block_level() 803 static void swap_blocks(block_info *a, block_info *b) { in swap_blocks()
|
/PHP-7.2/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 33 # define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument 34 # define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument 37 # define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument 79 # define DBERRHANDLE(a, b) dberrhandle(b) argument 80 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument 81 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
|
/PHP-7.2/ext/hash/ |
H A D | hash_md.c | 246 #define FF(a, b, c, d, x, s, ac) { \ argument 251 #define GG(a, b, c, d, x, s, ac) { \ argument 256 #define HH(a, b, c, d, x, s, ac) { \ argument 261 #define II(a, b, c, d, x, s, ac) { \ argument 361 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local 457 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument 458 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument 459 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument 463 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
|
H A D | hash_tiger.c | 42 #define round(a,b,c,x,mul) \ argument 54 #define pass(a,b,c,mul) \ argument 246 #define PHP_HASH_TIGER_OPS(p, b) \ argument
|
H A D | hash_sha.c | 182 #define FF(a, b, c, d, e, w) { \ argument 187 #define GG(a, b, c, d, e, w) { \ argument 192 #define HH(a, b, c, d, e, w) { \ argument 197 #define II(a, b, c, d, e, w) { \ argument 225 uint32_t a = state[0], b = state[1], c = state[2]; in SHA1Transform() local 434 #define ROTR32(b,x) ((x >> b) | (x << (32 - b))) argument 435 #define ROTR64(b,x) ((x >> b) | (x << (64 - b))) argument 436 #define SHR(b, x) (x >> b) argument 485 uint32_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local 795 uint64_t a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
|
/PHP-7.2/main/ |
H A D | php_scandir.c | 51 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort() 58 …r) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b)) in php_scandir()
|
/PHP-7.2/Zend/tests/bug67436/ |
H A D | b.php | 3 class b extends a { class
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | file.h | 123 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument 127 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument 149 uint8_t b; member 367 #define CAST(T, b) static_cast<T>(b) argument 368 #define RCAST(T, b) reinterpret_cast<T>(b) argument 369 #define CCAST(T, b) const_cast<T>(b) argument 371 #define CAST(T, b) ((T)(b)) argument 372 #define RCAST(T, b) ((T)(b)) argument 373 #define CCAST(T, b) ((T)(uintptr_t)(b)) argument 513 #define strtoul(a, b, c) strtol(a, b, c) argument
|
/PHP-7.2/ext/gd/ |
H A D | gd_compat.c | 53 int overflow2(int a, int b) in overflow2()
|