Home
last modified time | relevance | path

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

123456

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c65 #define realpath(x,y) strcpy(y,x) argument
/PHP-5.5/Zend/
H A Dmicro_bench.php315 $x = new Foo(); variable
H A Dzend.h138 # define __has_attribute(x) 0 argument
575 #define ZEND_TRUTH(x) ((x) ? 1 : 0) argument
H A Dzend_alloc.c491 # define ZEND_MM_LONG_CONST(x) (x##i64) argument
493 # define ZEND_MM_LONG_CONST(x) (x##L) argument
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.h57 #define zend_finite(x) _finite(x) argument
58 #define zend_isnan(x) _isnan(x) argument
H A Dzend_ini_scanner.c59 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_ini_scanner.l57 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.c71 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_language_scanner.l69 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_signal.c282 int x; in zend_signal_activate() local
298 int x; in zend_signal_deactivate() local
325 size_t x; in zend_signal_globals_ctor() local
H A Dzend_strtod.c277 #define value(x) ((x).d) argument
279 #define word0(x) ((x).ul[1]) argument
421 ULong x[1]; member
478 int x; in Balloc() local
551 ULong *x, y; in multadd() local
619 ULong x = *y; in lo0bits() local
758 Long x, y; in s2b() local
833 ULong *x, *x1, *xe, z; in lshift() local
993 volatile _double x; in ulp() local
1100 ULong *x, y, z; in d2b() local
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c68 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
H A Dcom_extension.c384 #define COM_CONST(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS|CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
/PHP-5.5/ext/date/lib/
H A Dastro.c40 #define sind(x) sin((x)*DEGRAD) argument
41 #define cosd(x) cos((x)*DEGRAD) argument
42 #define tand(x) tan((x)*DEGRAD) argument
44 #define atand(x) (RADEG*atan(x)) argument
45 #define asind(x) (RADEG*asin(x)) argument
46 #define acosd(x) (RADEG*acos(x)) argument
47 #define atan2d(y,x) (RADEG*atan2(y,x)) argument
69 static double astro_revolution(double x) in astro_revolution()
77 static double astro_rev180( double x ) in astro_rev180()
135 x, y, /* x, y coordinates in orbit */ in astro_sunpos() local
[all …]
H A Ddow.c26 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
H A Dparse_date.c124 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c147 struct cdb_hplist *x; in cdb_make_finish() local
/PHP-5.5/ext/dba/
H A Dphp_dba.h93 #define DBA_OPEN_FUNC(x) \ argument
95 #define DBA_CLOSE_FUNC(x) \ argument
97 #define DBA_FETCH_FUNC(x) \ argument
99 #define DBA_UPDATE_FUNC(x) \ argument
101 #define DBA_EXISTS_FUNC(x) \ argument
103 #define DBA_DELETE_FUNC(x) \ argument
105 #define DBA_FIRSTKEY_FUNC(x) \ argument
107 #define DBA_NEXTKEY_FUNC(x) \ argument
111 #define DBA_SYNC_FUNC(x) \ argument
113 #define DBA_INFO_FUNC(x) \ argument
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dascmagic.c51 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \ argument
H A Dcdf.c83 #define CDF_TOLE8(x) ((uint64_t)(NEED_SWAP ? _cdf_tole8(x) : (uint64_t)(x))) argument
84 #define CDF_TOLE4(x) ((uint32_t)(NEED_SWAP ? _cdf_tole4(x) : (uint32_t)(x))) argument
85 #define CDF_TOLE2(x) ((uint16_t)(NEED_SWAP ? _cdf_tole2(x) : (uint16_t)(x))) argument
86 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
H A Dfile.h112 #define __GNUC_PREREQ__(x, y) \ argument
116 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-5.5/ext/gd/
H A Dgd.c1992 int x,y; in PHP_FUNCTION() local
2052 int x,y; in PHP_FUNCTION() local
2836 long x, y; in PHP_FUNCTION() local
3042 int x, y, c; in PHP_FUNCTION() local
3075 long x, y, col; in PHP_FUNCTION() local
3222 long x, y, border, col; in PHP_FUNCTION() local
3240 long x, y, col; in PHP_FUNCTION() local
3806 long col = -1, x = -1, y = -1; in php_imagettftext_common() local
4386 int x, y; in _php_image_bw_convert() local
4445 int x, y; in _php_image_convert() local
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c621 int x, y, p; in gdImagePaletteCopy() local
1299 long x, y, inc; in gdImageAALine() local
1716 int x, y; in gdImageFilledArc() local
2120 int x, y; in gdImageFilledRectangle() local
2166 int x, y; in gdImageCopy() local
2265 int x, y; in gdImageCopyMerge() local
2305 int x, y; in gdImageCopyMergeGray() local
2359 int x, y; in gdImageCopyResized() local
2468 int x, y; in gdImageCopyResampled() local
2793 int x, y; in gdImageCompare() local
[all …]
H A Dgd.h281 double x, y; member
322 int x, y; member
500 int x, y; member
746 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
747 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
905 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… argument

Completed in 166 milliseconds

123456