Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 30) sorted by last modified time

12

/php-src/Zend/
H A Dzend_compile.c7032 uint32_t g, i, j; in zend_compile_attributes() local
/php-src/ext/standard/
H A Darray.c4906 struct bucketindex *g = (struct bucketindex *)q; local
5995 Bucket **g = (Bucket **)q; local
H A Dcrypt_sha256.c102 uint32_t g = ctx->H[6]; in sha256_process_block() local
H A Dcrypt_sha512.c130 uint64_t g = ctx->H[6]; in sha512_process_block() local
/php-src/ext/openssl/
H A Dopenssl.c344 static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DH_get0_pqg()
351 static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
374 static void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, const BIGNUM **g) in DSA_get0_pqg()
381 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg()
4002 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dsa() local
4041 BIGNUM *p = NULL, *q = NULL, *g = NULL, *priv_key = NULL, *pub_key = NULL; in php_openssl_pkey_init_dsa() local
4133 static BIGNUM *php_openssl_dh_pub_from_priv(BIGNUM *priv_key, BIGNUM *g, BIGNUM *p) in php_openssl_dh_pub_from_priv()
4176 BIGNUM *p, *q, *g, *priv_key, *pub_key; in php_openssl_pkey_init_legacy_dh() local
4214 BIGNUM *p = NULL, *q = NULL, *g = NULL, *priv_key = NULL, *pub_key = NULL; in php_openssl_pkey_init_dh() local
5112 const BIGNUM *p, *q, *g, *priv_key, *pub_key; in PHP_FUNCTION() local
[all …]
/php-src/ext/posix/
H A Dposix.c657 int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ in php_posix_group_to_array()
785 struct group *g; in PHP_FUNCTION() local
852 struct group *g; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c1389 glob_t g; in fpm_conf_ini_parser_include() local
/php-src/ext/gd/libgd/
H A Dgd.c271 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest()
276 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha()
442 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB()
467 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact()
472 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha()
489 int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) in gdImageColorAllocate()
494 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha()
534 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve()
539 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha()
1187 int dr,dg,db,p,r,g,b; in gdImageSetAAPixelColor() local
[all …]
H A Dgd_interpolation.c697 int r, g, b, a; in getPixelInterpolateWeight() local
929 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
975 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleCol() local
H A Dgd_rotate.c19 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 Dgd_webp.c91 register uint8_t g = *(p++); in gdImageCreateFromWebpCtx() local
H A Dgd_bmp.c768 int r, g, b, z; in bmp_read_palette() local
H A Dgd_png.c389 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 Dgd_topal.c332 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 Dgd.h537 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
545 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
H A Dgd_avif.c417 uint8_t g = *(p++); in gdImageCreateFromAvifCtx() local
/php-src/ext/random/
H A Dgammasection.c58 static uint64_t ceilint(double a, double b, double g) in ceilint()
76 double g = gamma_max(min, max); in php_random_gammasection_closed_open() local
104 double g = gamma_max(min, max); in php_random_gammasection_closed_closed() local
136 double g = gamma_max(min, max); in php_random_gammasection_open_closed() local
164 double g = gamma_max(min, max); in php_random_gammasection_open_open() local
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c771 struct guid *g = CAST(struct guid *, CAST(void *, guid)); in file_parse_guid() local
796 const struct guid *g = CAST(const struct guid *, in file_print_guid() local
/php-src/ext/gd/
H A Dgd.c3207 zend_long r,g,b,tmp; in php_image_filter_colorize() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c257 #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-src/ext/hash/
H A Dhash_sha.c164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
476 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h134 uint8_t g; member
163 lxb_css_value_number_percentage_t g; member
/php-src/ext/date/lib/
H A Dtm2unixtime.c202 timelib_sll y, ddd, mi, mm, dd, g; in magic_date_calc() local
/php-src/ext/mbstring/
H A Dphp_unicode.c104 short g = g_table[mph_hash(0, code) % g_table_size]; in mph_lookup() local
H A Dphp_mbregex.c65 #define MBREX(g) (MBSTRG(mb_regex_globals)->g) argument

Completed in 245 milliseconds

12