Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 142) sorted by path

123456

/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 Dmicro_bench.php26 public $b = 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
619 # define LONGJMP(a,b) siglongjmp(a, b) argument
H A Dzend_API.c1247 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1330 ZEND_API int add_index_bool(zval *arg, ulong index, int b) /* {{{ */ in add_index_bool()
1413 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool()
H A Dzend_API.h552 #define ZVAL_BOOL(z, b) do { \ argument
618 #define RETVAL_BOOL(b) ZVAL_BOOL(return_value, b) argument
630 #define RETURN_BOOL(b) { RETVAL_BOOL(b); return; } argument
H A Dzend_alloc.c502 #define ZEND_MM_BLOCK(b, type, size) do { \ argument
508 #define ZEND_MM_LAST_BLOCK(b) do { \ argument
512 #define ZEND_MM_BLOCK_SIZE(b) ((b)->info._size & ~ZEND_MM_TYPE_MASK) argument
513 #define ZEND_MM_IS_FREE_BLOCK(b) (!((b)->info._size & ZEND_MM_USED_BLOCK)) argument
514 #define ZEND_MM_IS_USED_BLOCK(b) ((b)->info._size & ZEND_MM_USED_BLOCK) argument
517 #define ZEND_MM_NEXT_BLOCK(b) ZEND_MM_BLOCK_AT(b, ZEND_MM_BLOCK_SIZE(b)) argument
520 #define ZEND_MM_PREV_BLOCK_IS_FREE(b) (!((b)->info._prev & ZEND_MM_USED_BLOCK)) argument
522 #define ZEND_MM_MARK_FIRST_BLOCK(b) ((b)->info._prev = ZEND_MM_GUARD_BLOCK) argument
523 #define ZEND_MM_IS_FIRST_BLOCK(b) ((b)->info._prev == ZEND_MM_GUARD_BLOCK) argument
526 #define ZEND_MM_FREE_BLOCK_SIZE(b) (b)->info._size argument
[all …]
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.c398 #define rounded_product(a,b) a *= b argument
399 #define rounded_quotient(a,b) a /= b argument
662 Bigint *b; in i2b() local
670 static Bigint * mult(Bigint *a, Bigint *b) in mult()
756 Bigint *b; in s2b() local
787 static Bigint * pow5mult(Bigint *b, int k) in pow5mult()
829 static Bigint *lshift(Bigint *b, int k) in lshift()
887 static int cmp(Bigint *a, Bigint *b) in cmp()
1098 Bigint *b; in d2b() local
1282 static int quorem(Bigint *b, Bigint *S) in quorem()
[all …]
/PHP-5.5/Zend/tests/bug67436/
H A Db.php3 class b extends 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
/PHP-5.5/ext/calendar/
H A Deaster.c39 struct tm b, *res; in _cal_easter() local
/PHP-5.5/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.5/ext/date/
H A Dphp_date.c3975 timelib_time *b = NULL, *e = NULL; in date_interval_initialize() local
4354 timelib_time *b = NULL, *e = NULL; in date_period_initialize() local
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c71 const unsigned char * b = (unsigned char *)buf; in cdb_hash() local
/PHP-5.5/ext/ereg/
H A Dereg.c215 #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
1948 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() 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.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

Completed in 147 milliseconds

123456