Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/gd/
H A Dgd.c1950 int x,y; in PHP_FUNCTION() local
2010 int x,y; in PHP_FUNCTION() local
2826 zend_long x, y; in PHP_FUNCTION() local
3055 int x, y, c; in PHP_FUNCTION() local
3088 zend_long x, y, col; in PHP_FUNCTION() local
3252 zend_long x, y, border, col; in PHP_FUNCTION() local
3273 zend_long x, y, col; in PHP_FUNCTION() local
3862 zend_long col = -1, x = 0, y = 0; in php_imagettftext_common() local
3980 int x, y; in _php_image_bw_convert() local
4038 int x, y; in _php_image_convert() local
[all …]
/PHP-7.0/ext/dba/libcdb/
H A Dcdb_make.c147 struct cdb_hplist *x; in cdb_make_finish() local
/PHP-7.0/ext/gd/libgd/
H A Dgd_wbmp.c96 int x, y, pos; in gdImageWBMPCtx() local
H A Dgd_matrix.c30 double x = src->x; in gdAffineApplyToPointF() local
H A Dgd_topal.c86 #define RIGHT_SHIFT(x,shft) \ argument
92 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
96 #define range_limit(x) { if(x<0) x=0; if (x>255) x=255; } argument
946 int i, x, ncolors; local
/PHP-7.0/ext/fileinfo/libmagic/
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
H A Dascmagic.c51 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \ argument
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c14886 } x; member
15007 } x; member
19029 DateTime x, y; in localtimeOffset() local
19359 DateTime x; in juliandayFunc() local
19376 DateTime x; in datetimeFunc() local
19396 DateTime x; in timeFunc() local
19415 DateTime x; in dateFunc() local
19448 DateTime x; in strftimeFunc() local
21343 u32 x; in memsys3Checkout() local
21529 u32 size, x; in memsys3FreeUnsafe() local
[all …]
/PHP-7.0/ext/com_dotnet/
H A Dcom_dotnet.c68 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/PHP-7.0/ext/hash/
H A Dhash_tiger.c42 #define round(a,b,c,x,mul) \ argument
/PHP-7.0/ext/standard/
H A Dmath.c245 static double php_acosh(double x) in php_acosh()
277 static double php_log1p(double x) in php_log1p()
289 static double php_expm1(double x) in php_expm1()
H A Durl_scanner_ex.c291 #define scdebug(x) printf x argument
293 #define scdebug(x) argument
H A Dphp_smart_string.h32 #define smart_string_0(x) do { \ argument
H A Dscanf.c98 #define UCHAR(x) (zend_uchar)(x) argument
H A Durl.c562 register size_t x, y; local
/PHP-7.0/ext/soap/
H A Dphp_sdl.c1239 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute() local
1251 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int() local
1265 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char() local
1296 sdlContentModelPtr x = sdl_deserialize_model(types, elements, in); in sdl_deserialize_model() local
1351 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.0/ext/mysqlnd/
H A Dmysqlnd_charset.c394 #define UTF16_HIGH_HEAD(x) ((((zend_uchar) (x)) & 0xFC) == 0xD8) argument
395 #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.0/ext/mbstring/oniguruma/
H A Dst.c57 #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) argument
567 numcmp(x, y) in numcmp() argument
/PHP-7.0/ext/date/lib/
H A Ddow.c30 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
/PHP-7.0/Zend/
H A Dzend_alloc.c329 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
334 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
339 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
2390 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2396 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2413 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2427 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2438 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.c329 #define ZEND_GEN_GET_CHILD(x) \ in zend_generator_get_child() argument
415 #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
/PHP-7.0/ext/pdo_mysql/
H A Dmysql_statement.c779 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; argument

Completed in 506 milliseconds

123456