Home
last modified time | relevance | path

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

123456

/PHP-5.5/Zend/
H A Dzend_multiply.h24 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
36 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
48 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
60 #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
86 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
H A Dzend_ptr_stack.h72 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 Dzend_strtod.c398 #define rounded_product(a,b) a *= b argument
399 #define rounded_quotient(a,b) a /= b argument
662 Bigint *b; in i2b() local
670 static Bigint * mult(Bigint *a, Bigint *b) in mult()
756 Bigint *b; in s2b() local
787 static Bigint * pow5mult(Bigint *b, int k) in pow5mult()
829 static Bigint *lshift(Bigint *b, int k) in lshift()
887 static int cmp(Bigint *a, Bigint *b) in cmp()
1098 Bigint *b; in d2b() local
1282 static int quorem(Bigint *b, Bigint *S) in quorem()
[all …]
/PHP-5.5/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
85 int r,g,b,a; in gdImageBrightness() local
130 int r,g,b,a; in gdImageContrast() local
202 int r,g,b,a; in gdImageColor() local
H A Dgd_security.c20 int overflow2(int a, int b) in overflow2()
H A Dxbm.c48 unsigned int b; in gdImageCreateFromXbm() local
176 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_arc.c20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c23 void buffer_new(struct buffer_st *b) in buffer_new()
32 void buffer_add(struct buffer_st *b, char c) in buffer_add()
43 void buffer_delete(struct buffer_st *b) in buffer_delete()
52 void base64_encode_xmlrpc(struct buffer_st *b, const char *source, int length) in base64_encode_xmlrpc()
146 unsigned char a[4], b[4], o[3]; in base64_decode_xmlrpc() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_config.h39 # 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-5.5/ext/standard/
H A Dstrnatcmp.c46 compare_right(char const **a, char const *aend, char const **b, char const *bend) in compare_right()
78 compare_left(char const **a, char const *aend, char const **b, char const *bend) in compare_left()
102 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 Dphp_string.h111 #define strnatcmp(a, b) \ argument
113 #define strnatcasecmp(a, b) \ argument
H A Dsha1.c140 #define FF(a, b, c, d, e, w) { \ argument
145 #define GG(a, b, c, d, e, w) { \ argument
150 #define HH(a, b, c, d, e, w) { \ argument
155 #define II(a, b, c, d, e, w) { \ argument
264 php_uint32 a = state[0], b = state[1], c = state[2]; local
/PHP-5.5/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h33 # 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
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-5.5/main/
H A Dphp_scandir.c53 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort()
60 …r) (const struct dirent *entry), int (*compare) (const struct dirent **a, const struct dirent **b)) in php_scandir()
H A Dwin95nt.h47 #define mkdir(a, b) _mkdir(a) argument
52 # define getcwd(a, b) _getcwd(a, b) argument
/PHP-5.5/ext/hash/
H A Dhash_md.c243 #define FF(a, b, c, d, x, s, ac) { \ argument
248 #define GG(a, b, c, d, x, s, ac) { \ argument
253 #define HH(a, b, c, d, x, s, ac) { \ argument
258 #define II(a, b, c, d, x, s, ac) { \ argument
358 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
454 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
455 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
456 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
460 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; in MD4Transform() local
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
224 php_hash_uint32 a = state[0], b = state[1], c = state[2]; in SHA1Transform() local
431 #define ROTR32(b,x) ((x >> b) | (x << (32 - b))) argument
432 #define ROTR64(b,x) ((x >> b) | (x << (64 - b))) argument
433 #define SHR(b, x) (x >> b) argument
482 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA256Transform() local
792 php_hash_uint64 a = state[0], b = state[1], c = state[2], d = state[3]; in SHA512Transform() local
H A Dhash_tiger.c42 #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
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h65 #define DBERRHANDLE(a, b) dberrhandle(b) argument
66 #define DBMSGHANDLE(a, b) dbmsghandle(b) argument
67 #define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
77 #define DBERRHANDLE(a, b) dbprocerrhandle(a, b) argument
78 #define DBMSGHANDLE(a, b) dbprocmsghandle(a, b) argument
81 #define DBSETOPT(a, b, c) dbsetopt(a, b, c) argument
/PHP-5.5/Zend/tests/bug67436/
H A Db.php3 class b extends a { class
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c69 apr_bucket *b; in php_apache_sapi_ub_write() local
253 apr_bucket *b; in php_apache_sapi_flush() local
364 apr_bucket *b; in php_input_filter() local
467 apr_bucket *b; in php_output_filter() local
720 apr_bucket *b = NULL; in php_apache_read_stream() local
/PHP-5.5/ext/gd/
H A Dgd_compat.c49 int overflow2(int a, int b) in overflow2()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h76 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
77 #define MIN(a, b) ((a)>(b)?(b):(a)) argument

Completed in 91 milliseconds

123456