Home
last modified time | relevance | path

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

1234567

/PHP-8.0/Zend/
H A Dbench.php25 function hallo($a) {
40 function hallo2($a) {
/PHP-8.0/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.c47 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
50 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
102 uint32_t a = ctx->H[0]; in sha256_process_block() local
H A Dcrypt_sha512.c35 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
38 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
126 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.0/ext/date/lib/
H A Dtimelib.c230 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
231 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
/PHP-8.0/ext/fileinfo/libmagic/
H A Dencoding.c57 #define DPRINTF(a) printf a argument
59 #define DPRINTF(a) argument
H A Dsoftmagic.c148 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
167 #define F(a, b, c) fmtcheck((b), (c)) argument
169 #define F(a, b, c) ((b)) argument
1902 const unsigned char *a = RCAST(const unsigned char *, s1); in file_strncmp() local
1967 file_strncmp16(const char *a, const char *b, size_t len, size_t maxlen, in file_strncmp16()
H A Dder.c131 #define DPRINTF(a) printf a argument
133 #define DPRINTF(a) argument
/PHP-8.0/ext/phar/
H A Dshortarc.php74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt); variable
/PHP-8.0/sapi/apache2handler/
H A Dapache_config.c43 #define phpapdebug(a) fprintf a argument
45 #define phpapdebug(a) argument
/PHP-8.0/ext/gd/libgd/
H A Dgd_io_ss.c132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
H A Dgd_tga.c119 register int a = tga->bitmap[bitmap_caret + 3]; in gdImageCreateFromTgaCtx() local
H A Dgd_io_file.c94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
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_interpolation.c80 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
82 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
84 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
86 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
361 const double a = -DEFAULT_FILTER_GENERALIZED_CUBIC; in filter_generalized_cubic() local
551 double a, b, c, d; in filter_bspline() local
606 const double a = 2.0f; in filter_power() local
675 #define colorIndex2RGBcustomA(c, a) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], i… argument
708 int r, g, b, a; in getPixelInterpolateWeight() local
940 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
[all …]
H A Dgd_crop.c284 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-8.0/ext/gmp/
H A Dgmp.c201 static void gmp_mpz_tdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_tdiv_q_ui()
204 static void gmp_mpz_tdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_tdiv_r_ui()
207 static void gmp_mpz_fdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_fdiv_q_ui()
210 static void gmp_mpz_fdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_fdiv_r_ui()
213 static void gmp_mpz_cdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_cdiv_r_ui()
216 static void gmp_mpz_cdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_cdiv_q_ui()
219 static void gmp_mpz_mod_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_mod_ui()
222 static void gmp_mpz_gcd_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { in gmp_mpz_gcd_ui()
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h128 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
/PHP-8.0/ext/session/
H A Dmod_user.c52 #define PSF(a) PS(mod_user_names).name.ps_##a argument
/PHP-8.0/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.0/ext/sockets/
H A Dphp_sockets.h33 # define IS_INVALID_SOCKET(a) (a->bsd_socket < 0) argument
/PHP-8.0/ext/filter/
H A Dfilter.c247 #define VAR_ARRAY_COPY_DTOR(a) \ argument
365 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument

Completed in 101 milliseconds

1234567