Home
last modified time | relevance | path

Searched defs:x (Results 76 – 100 of 131) sorted by relevance

123456

/PHP-7.2/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_TOLE(x) (/*CONSTCOND*/sizeof(x) == 2 ? \ argument
91 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
/PHP-7.2/Zend/
H A Dzend_alloc.c320 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
325 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
330 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
2353 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2359 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2376 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2390 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2401 ZEND_MM_BINS_INFO(_ZEND_BIN_FREE, x, y) argument
H A Dzend_ini_scanner.l62 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_generators.c484 #define ZEND_GEN_GET_CHILD(x) \ in zend_generator_get_child() argument
570 #define ZEND_GEN_UPDATE_CHILD(x) \ in zend_generator_add_child() argument
H A Dzend_ini_scanner.c64 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_bitset.h210 zend_ulong x = set[i]; local
H A Dmicro_bench.php315 $x = new Foo(); variable
/PHP-7.2/ext/hash/
H A Dhash_tiger.c42 #define round(a,b,c,x,mul) \ argument
/PHP-7.2/ext/gd/libgd/
H A Dgd_matrix.c30 double x = src->x; in gdAffineApplyToPointF() local
H A Dgd_topal.c72 #define RIGHT_SHIFT(x,shft) \ argument
78 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
82 #define range_limit(x) { if(x<0) x=0; if (x>255) x=255; } argument
839 int i, x, ncolors; in find_nearby_colors() local
/PHP-7.2/ext/standard/
H A Dmath.c234 static double php_acosh(double x) in php_acosh()
266 static double php_log1p(double x) in php_log1p()
278 static double php_expm1(double x) in php_expm1()
H A Dscanf.c98 #define UCHAR(x) (zend_uchar)(x) argument
H A Durl.c602 register size_t x, y; local
H A Durl_scanner_ex.c336 #define scdebug(x) printf x argument
338 #define scdebug(x) argument
/PHP-7.2/ext/com_dotnet/
H A Dcom_dotnet.c68 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/PHP-7.2/ext/soap/
H A Dphp_sdl.c1241 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute() local
1253 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int() local
1267 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char() local
1298 sdlContentModelPtr x = sdl_deserialize_model(types, elements, in); in sdl_deserialize_model() local
1353 sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in); in sdl_deserialize_type() local
1893 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1904 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_charset.c393 #define UTF16_HIGH_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xD8) argument
394 #define UTF16_LOW_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xDC) argument
H A Dmysqlnd_portability.h69 #define L64(x) x##i64 argument
132 #define L64(x) x##LL argument
/PHP-7.2/main/
H A Dphp.h118 # define lstat(x, y) php_sys_lstat(x, y) argument
330 #define php_ignore_value(x) ZEND_IGNORE_VALUE(x) argument
H A Dnetwork.c100 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
102 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) argument
578 numcmp(x, y) in numcmp() argument
/PHP-7.2/ext/date/lib/
H A Ddow.c31 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_statement.c783 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; argument
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c4001 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4002 #define F2(x, y, z) F1(z, x, y) argument
4003 #define F3(x, y, z) (x ^ y ^ z) argument
4004 #define F4(x, y, z) (y ^ (x | ~z)) argument
4007 #define MD5STEP(f, w, x, y, z, data, s) \ argument

Completed in 118 milliseconds

123456