Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/regex/
H A Ddebug.c22 register struct re_guts *g = r->re_g; local
91 s_print(g, d) in s_print() argument
H A Dregfree.c17 register struct re_guts *g; variable
H A Dregcomp.c29 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 Dengine.c33 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 Dregexec.c120 register struct re_guts *g = preg->re_g; variable
/PHP-5.5/ext/gd/libgd/
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_pixelate.c26 int a, r, g, b, c; in gdImagePixelate() local
H A Dwebpimg.c100 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 Dgd.c265 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()
1277 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
[all …]
H A Dgd_png.c364 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 Dgd_crop.c333 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
H A Dgd_topal.c371 int g = GETJSAMPLE (ptr[1]) >> C1_SHIFT; local
1143 int r, g, b; local
1315 int r, g, b; local
H A Dgd.h532 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
540 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_gd2.c359 int g = chunkBuf[chunkPos++] << 8; in gdImageCreateFromGd2Ctx() local
H A Dgd_interpolation.c762 int r, g, b, a; in getPixelInterpolateWeight() local
998 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
1043 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
/PHP-5.5/ext/posix/
H A Dposix.c914 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.5/ext/hash/
H A Dhash_sha.c483 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.5/Zend/
H A Dmicro_bench.php116 function g() { function in Foo
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c147 uint64_t g = ctx->H[6]; in sha512_process_block() local
H A Dcrypt_sha256.c123 uint32_t g = ctx->H[6]; in sha256_process_block() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c534 register unsigned int h = 0, g; local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1243 glob_t g; in fpm_conf_ini_parser_include() local
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c55 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
/PHP-5.5/ext/gd/
H A Dgd.c4690 long r,g,b,tmp; in php_image_filter_colorize() local

Completed in 121 milliseconds