Home
last modified time | relevance | path

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

1234567

/PHP-5.5/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.5/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.h569 #define MAX(a, b) (((a)>(b))?(a):(b)) argument
570 #define MIN(a, b) (((a)<(b))?(a):(b)) argument
576 #define ZEND_LOG_XOR(a, b) (ZEND_TRUTH(a) ^ ZEND_TRUTH(b)) argument
618 # define SETJMP(a) sigsetjmp(a, 0) argument
619 # 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_gc.h52 #define GC_SET_ADDRESS(v, a) \ argument
67 #define GC_ZVAL_SET_ADDRESS(v, a) \ argument
H A Dzend_hash.c73 #define IS_CONSISTENT(a) _zend_is_inconsistent(a, __FILE__, __LINE__); argument
76 #define IS_CONSISTENT(a) argument
H A Dzend_ini.c148 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
48 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
60 #define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \ argument
73 #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
H A Dzend_ptr_stack.h72 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push()
85 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()
93 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_qsort.c28 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
390 #define rounded_product(a,b) a = rnd_prod(a, b) argument
391 #define rounded_quotient(a,b) a = rnd_quot(a, b) argument
398 #define rounded_product(a,b) a *= b argument
399 #define rounded_quotient(a,b) a /= b argument
670 static Bigint * mult(Bigint *a, Bigint *b) in mult()
887 static int cmp(Bigint *a, Bigint *b) in cmp()
916 static Bigint * diff(Bigint *a, Bigint *b) in diff()
995 volatile _double a; in ulp() local
1028 (a, e) Bigint *a; int *e; in b2d() argument
[all …]
/PHP-5.5/Zend/tests/bug67436/
H A Da.php3 class a { class
/PHP-5.5/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.5/ext/calendar/
H A Deaster.c38 time_t a; in _cal_easter() local
/PHP-5.5/ext/date/lib/
H A Dtimelib.c33 #define HOUR(a) (int)(a * 60) argument
H A Dtm2unixtime.c31 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit()
/PHP-5.5/ext/ereg/
H A Dereg.c213 #define regfree(a); argument
215 #define regcomp(a, b, c) _php_regcomp(a, b, c TSRMLS_CC) argument
/PHP-5.5/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.5/ext/exif/
H A Dexif.c85 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
88 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
97 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
2619 int a; in exif_process_user_comment() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c779 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
H A Dencoding.c56 #define DPRINTF(a) printf a argument
58 #define DPRINTF(a) argument

Completed in 109 milliseconds

1234567