/PHP-8.0/ext/gd/libgd/ |
H A D | gd_rotate.c | 19 int i, r, g, b, a, clrBackR, clrBackG, clrBackB, clrBackA; in gdImageSkewX() local 116 int i, iYPos=0, r, g, b, a; in gdImageSkewY() local 204 int c,r,g,b,a; in gdImageRotate90() local 251 int c,r,g,b,a; in gdImageRotate180() local 299 int c,r,g,b,a; in gdImageRotate270() local
|
H A D | gd_filter.c | 117 int r,g,b,a; in gdImageNegate() local 150 int r,g,b,a; in gdImageGrayScale() local 190 int r,g,b,a; in gdImageBrightness() local 235 int r,g,b,a; in gdImageContrast() local 307 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 | 301 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest() 306 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha() 472 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB() 497 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact() 502 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha() 519 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate() 524 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha() 564 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve() 569 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha() 1217 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local [all …]
|
H A D | gd_crop.c | 284 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
|
H A D | gd_png.c | 389 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local 402 register png_byte g = row_pointers[h][boffset++]; in gdImageCreateFromPngCtx() local
|
H A D | gd_webp.c | 91 register uint8_t g = *(p++); in gdImageCreateFromWebpCtx() local
|
H A D | gd_topal.c | 332 int g = gdTrueColorGetGreen (*ptr) >> C1_SHIFT; in prescan_quantize() local 1020 int r, g, b; in find_best_colors() local 1155 int r, g, b; in pass2_no_dither() 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_bmp.c | 768 int r, g, b, z; in bmp_read_palette() local
|
H A D | gd_gd2.c | 368 int g = chunkBuf[chunkPos++] << 8; in gdImageCreateFromGd2Ctx() local
|
H A D | gd_interpolation.c | 708 int r, g, b, a; in getPixelInterpolateWeight() local 940 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local 986 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
|
/PHP-8.0/ext/posix/ |
H A D | posix.c | 693 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array() 783 struct group *g; in PHP_FUNCTION() local 844 struct group *g; in PHP_FUNCTION() local
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | funcs.c | 720 struct guid *g = CAST(struct guid *, guid); in file_parse_guid() local 731 const struct guid *g = CAST(const struct guid *, guid); in file_print_guid() local
|
/PHP-8.0/ext/hash/ |
H A D | hash_sha.c | 164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local 474 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
|
/PHP-8.0/ext/date/lib/ |
H A D | tm2unixtime.c | 199 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc() local
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 321 static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg() 328 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() 351 static void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DSA_get0_pqg() 358 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg() 3937 const BIGNUM *p, *q, *g, *pub_key, *priv_key; in php_openssl_is_private_key() local 3955 const BIGNUM *p, *q, *g, *pub_key, *priv_key; in php_openssl_is_private_key() local 4047 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_dsa() local 4082 static BIGNUM *php_openssl_dh_pub_from_priv(BIGNUM *priv_key, BIGNUM *g, BIGNUM *p) in php_openssl_dh_pub_from_priv() 4125 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_dh() local 4673 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local [all …]
|
/PHP-8.0/ext/mbstring/ |
H A D | php_unicode.c | 120 short g = g_table[mph_hash(0, code) % g_table_size]; in mph_lookup() local
|
H A D | php_mbregex.c | 63 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument
|
/PHP-8.0/Zend/ |
H A D | micro_bench.php | 116 function g() { function in Foo
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 257 #define checkliveness(g,obj) argument 373 #define gfasttm(g,et,e)((et)==NULL?NULL:((et)->flags&(1u<<(e)))?NULL:luaT_gettm(et,e,(g)->tmname[e]… argument 553 global_State*g=G(L); in luaM_realloc_() local 574 #define otherwhite(g)(g->currentwhite^bit2mask(0,1)) argument 575 #define isdead(g,v)((v)->gch.marked&otherwhite(g)&bit2mask(0,1)) argument 579 #define luaC_white(g)cast(lu_byte,(g)->currentwhite&bit2mask(0,1)) argument
|
/PHP-8.0/ext/standard/ |
H A D | crypt_sha256.c | 108 uint32_t g = ctx->H[6]; in sha256_process_block() local
|
H A D | crypt_sha512.c | 132 uint64_t g = ctx->H[6]; in sha512_process_block() local
|
H A D | array.c | 4445 struct bucketindex *g = (struct bucketindex *)q; local 5484 Bucket **g = (Bucket **)q; local
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1340 glob_t g; in fpm_conf_ini_parser_include() local
|