Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 136) 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 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
548 # define LONGJMP(a,b) siglongjmp(a, b) argument
H A Dzend_API.c1139 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1222 ZEND_API int add_index_bool(zval *arg, ulong index, int b) /* {{{ */ in add_index_bool()
1305 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
H A Dzend_API.h525 #define ZVAL_BOOL(z, b) { \ argument
585 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument
597 #define RETURN_BOOL(b) { RETVAL_BOOL(b); return; } argument
H A Dzend_alloc.c497 #define ZEND_MM_BLOCK(b, type, size) do { \ argument
503 #define ZEND_MM_LAST_BLOCK(b) do { \ argument
507 #define ZEND_MM_BLOCK_SIZE(b) ((b)->info._size & ~ZEND_MM_TYPE_MASK) argument
508 #define ZEND_MM_IS_FREE_BLOCK(b) (!((b)->info._size & ZEND_MM_USED_BLOCK)) argument
509 #define ZEND_MM_IS_USED_BLOCK(b) ((b)->info._size & ZEND_MM_USED_BLOCK) argument
512 #define ZEND_MM_NEXT_BLOCK(b) ZEND_MM_BLOCK_AT(b, ZEND_MM_BLOCK_SIZE(b)) argument
515 #define ZEND_MM_PREV_BLOCK_IS_FREE(b) (!((b)->info._prev & ZEND_MM_USED_BLOCK)) argument
517 #define ZEND_MM_MARK_FIRST_BLOCK(b) ((b)->info._prev = ZEND_MM_GUARD_BLOCK) argument
518 #define ZEND_MM_IS_FIRST_BLOCK(b) ((b)->info._prev == ZEND_MM_GUARD_BLOCK) argument
521 #define ZEND_MM_FREE_BLOCK_SIZE(b) (b)->info._size argument
[all …]
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_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.c399 #define rounded_product(a,b) a *= b argument
400 #define rounded_quotient(a,b) a /= b argument
663 Bigint *b; in i2b() local
671 static Bigint * mult(Bigint *a, Bigint *b) in mult()
757 Bigint *b; in s2b() local
788 static Bigint * pow5mult(Bigint *b, int k) in pow5mult()
830 static Bigint *lshift(Bigint *b, int k) in lshift()
888 static int cmp(Bigint *a, Bigint *b) in cmp()
1099 Bigint *b; in d2b() local
1283 static int quorem(Bigint *b, Bigint *S) in quorem()
[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
/PHP-5.3/ext/calendar/
H A Deaster.c39 struct tm b, *res; in _cal_easter() local
/PHP-5.3/ext/date/lib/
H A Dparse_date.c40 # define strtoll(s, f, b) _atoi64(s) argument
43 # define strtoll(s, f, b) atoll(s) argument
45 # define strtoll(s, f, b) strtol(s, f, b) argument
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
H A Dtm2unixtime.c31 …do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, timelib_sll *b) in do_range_limit()
/PHP-5.3/ext/date/
H A Dphp_date.c3507 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
3874 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-5.3/ext/dba/libcdb/
H A Dcdb.c71 const unsigned char * b = (unsigned char *)buf; in cdb_hash() local
/PHP-5.3/ext/ereg/
H A Dereg.c204 #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
1968 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() 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.c278 const char *b = (const char *)sst->sst_tab; in cdf_check_stream_offset() local
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 Dfile.h113 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
117 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
138 uint8_t b; member
342 #define CAST(T, b) static_cast<T>(b) argument
343 #define RCAST(T, b) reinterpret_cast<T>(b) argument
345 #define CAST(T, b) (T)(b) argument
346 #define RCAST(T, b) (T)(b) argument
454 #define strtoul(a, b, c) strtol(a, b, c) argument

Completed in 161 milliseconds

123456