Home
last modified time | relevance | path

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

123456

/PHP-5.3/TSRM/
H A Dtsrm_nw.c47 #define tsrm_strtok_r(a,b,c) strtok((a),(b)) argument
H A Dtsrm_virtual_cwd.c101 #define tsrm_strtok_r(a,b,c) _tcstok((a),(b)) argument
/PHP-5.3/Zend/
H A Dacconfig.h83 #define zend_isnan(a) isnan(a) argument
85 #define zend_isnan(a) ((fpclass(a) == FP_SNAN) || (fpclass(a) == FP_QNAN)) argument
87 #define zend_isnan(a) 0 argument
92 #define zend_isinf(a) isinf(a) argument
95 #define zend_isinf(a) (((a)==INFINITY)?1:0) argument
97 #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) argument
99 #define zend_isinf(a) 0 argument
103 #define zend_finite(a) finite(a) argument
105 #define zend_finite(a) isfinite(a) argument
107 #define zend_finite(a) ((fpclassify((a))!=FP_INFINITE&&fpclassify((a))!=FP_NAN)?1:0) argument
[all …]
H A Dbench.php26 function hallo($a) {
41 function hallo2($a) {
H A Dzend.h500 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
501 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
507 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
547 # define SETJMP(a) sigsetjmp(a, 0) argument
548 # define LONGJMP(a,b) siglongjmp(a, b) argument
H A Dzend_config.w32.h56 #define zend_isinf(a) ((_fpclass(a) == _FPCLASS_PINF) || (_fpclass(a) == _FPCLASS_NINF)) argument
H A Dzend_execute.h336 void *a, *b; in zend_arg_types_stack_2_pop() local
346 void *a, *b, *c; in zend_arg_types_stack_3_pop() local
H A Dzend_gc.h52 #define GC_SET_ADDRESS(v, a) \ argument
67 #define GC_ZVAL_SET_ADDRESS(v, a) \ argument
H A Dzend_hash.c72 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
75 #define IS_CONSISTENT(a) argument
H A Dzend_ini.c146 static int ini_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in ini_key_compare()
H A Dzend_multiply.h24 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
36 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
49 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
H A Dzend_ptr_stack.h71 static inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
84 static inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void **c) in zend_ptr_stack_3_pop()
92 static inline void zend_ptr_stack_2_pop(zend_ptr_stack *stack, void **a, void **b) in zend_ptr_stack_2_pop()
H A Dzend_qsort.c27 static void _zend_qsort_swap(void *a, void *b, size_t siz) in _zend_qsort_swap()
H A Dzend_strtod.c263 #define Sign_Extend(a,b) if (b < 0) a |= 0xffff0000; argument
391 #define rounded_product(a,b) a = rnd_prod(a, b) argument
392 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument
399 #define rounded_product(a,b) a *= b argument
400 #define rounded_quotient(a,b) a /= b argument
671 static Bigint * mult(Bigint *a, Bigint *b) in mult()
888 static int cmp(Bigint *a, Bigint *b) in cmp()
917 static Bigint * diff(Bigint *a, Bigint *b) in diff()
996 volatile _double a; in ulp() local
1029 (a, e) Bigint *a; int *e; in b2d() argument
[all …]
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h76 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
77 #define MIN(a, b) ((a)>(b)?(b):(a)) argument
78 #define ODD(a) ((a)&1) argument
/PHP-5.3/ext/calendar/
H A Deaster.c38 time_t a; in _cal_easter() local
/PHP-5.3/ext/date/lib/
H A Dparse_date.c173 #define HOUR(a) (int)(a * 60) argument
H A Dparse_iso_intervals.c107 #define HOUR(a) (int)(a * 60) argument
H A Dtm2unixtime.c31 static int do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, time… in do_range_limit()
/PHP-5.3/ext/ereg/
H A Dereg.c94 static int ereg_lru_cmp(const void *a, const void *b TSRMLS_DC) in ereg_lru_cmp()
202 #define regfree(a); argument
204 #define regcomp(a, b, c) _php_regcomp(a, b, c) argument
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c48 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) argument
50 #define EATTWO(a, b) ((SEETWO(a, b)) ? (NEXT2(), 1) : 0) argument
H A Dregexec.c29 #define EQ(a, b) ((a) == (b)) argument
76 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) argument
/PHP-5.3/ext/exif/
H A Dexif.c95 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
98 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
107 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
2641 int a; in exif_process_user_comment() local
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c524 apprentice_sort(const void *a, const void *b) in apprentice_sort()
H A Dcdf.c71 #define DPRINTF(a) printf a, fflush(stdout) argument
151 #define CDF_UNPACK(a) \ argument
153 #define CDF_UNPACKA(a) \ argument
1074 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b) in cdf_dump_header() argument
1075 #define DUMP2(a, b) (void)fprintf(stderr, "%40.40s = " a " (" a ")\n", # b, \ in cdf_dump_header() argument

Completed in 116 milliseconds

123456