/PHP-5.6/ext/ereg/regex/ |
H A D | debug.c | 22 register struct re_guts *g = r->re_g; local 91 s_print(g, d) in s_print() argument
|
H A D | regfree.c | 17 register struct re_guts *g; variable
|
H A D | regcomp.c | 29 struct re_guts *g; member 94 register struct re_guts *g; variable 1278 isinsets(g, c) in isinsets() argument 1302 samesets(g, c1, c2) in samesets() argument 1324 categorize(p, g) in categorize() argument 1487 stripsnug(p, g) in stripsnug() argument 1510 findmust(p, g) in findmust() argument 1596 pluscount(p, g) in pluscount() argument
|
H A D | engine.c | 33 struct re_guts *g; member 66 matcher(g, string, nmatch, pmatch, eflags) in matcher() argument 812 step(g, start, stop, bef, ch, aft) in step() argument 941 register struct re_guts *g = m->g; local
|
H A D | regexec.c | 120 register struct re_guts *g = preg->re_g; variable
|
/PHP-5.6/ext/gd/libgd/ |
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 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 D | gd_pixelate.c | 26 int a, r, g, b, c; in gdImagePixelate() local
|
H A D | gd.c | 265 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest() 270 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha() 436 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB() 461 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact() 466 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha() 483 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate() 488 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha() 528 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve() 533 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha() 1279 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local [all …]
|
H A D | webpimg.c | 100 static inline int GetLumaY(int r, int g, int b) { in GetLumaY() 109 const int g = GetGreen(rgba); in GetLumaYfromPtr() local 114 static inline int GetChromaU(int r, int g, int b) { in GetChromaU() 119 static inline int GetChromaV(int r, int g, int b) { in GetChromaV() 156 const int g = kClip[y + g_off - RGB_RANGE_MIN]; in ToRGB() local
|
H A D | gd_png.c | 364 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local 377 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
|
H A D | gd_crop.c | 337 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
|
H A D | gd_topal.c | 371 int g = GETJSAMPLE (ptr[1]) >> C1_SHIFT; local 1143 int r, g, b; local 1315 int r, g, b; local
|
H A D | gd.h | 533 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument 541 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
|
H A D | gd_gd2.c | 367 int g = chunkBuf[chunkPos++] << 8; in gdImageCreateFromGd2Ctx() local
|
H A D | gd_interpolation.c | 764 int r, g, b, a; in getPixelInterpolateWeight() local 997 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local 1042 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
|
/PHP-5.6/ext/posix/ |
H A D | posix.c | 914 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array() 994 struct group *g; in PHP_FUNCTION() local 1050 struct group *g; in PHP_FUNCTION() local
|
/PHP-5.6/ext/hash/ |
H A D | hash_sha.c | 483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local 793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
|
/PHP-5.6/Zend/ |
H A D | micro_bench.php | 116 function g() { function in Foo
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | st.c | 534 register unsigned int h = 0, g; local
|
/PHP-5.6/ext/standard/ |
H A D | crypt_sha512.c | 141 uint64_t g = ctx->H[6]; in sha512_process_block() local
|
H A D | crypt_sha256.c | 117 uint32_t g = ctx->H[6]; in sha256_process_block() local
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1257 glob_t g; in fpm_conf_ini_parser_include() local
|
/PHP-5.6/ext/mbstring/ |
H A D | php_mbregex.c | 55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 4760 long r,g,b,tmp; in php_image_filter_colorize() local
|