Home
last modified time | relevance | path

Searched defs:a (Results 76 – 100 of 157) sorted by relevance

1234567

/PHP-7.0/ext/fileinfo/libmagic/
H A Dfile.h107 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
121 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
125 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
500 #define strtoul(a, b, c) strtol(a, b, c) argument
553 #define __RCSID(a) argument
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) argument
156 #define CDF_UNPACK(a) \ argument
158 #define CDF_UNPACKA(a) \ argument
1190 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1191 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h429 #define PUT(a,n,d) \ argument
433 #define GET(a,n) \ argument
446 #define GET(a,n) \ argument
460 #define GET(a,n) \ argument
478 #define PUT(a,n,d) \ argument
481 #define GET(a,n) \ argument
496 #define GET(a,n) \ argument
516 #define GET(a,n) \ argument
547 #define GET2(a,n) \ argument
557 #define GET2(a,n) \ argument
[all …]
H A Dpcre_printint.c142 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */ in print_char() local
/PHP-7.0/ext/gd/libgd/
H A Dgd_png.c385 register png_byte a = gdAlphaMax - (row_pointers[h][boffset++] >> 1); in gdImageCreateFromPngCtx() local
685 unsigned char a; in gdImagePngCtxEx() local
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
541 double a, b, c, d; in filter_bspline() local
594 const double a = 2.0f; in filter_power() local
706 #define colorIndex2RGBcustomA(c, a) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], i… argument
774 int r, g, b, a; in getPixelInterpolateWeight() local
1007 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
[all …]
H A Dgd.c268 int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorClosestAlpha()
310 #define MIN(a,b) ((a)<(b)?(a):(b)) argument
312 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
314 #define MAX(a,b) ((a)<(b)?(b):(a)) argument
316 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
464 int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorExactAlpha()
486 int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorAllocateAlpha()
531 int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) in gdImageColorResolveAlpha()
1272 #define BLEND_COLOR(a, nc, c, cc) \ argument
2753 int gdCompareInt (const void *a, const void *b) in gdCompareInt()
H A Dgd_crop.c337 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
H A Dgd_io_dp.c216 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
/PHP-7.0/ext/filter/
H A Dfilter.c307 #define VAR_ARRAY_COPY_DTOR(a) \ argument
428 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c276 sljit_si a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativeX86_64.c348 sljit_si a, sljit_sw imma, in emit_x86_instruction()
/PHP-7.0/ext/date/lib/
H A Dtimelib.c37 #define HOUR(a) (int)(a * 60) argument
H A Dtm2unixtime.c35 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/PHP-7.0/ext/standard/html_tables/
H A Dhtml_table_gen.php254 $a = range(0, $maxencnum); variable
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_wait.c51 static int phpdbg_array_data_compare(const void *a, const void *b) { in phpdbg_array_data_compare()
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_cmd.c502 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
H A Dphpdbg_list.c38 #define PHPDBG_LIST_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/PHP-7.0/ext/zip/lib/
H A Dzipint.h100 #define open(a, b, c) _open((a), (b)) argument
204 #define ZIP_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
205 #define ZIP_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.0/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h61 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_conf.c53 #define STR2STR(a) (a ? a : "undefined") argument
54 #define BOOL2STR(a) (a ? "yes" : "no") argument
/PHP-7.0/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
/PHP-7.0/Zend/
H A Dzend_types.h33 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
36 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
40 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
43 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
657 #define ZVAL_ARR(z, a) do { \ argument
754 #define ZVAL_NEW_AST(z, a) do { \ argument

Completed in 100 milliseconds

1234567