Home
last modified time | relevance | path

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

123456

/PHP-7.4/Zend/
H A Dmicro_bench.php315 $x = new Foo(); variable
H A Dzend_alloc.c323 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
328 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
333 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
2460 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2466 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2481 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2495 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2506 ZEND_MM_BINS_INFO(_ZEND_BIN_FREE, x, y) argument
H A Dzend_alloc.h91 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
116 # 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_bitset.h208 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_config.w32.h59 #define zend_finite(x) _finite(x) argument
60 #define zend_isnan(x) _isnan(x) argument
H A Dzend_cpuinfo.h104 # define __has_attribute(x) 0 argument
H A Dzend_ini_scanner.l60 #define yyless(x) do { YYCURSOR = (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.h85 # define __has_attribute(x) 0 argument
88 # define __has_builtin(x) 0 argument
91 # define __has_feature(x) 0 argument
119 # define ZEND_IGNORE_VALUE(x) (({ __typeof__ (x) __x = (x); (void) __x; })) argument
121 # define ZEND_IGNORE_VALUE(x) ((void) (x)) argument
489 #define ZEND_TRUTH(x) ((x) ? 1 : 0) argument
H A Dzend_signal.c320 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.c541 ULong x[1]; member
589 int x; local
667 ULong *x; local
724 Long x, y; local
755 (x) ULong x; in hi0bits() argument
795 ULong x = *y; local
1210 (x) U *x; in ulp() argument
1329 ULong *x, y, z; local
1627 ULong c, x[2]; local
1705 ULong *x, *xe; local
[all …]
H A Dzend_strtod_int.h130 #define ACQUIRE_DTOA_LOCK(x) \ argument
137 #define FREE_DTOA_LOCK(x) \ argument
H A Dzend_virtual_cwd.c79 #define realpath(x,y) strcpy(y,x) argument
/PHP-7.4/ext/com_dotnet/
H A Dcom_dotnet.c66 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
H A Dcom_extension.c340 #define COM_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS|CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
343 # define COM_ERR_CONST(x) { \ in PHP_MINIT_FUNCTION() argument
/PHP-7.4/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.c109 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c147 struct cdb_hplist *x; in cdb_make_finish() local
/PHP-7.4/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-7.4/ext/exif/
H A Dexif.c1727 static size_t float_to_size_t(float x) { in float_to_size_t()
1737 static size_t double_to_size_t(double x) { in double_to_size_t()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2225 goodchar(unsigned char x, const char *extra) in goodchar()
2643 uint64_t x; in getvalue() local
H A Dascmagic.c51 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \ argument

Completed in 118 milliseconds

123456