Home
last modified time | relevance | path

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

1234567

/PHP-7.2/ext/fileinfo/libmagic/
H A Dfile.h109 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
123 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
127 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
513 #define strtoul(a, b, c) strtol(a, b, c) argument
570 #define __RCSID(a) argument
H A Dder.c121 #define DPRINTF(a) printf a argument
123 #define DPRINTF(a) argument
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) argument
181 #define CDF_UNPACK(a) \ argument
183 #define CDF_UNPACKA(a) \ argument
1314 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1315 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
/PHP-7.2/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.c144 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */ in print_char() local
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_64.c121 #define SELECT_OP(a, b) \ argument
H A DsljitNativeX86_32.c328 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
H A DsljitNativeX86_64.c341 sljit_s32 a, sljit_sw imma, in emit_x86_instruction()
/PHP-7.2/ext/gd/libgd/
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
670 #define colorIndex2RGBcustomA(c, a) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], i… argument
703 int r, g, b, a; in getPixelInterpolateWeight() local
936 register unsigned char r = 0, g = 0, b = 0, a = 0; in _gdScaleRow() local
[all …]
H A Dgd_png.c400 register png_byte a = gdAlphaMax - (row_pointers[h][boffset++] >> 1); in gdImageCreateFromPngCtx() local
706 unsigned char a; in gdImagePngCtxEx() local
H A Dgd_crop.c325 register int r,b,g,a; in gdGuessBackgroundColorFromCorners() local
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c29 #define ROL64(a, offset) _rotl64(a, offset) argument
38 #define ROL64(a, offset) ((((UINT64)a) << offset) ^ (((UINT64)a) >> (64-offset))) argument
/PHP-7.2/ext/filter/
H A Dfilter.c309 #define VAR_ARRAY_COPY_DTOR(a) \ argument
430 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-7.2/win32/
H A Dcodepage.h141 #define PHP_WIN32_CP_FREE_ARRAY(a, a_len) do { \ argument
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_ssa.c28 static zend_bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
226 static inline zend_bool add_will_overflow(zend_long a, zend_long b) { in add_will_overflow()
230 static inline zend_bool sub_will_overflow(zend_long a, zend_long b) { in sub_will_overflow()
/PHP-7.2/ext/standard/html_tables/
H A Dhtml_table_gen.php254 $a = range(0, $maxencnum); variable
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_info.c30 #define PHPDBG_INFO_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_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_list.c38 #define PHPDBG_LIST_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
/PHP-7.2/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.2/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h61 #define min(a,b) ((a)<(b)?(a):(b)) argument
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_conf.c52 #define STR2STR(a) (a ? a : "undefined") argument
53 #define BOOL2STR(a) (a ? "yes" : "no") argument
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c27 # define MIN(a,b) ((a) < (b) ? (a) : (b)) argument

Completed in 134 milliseconds

1234567