Home
last modified time | relevance | path

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

123456

/PHP-5.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
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.3/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.3/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.3/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
49 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
H A Dzend_ptr_stack.h71 static inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
84 static inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void **c) in zend_ptr_stack_3_pop()
92 static 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.c399 #define rounded_product(a,b) a *= b argument
400 #define rounded_quotient(a,b) a /= b argument
663 Bigint *b; in i2b() local
671 static Bigint * mult(Bigint *a, Bigint *b) in mult()
757 Bigint *b; in s2b() local
788 static Bigint * pow5mult(Bigint *b, int k) in pow5mult()
830 static Bigint *lshift(Bigint *b, int k) in lshift()
888 static int cmp(Bigint *a, Bigint *b) in cmp()
1099 Bigint *b; in d2b() local
1283 static int quorem(Bigint *b, Bigint *S) in quorem()
[all …]
/PHP-5.3/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.h110 #define strnatcmp(a, b) \ argument
112 #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.3/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
76 # define DBERRHANDLE(a, b) dberrhandle(b) argument
77 # define DBMSGHANDLE(a, b) dbmsghandle(b) argument
78 # define DBSETOPT(a, b, c) dbsetopt(a, b, c, -1) argument
/PHP-5.3/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.3/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_tiger.c42 #define round(a,b,c,x,mul) \ argument
54 #define pass(a,b,c,mul) \ argument
300 #define PHP_HASH_TIGER_OPS(p, b) \ argument
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
/PHP-5.3/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.3/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
365 apr_bucket *b; in php_input_filter() local
469 apr_bucket *b; in php_output_filter() local
722 apr_bucket *b = NULL; in php_apache_read_stream() local
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h44 #define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c), FALSE) argument
53 #define mysql_escape_string(a,b,c) mysqlnd_escape_string((a), (b), (c)) argument
74 #define mysql_real_escape_string(r,a,b,c) mysqlnd_real_escape_string((r), (a), (b), (c)) argument
75 #define mysql_real_query(r,a,b) mysqlnd_query((r), (a), (b)) argument
89 #define mysql_stmt_bind_param(s,b) mysqlnd_stmt_bind_param((s), (b)) argument
90 #define mysql_stmt_bind_result(s,b) mysqlnd_stmt_bind_result((s), (b)) argument
109 #define mysql_options(r,a,b) mysqlnd_options((r), (a), (b)) argument
H A Dmysqlnd_loaddata.c29 #define ALLOC_CALLBACK_ARGS(a, b, c)\ argument
38 #define FREE_CALLBACK_ARGS(a, b, c)\ argument
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregerror.c35 #define va_init_list(a,b) va_start(a,b) argument
38 #define va_init_list(a,b) va_start(a) argument

Completed in 81 milliseconds

123456