Home
last modified time | relevance | path

Searched defs:a (Results 51 – 75 of 162) sorted by relevance

1234567

/PHP-8.3/ext/standard/
H A Dmd5.c152 #define STEP(f, a, b, c, d, x, t, s) \ argument
189 uint32_t a, b, c, d; in body() local
H A Dcrypt_sha256.c46 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
49 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
101 uint32_t a = ctx->H[0]; in sha256_process_block() local
H A Dcrypt_sha512.c34 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
37 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
125 uint64_t a = ctx->H[0]; in sha512_process_block() local
H A Dpageinfo.c35 #define getgroups(a, b) 0 argument
H A Dphp_filestat.h35 #define getgroups(a, b) 0 argument
/PHP-8.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c155 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
174 #define F(a, b, c) fmtcheck((b), (c)) argument
176 #define F(a, b, c) ((b)) argument
1967 const unsigned char *a = RCAST(const unsigned char *, s1); in file_strncmp() local
2037 file_strncmp16(const char *a, const char *b, size_t len, size_t maxlen, in file_strncmp16()
H A Dencoding.c63 #define DPRINTF(a) printf a argument
65 #define DPRINTF(a) argument
H A Dder.c131 #define DPRINTF(a) printf a argument
133 #define DPRINTF(a) argument
/PHP-8.3/ext/phar/
H A Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
/PHP-8.3/sapi/apache2handler/
H A Dapache_config.c43 #define phpapdebug(a) fprintf a argument
45 #define phpapdebug(a) argument
/PHP-8.3/ext/date/lib/
H A Dtimelib.c254 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
255 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-8.3/ext/gd/libgd/
H A Dgd_io_ss.c132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
H A Dgd.c306 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha()
348 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
350 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
352 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
354 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
502 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha()
569 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha()
1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
1718 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
1757 int64_t aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
[all …]
H A Dgd_tga.c119 register int a = tga->bitmap[bitmap_caret + 3]; in gdImageCreateFromTgaCtx() local
H A Dgd_interpolation.c81 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
83 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
85 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
87 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
360 const double a = -DEFAULT_FILTER_GENERALIZED_CUBIC; in filter_generalized_cubic() local
550 double a, b, c, d; in filter_bspline() local
605 const double a = 2.0f; in filter_power() local
674 #define colorIndex2RGBcustomA(c, a) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], i… argument
707 int r, g, b, a; in getPixelInterpolateWeight() local
939 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
[all …]
H A Dgd_io_file.c94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
H A Dgd_crop.c284 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
H A Dgd_png.c410 register png_byte a = gdAlphaMax - (row_pointers[h][boffset++] >> 1); in gdImageCreateFromPngCtx() local
716 unsigned char a; in gdImagePngCtxEx() local
/PHP-8.3/ext/random/
H A Dengine_combinedlcg.c33 #define MODMULT(a, b, c, m, s) q = s / a; s = b * (s - a * q) - c * q; if (s < 0) s += m argument
/PHP-8.3/ext/zend_test/
H A Dphp_test.h72 uint64_t a; member
/PHP-8.3/ext/gmp/
H A Dgmp.c206 static void gmp_mpz_tdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_tdiv_q_ui()
209 static void gmp_mpz_tdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_tdiv_r_ui()
212 static void gmp_mpz_fdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_fdiv_q_ui()
215 static void gmp_mpz_fdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_fdiv_r_ui()
218 static void gmp_mpz_cdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_cdiv_r_ui()
221 static void gmp_mpz_cdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_cdiv_q_ui()
224 static void gmp_mpz_mod_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_mod_ui()
227 static void gmp_mpz_gcd_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_gcd_ui()
/PHP-8.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c37 #define ROL64(a, offset) _rotl64(a, offset) argument
46 #define ROL64(a, offset) ((((UINT64)a) << offset) ^ (((UINT64)a) >> (64-offset))) argument
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.h213 static zend_always_inline bool zend_sub_will_overflow(zend_long a, zend_long b) { in zend_sub_will_overflow()
/PHP-8.3/ext/filter/
H A Dfilter.c183 #define VAR_ARRAY_COPY_DTOR(a) \ argument
301 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument

Completed in 107 milliseconds

1234567