Home
last modified time | relevance | path

Searched defs:b (Results 76 – 100 of 136) sorted by last modified time

123456

/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c105 #define min(a,b) ((a)<(b)?(a):(b)) argument
145 void exec_php(BLOBCALLBACK b, PARAMDSC *res, ISC_SHORT *init) in exec_php()
H A Dibase_blobs.c543 unsigned short b; in PHP_FUNCTION() local
/PHP-5.3/ext/iconv/
H A Diconv.c62 #define _php_iconv_memequal(a, b, c) \ argument
/PHP-5.3/ext/hash/
H A Dphp_hash_haval.h36 #define PHP_HASH_HAVAL_INIT_DECL(p,b) PHP_HASH_API void PHP_##p##HAVAL##b##Init(PHP_HAVAL_CTX *); \ argument
H A Dhash.c608 #define PHP_HASH_HAVAL_REGISTER(p,b) php_hash_register_algo("haval" #b "," #p , &php_hash_##p##hava… argument
H A Dhash_haval.c252 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
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_ripemd.c205 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD128Transform() local
296 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3]; in RIPEMD256Transform() local
394 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
493 php_hash_uint32 a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
H A Dhash_salsa.c25 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (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
H A Dhash_snefru.c47 int b, index, rshift, lshift; in Snefru() 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_whirlpool.c286 php_hash_uint32 b, carry; in PHP_WHIRLPOOLUpdate() local
H A Dphp_hash.h84 #define PHP_HASH_HAVAL_OPS(p,b) extern const php_hash_ops php_hash_##p##haval##b##_ops; argument
/PHP-5.3/ext/gmp/
H A Dgmp.c495 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
496 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument
/PHP-5.3/ext/gd/libgd/
H A Dgd_topal.c372 int b = GETJSAMPLE (ptr[2]) >> C2_SHIFT; local
1143 int r, g, b; local
1315 int r, g, b; local
H A Dgdft.c110 #define MAX(a,b) ((a)>(b)?(a):(b)) argument
114 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
339 fontkey_t *b = (fontkey_t *) key; in fontTest() local
347 fontkey_t *b = (fontkey_t *) key; local
526 tweencolorkey_t *b = (tweencolorkey_t *) key; local
543 tweencolorkey_t *b = (tweencolorkey_t *) key; local
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
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.c257 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
304 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
306 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
308 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
310 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
336 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
453 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
475 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate()
520 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
1266 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
[all …]
H A Dgd.h410 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
418 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_gd2.c347 int b = chunkBuf[chunkPos++]; in gdImageCreateFromGd2Ctx() local
H A Dgd_gif_in.c49 #define LM_to_uint(a,b) (((b)<<8)|(a)) argument
H A Dgd_io_dp.c218 unsigned char b; in dynamicPutchar() local
254 unsigned char b; in dynamicGetchar() local

Completed in 102 milliseconds

123456