Home
last modified time | relevance | path

Searched refs:b (Results 276 – 300 of 2383) sorted by path

1...<<11121314151617181920>>...96

/PHP-5.5/Zend/
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
623 # define LONGJMP(a,b) longjmp(a, b)
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() argument
1252 ZVAL_BOOL(tmp, b); in add_assoc_bool_ex()
1330 ZEND_API int add_index_bool(zval *arg, ulong index, int b) /* {{{ */ in add_index_bool() argument
1335 ZVAL_BOOL(tmp, b); in add_index_bool()
1413 ZEND_API int add_next_index_bool(zval *arg, int b) /* {{{ */ in add_next_index_bool() argument
1418 ZVAL_BOOL(tmp, b); in add_next_index_bool()
1592 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC) /* {{{… in add_property_bool_ex()
1598 ZVAL_BOOL(tmp, b); in add_property_bool_ex()
H A Dzend_API.h378 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b);
402 ZEND_API int add_index_bool(zval *arg, ulong idx, int b);
411 ZEND_API int add_next_index_bool(zval *arg, int b);
433 ZEND_API int add_property_bool_ex(zval *arg, const char *key, uint key_len, int b TSRMLS_DC);
552 #define ZVAL_BOOL(z, b) do { \ argument
554 Z_LVAL_P(__z) = ((b) != 0); \
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.c512 #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
518 #define ZEND_MM_PREV_BLOCK(b) ZEND_MM_BLOCK_AT(b, -(ssize_t)((b)->info._prev & ~ZEND_MM_TYPE_MASK… 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
1239 p = ZEND_MM_NEXT_BLOCK(b); in zend_mm_find_leaks()
[all …]
H A Dzend_ini.c148 static int ini_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in ini_key_compare()
154 s = *((const Bucket **) b); in ini_key_compare()
H A Dzend_language_scanner.l2010 <ST_IN_SCRIPTING>b?['] {
2079 <ST_IN_SCRIPTING>b?["] {
2121 <ST_IN_SCRIPTING>b?"<<<"{TABS_AND_SPACES}({LABEL}|([']{LABEL}['])|(["]{LABEL}["])){NEWLINE} {
H A Dzend_multiply.h29 : "0"(a), "r"(b), "1"(0)); \
30 if (usedval) (dval) = (double) (a) * (double) (b); \
41 : "0"(a), "r"(b), "1"(0)); \
42 if (usedval) (dval) = (double) (a) * (double) (b); \
53 : "r"(a), "r"(b)); \
54 if (usedval) (dval) = (double) (a) * (double) (b); \
66 : "X"(a), "X"(b)); \
67 if (usedval) (dval) = (double) (a) * (double) (b); \
74 zend_long64 __result = (zend_long64) (a) * (zend_long64) (b); \
87 long __lres = (a) * (b); \
[all …]
H A Dzend_ptr_stack.h58 static zend_always_inline void zend_ptr_stack_3_push(zend_ptr_stack *stack, void *a, void *b, void …
66 *(stack->top_element++) = b;
72 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push() argument
80 *(stack->top_element++) = 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() argument
88 *b = *(--stack->top_element); 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() argument
96 *b = *(--stack->top_element); 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() argument
39 tmp_b_int = (int *) b; in _zend_qsort_swap()
H A Dzend_strtod.c398 #define rounded_product(a,b) a *= b argument
782 b = multadd(b, 10, *s++ - '0'); in s2b()
795 b = multadd(b, p05[i-1], 0); in pow5mult()
1404 b->maxwds = 1 << (b->k = *(int*)b); in zend_freedtoa()
1836 b = pow5mult(b, j); in zend_dtoa()
1839 b = pow5mult(b, b5); in zend_dtoa()
1889 b = lshift(b, b2); in zend_dtoa()
1953 b = lshift(b, 1); in zend_dtoa()
1974 b = multadd(b, 10, 0); in zend_dtoa()
1988 b = multadd(b, 10, 0); in zend_dtoa()
[all …]
/PHP-5.5/build/
H A Dlibtool.m41197 ln conftest.a conftest.b 2>/dev/null && hard_links=no
1199 ln conftest.a conftest.b 2>&5 || hard_links=no
1200 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2155 [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3180 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
3254 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5895 …_LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $l…
5898 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5932 …_LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib …
5937 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
[all …]
/PHP-5.5/
H A Dconfigure.in182 T_ME=`$php_shtool echo -n -e %b`
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1292 struct s *b; b->j = 5;
/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
41 res = php_localtime_r(&a, &b); in _cal_easter()
45 year = 1900 + b.tm_year; in _cal_easter()
/PHP-5.5/ext/com_dotnet/
H A DREADME50 $b = new variant(6);
51 $c = variant_add($a, $b);
/PHP-5.5/ext/ctype/tests/
H A Dbug25745.phpt16 $b = $ctype_func(chr($i));
17 if ($a != $b) {
18 echo "broken... $ctype_func($i) = $a, $ctype_func(chr($i)) = $b\n";
/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_016.phpt22 [%u|b%"url"]=>
H A Dcurl_escape.phpt20 var_dump(curl_unescape($a, 'a%00b'));
25 string(3) "a�b"
/PHP-5.5/ext/date/lib/
H A DREADME6 re2c -d -b -o ext/date/lib/parse_date.c ext/date/lib/parse_date.re
7 re2c -d -b -o ext/date/lib/parse_iso_intervals.c ext/date/lib/parse_iso_intervals.re
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_date.re38 # define strtoll(s, f, b) _atoi64(s)
41 # define strtoll(s, f, b) atoll(s)
43 # define strtoll(s, f, b) strtol(s, f, b)
1049 if (*ptr == 'b') {
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 Dparse_iso_intervals.re36 # define strtoll(s, f, b) _atoi64(s)
39 # define strtoll(s, f, b) atoll(s)
41 # define strtoll(s, f, b) strtol(s, f, b)
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() argument
34 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
38 *b += *a / adj; in do_range_limit()

Completed in 164 milliseconds

1...<<11121314151617181920>>...96