Home
last modified time | relevance | path

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

123456

/php-src/TSRM/
H A DTSRM.h152 # define __has_attribute(x) 0 argument
/php-src/Zend/Optimizer/
H A Dzend_inference.c665 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
713 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
/php-src/Zend/
H A Dmicro_bench.php315 $x = new Foo(); variable
H A Dzend_alloc.c321 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
326 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
331 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
2510 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2516 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2531 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2545 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2556 ZEND_MM_BINS_INFO(_ZEND_BIN_FREE, x, y) argument
H A Dzend_alloc.h84 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
109 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
H A Dzend_alloc_sizes.h32 #define ZEND_MM_BINS_INFO(_, x, y) \ argument
H A Dzend_atomic.h22 #define ZEND_GCC_PREREQ(x, y) \ argument
H A Dzend_bitset.h255 zend_ulong x = set[i]; local
H A Dzend_build.h22 #define ZEND_TOSTR_(x) #x argument
23 #define ZEND_TOSTR(x) ZEND_TOSTR_(x) argument
H A Dzend_cpuinfo.h109 # define __has_attribute(x) 0 argument
H A Dzend_ini_scanner.l60 #define yyless(x) do { YYCURSOR = (const unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.l66 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_portability.h81 # define __has_attribute(x) 0 argument
84 # define __has_builtin(x) 0 argument
87 # define __has_feature(x) 0 argument
133 # define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; })) argument
135 # define ZEND_IGNORE_VALUE(x) ((void) (x)) argument
477 #define ZEND_TRUTH(x) ((x) ? 1 : 0) argument
754 #define __ZEND_DO_PRAGMA(x) _Pragma(#x) argument
755 #define _ZEND_DO_PRAGMA(x) __ZEND_DO_PRAGMA(x) argument
H A Dzend_signal.c321 size_t x; in zend_signal_activate() local
339 size_t x; in zend_signal_deactivate() local
376 size_t x; in zend_signal_globals_ctor() local
H A Dzend_strtod.c543 ULong x[1]; member
577 int x; local
651 ULong *x; local
708 Long x, y; local
739 (x) ULong x; in hi0bits() argument
779 ULong x = *y; local
1196 (x) U *x; in ulp() argument
1315 ULong *x, y, z; local
1613 ULong c, x[2]; local
1691 ULong *x, *xe; local
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c27 #define SWAR_REPEAT(x) (SWAR_ONES * (x)) argument
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c64 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/php-src/ext/date/lib/
H A Dastro.c45 #define sind(x) sin((x)*DEGRAD) argument
46 #define cosd(x) cos((x)*DEGRAD) argument
47 #define tand(x) tan((x)*DEGRAD) argument
49 #define atand(x) (RADEG*atan(x)) argument
50 #define asind(x) (RADEG*asin(x)) argument
51 #define acosd(x) (RADEG*acos(x)) argument
52 #define atan2d(y,x) (RADEG*atan2(y,x)) argument
74 static double astro_revolution(double x) in astro_revolution()
82 static double astro_rev180( double x ) in astro_rev180()
140 x, y, /* x, y coordinates in orbit */ in astro_sunpos() local
[all …]
H A Ddow.c31 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
H A Dparse_date.c111 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/php-src/ext/dba/libcdb/
H A Dcdb_make.c145 struct cdb_hplist *x; in cdb_make_finish() local
/php-src/ext/dba/
H A Dphp_dba.h94 #define DBA_OPEN_FUNC(x) \ argument
96 #define DBA_CLOSE_FUNC(x) \ argument
98 #define DBA_FETCH_FUNC(x) \ argument
100 #define DBA_UPDATE_FUNC(x) \ argument
102 #define DBA_EXISTS_FUNC(x) \ argument
104 #define DBA_DELETE_FUNC(x) \ argument
106 #define DBA_FIRSTKEY_FUNC(x) \ argument
108 #define DBA_NEXTKEY_FUNC(x) \ argument
112 #define DBA_SYNC_FUNC(x) \ argument
114 #define DBA_INFO_FUNC(x) \ argument
[all …]
/php-src/ext/dom/
H A Dhtml5_serializer.c33 #define TRY(x) do { if (UNEXPECTED((x) != SUCCESS)) { return FAILURE; } } while (0) argument
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddef.h10 #define LEXBOR_STRINGIZE_HELPER(x) #x argument
11 #define LEXBOR_STRINGIZE(x) LEXBOR_STRINGIZE_HELPER(x) argument
H A Ddiyfp.h75 #define nxt_leading_zeros64(x) (((x) == 0) ? 64 : __builtin_clzll(x)) argument
80 lexbor_diyfp_leading_zeros64(uint64_t x) in lexbor_diyfp_leading_zeros64()

Completed in 118 milliseconds

123456