Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 153) sorted by path

1234567

/PHP-7.4/Zend/
H A Dbench.php25 function hallo($a) {
40 function hallo2($a) {
H A Dmicro_bench.php25 static $a = 0; variable in Foo
H A Dzend_alloc.c1149 # define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
1153 # define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
H A Dzend_config.w32.h58 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
H A Dzend_hash.c73 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
78 #define IS_CONSISTENT(a) argument
H A Dzend_ini.c174 static int ini_key_compare(const void *a, const void *b) /* {{{ */ in ini_key_compare()
H A Dzend_multiply.h27 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
37 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
47 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
59 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
71 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
86 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
98 # define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
112 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
129 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
142 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
H A Dzend_opcode.c753 static int cmp_live_range(const zend_live_range *a, const zend_live_range *b) { in cmp_live_range()
756 static void swap_live_range(zend_live_range *a, zend_live_range *b) { in swap_live_range()
H A Dzend_portability.h374 # define SETJMP(a) sigsetjmp(a, 0) argument
375 # define LONGJMP(a,b) siglongjmp(a, b) argument
378 # define SETJMP(a) setjmp(a) argument
379 # define LONGJMP(a,b) longjmp(a, b) argument
435 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
436 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
490 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
640 # define _ZEND_EXPAND_VA(a) a argument
H A Dzend_ptr_stack.h71 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
84 static zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void… in zend_ptr_stack_3_pop()
92 static zend_always_inline void zend_ptr_stack_2_pop(zend_ptr_stack *stack, void **a, void **b) in zend_ptr_stack_2_pop()
H A Dzend_smart_str_public.h24 size_t a; member
H A Dzend_smart_string_public.h28 size_t a; member
H A Dzend_sort.c91 static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swap_func_t swp) /* {{{ */ { in zend_sort_2()
98 static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t cmp, swap_func_t swp) /* {… in zend_sort_3()
120 static void zend_sort_4(void *a, void *b, void *c, void *d, compare_func_t cmp, swap_func_t swp) /*… in zend_sort_4()
134 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5()
H A Dzend_strtod.c337 #define Storeinc(a,b,c) (((unsigned short *)a)[1] = (unsigned short)b, \ argument
476 #define rounded_product(a,b) a = rnd_prod(a, b) argument
477 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument
484 #define rounded_product(a,b) a *= b argument
485 #define rounded_quotient(a,b) a /= b argument
658 multadd in multadd() argument
853 (a, b) Bigint *a, *b; in mult() argument
1082 (a, b) Bigint *a, *b; in cmp() argument
1116 (a, b) Bigint *a, *b; in diff() argument
1252 (a, e) Bigint *a; int *e; in b2d() argument
[all …]
H A Dzend_types.h36 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) d; c; b; a; argument
39 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) d, c, b, a argument
43 # define ZEND_ENDIAN_LOHI_4(a, b, c, d) a; b; c; d; argument
46 # define ZEND_ENDIAN_LOHI_C_4(a, b, c, d) a, b, c, d argument
827 #define ZVAL_ARR(z, a) do { \ argument
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h75 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
76 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
77 #define ODD(a) ((a)&1) argument
/PHP-7.4/ext/calendar/
H A Deaster.c37 time_t a; in _cal_easter() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c739 #define sHOUR(a) (int)(a * 3600) argument
740 #define sMIN(a) (int)(a * 60) argument
H A Dtimelib.c229 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
230 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
H A Dtm2unixtime.c36 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/PHP-7.4/ext/exif/
H A Dexif.c62 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
3048 int a; in exif_process_user_comment() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c931 apprentice_sort(const void *a, const void *b) in apprentice_sort()
1715 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier() argument
H A Dcdf.c69 #define DPRINTF(a) printf a, fflush(stdout) argument
160 #define CDF_UNPACK(a) \ argument
162 #define CDF_UNPACKA(a) \ argument
1299 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1300 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument
H A Dder.c121 #define DPRINTF(a) printf a argument
123 #define DPRINTF(a) argument
H A Dencoding.c58 #define DPRINTF(a) printf a argument
60 #define DPRINTF(a) argument

Completed in 157 milliseconds

1234567