Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 165) sorted by relevance

1234567

/PHP-7.3/ext/gd/libgd/
H A Dgd_intern.h4 #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 Dgd_rotate.c23 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 Dgd_filter.c19 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 Dgd_xbm.c49 unsigned int b; in gdImageCreateFromXbm() local
181 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_security.c21 int overflow2(int a, int b) in overflow2()
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dbase64.c24 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()
147 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dbuffer.c44 buffer_init(struct buffer *b, int fd, const void *data, size_t len) in buffer_init()
57 buffer_fini(struct buffer *b) in buffer_fini()
65 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill() local
H A Dsoftmagic.c101 file_softmagic(struct magic_set *ms, const struct buffer *b, in file_softmagic()
128 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
142 #define F(a, b, c) fmtcheck((b), (c)) argument
144 #define F(a, b, c) ((b)) argument
176 const struct buffer *b, size_t offset, int mode, int text, in match()
503 mprint(struct magic_set *ms, struct magic *m, const struct buffer *b) in mprint()
779 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, in moffset()
1256 const char *b; in mcopy() local
1402 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset()
1446 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget()
[all …]
/PHP-7.3/Zend/
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
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 Dzend_strtod.c719 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 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.c91 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.3/sapi/fpm/fpm/
H A Dfpm_config.h38 # 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.3/ext/standard/
H A Dstrnatcmp.c36 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 Dsha1.c134 #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 Dphp_string.h112 #define strnatcmp(a, b) \ argument
114 #define strnatcasecmp(a, b) \ argument
H A Dphp_random.h34 #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 Darray.c140 static int php_array_key_compare(const void *a, const void *b) /* {{{ */ in php_array_key_compare()
181 static int php_array_reverse_key_compare(const void *a, const void *b) /* {{{ */ in php_array_reverse_key_compare()
187 static int php_array_key_compare_numeric(const void *a, const void *b) /* {{{ */ in php_array_key_compare_numeric()
250 static int php_array_key_compare_string(const void *a, const void *b) /* {{{ */ in php_array_key_compare_string()
370 static int php_array_data_compare(const void *a, const void *b) /* {{{ */ in php_array_data_compare()
511 static int php_array_natural_compare(const void *a, const void *b) /* {{{ */ in php_array_natural_compare()
963 static int php_array_user_compare(const void *a, const void *b) /* {{{ */ in php_array_user_compare()
1072 static int php_array_user_key_compare(const void *a, const void *b) /* {{{ */ in php_array_user_key_compare()
4454 Bucket b; member
4581 static int zval_user_compare(zval *a, zval *b) /* {{{ */
[all …]
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_cfg.c27 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
613 zend_basic_block *b; in zend_cfg_build_predecessors() local
660 zend_basic_block *b = blocks + blocks[j].successors[s]; in zend_cfg_build_predecessors() local
784 static int dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ in dominates()
797 static int compare_block_level(const block_info *a, const block_info *b) { in compare_block_level()
800 static void swap_blocks(block_info *a, block_info *b) { in swap_blocks()
/PHP-7.3/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h31 # 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.3/ext/hash/
H A Dhash_md.c241 #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 Dhash_sha.c177 #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 Dhash_tiger.c40 #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.3/main/
H A Dphp_scandir.c49 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort()
56 …r) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b)) in php_scandir()
/PHP-7.3/Zend/tests/bug67436/
H A Db.php3 class b extends a { class

Completed in 75 milliseconds

1234567