Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 133) sorted by last modified time

123456

/PHP-7.4/ext/gd/
H A Dgd.c2053 int x,y; in PHP_FUNCTION() local
2110 int x,y; in PHP_FUNCTION() local
2945 zend_long x, y; in PHP_FUNCTION() local
3199 int x, y, c; in PHP_FUNCTION() local
3232 zend_long x, y, col; in PHP_FUNCTION() local
3396 zend_long x, y, border, col; in PHP_FUNCTION() local
3417 zend_long x, y, col; in PHP_FUNCTION() local
3711 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
4067 zend_long col = -1, x = 0, y = 0; in php_imagettftext_common() local
4190 int x, y; in _php_image_convert() local
[all …]
/PHP-7.4/ext/pgsql/
H A Dpgsql.c85 #define CHECK_DEFAULT_LINK(x) if ((x) == NULL) { php_error_docref(NULL, E_WARNING, "No PostgreSQL l… argument
785 #define pg_encoding_to_char(x) "SQL_ASCII" argument
/PHP-7.4/ext/mbstring/
H A Dmbstring.c66 #define onig_initialize_match_param(x) (void)(x) argument
67 #define onig_set_match_stack_limit_size_of_match_param(x, y) argument
68 #define onig_set_retry_limit_in_match_of_match_param(x, y) argument
69 #define onig_free_match_param(x) argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c596 #define IN_UCHARS(x) (x) argument
600 #define IN_UCHARS(x) ((x) * 2) argument
604 #define IN_UCHARS(x) ((x) * 4) argument
/PHP-7.4/ext/gd/libgd/
H A Dgd.c657 int x, y, p; in gdImagePaletteCopy() local
1626 int x, y; in gdImageFilledArc() local
2165 int x, y; in _gdImageFilledHRectangle() local
2209 int x, y; in _gdImageFilledVRectangle() local
2259 int x, y; in gdImageCopy() local
2340 int x, y; in gdImageCopyMerge() local
2380 int x, y; in gdImageCopyMergeGray() local
2434 int x, y; in gdImageCopyResized() local
2543 int x, y; in gdImageCopyResampled() local
2866 int x, y; in gdImageCompare() local
[all …]
H A Dgd_interpolation.c75 # define floorf(x) ((float)(floor(x))) argument
97 #define gd_ftofx(x) (long)((x) * 256) argument
100 #define gd_dtofx(x) (long)((x) * 256) argument
103 #define gd_fxtoi(x) ((x) >> 8) argument
106 # define gd_fxtof(x) ((float)(x) / 256) argument
109 #define gd_fxtod(x) ((double)(x) / 256) argument
112 #define gd_mulfx(x,y) (((x) * (y)) >> 8) argument
373 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_spline() local
391 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_convolution() local
402 static double filter_box(double x) { in filter_box()
[all …]
H A Dgd_wbmp.c104 int x, y, pos; in _gdImageWBMPCtx() local
H A Dgd_crop.c84 int x,y; in gdImageCropAuto() local
186 int x,y; in gdImageCropThreshold() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c109 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/PHP-7.4/ext/openssl/
H A Dopenssl.c701 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
2583 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2780 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
4467 zval *x; in PHP_FUNCTION() local
4936 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dstring.c351 #define REGISTER_NL_LANGINFO_CONSTANT(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
4083 static zend_always_inline quad_word aarch64_contains_slash_chars(uint8x16_t x) {
4175 uint8x16_t x = vld1q_u8((uint8_t *)source); local
4226 uint8x16_t x = vld1q_u8((uint8_t *)str); local
H A Durl.c580 register size_t x, y; local
/PHP-7.4/Zend/
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_virtual_cwd.c79 #define realpath(x,y) strcpy(y,x) argument
H A Dzend_language_scanner.l66 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ 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
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l13 #define YYSETCONDITION(x) LEX(state) = x; argument
/PHP-7.4/main/
H A Dphp.h110 # define lstat(x, y) php_sys_lstat(x, y) argument
295 #define php_ignore_value(x) ZEND_IGNORE_VALUE(x) argument
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c433 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
481 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c4234 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4235 #define F2(x, y, z) F1(z, x, y) argument
4236 #define F3(x, y, z) (x ^ y ^ z) argument
4237 #define F4(x, y, z) (y ^ (x | ~z)) argument
4240 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1251 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute() local
1263 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int() local
1277 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char() local
1308 sdlContentModelPtr x = sdl_deserialize_model(types, elements, in); in sdl_deserialize_model() local
1363 sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in); in sdl_deserialize_type() local
1903 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1914 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h47 #define mysql_debug(x) mysqlnd_debug((x)) argument
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c781 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; in type_to_name_native() argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h119 #define __GNUC_PREREQ__(x, y) \ argument
123 #define __GNUC_PREREQ__(x, y) 0 argument
/PHP-7.4/ext/gmp/
H A Dgmp.c37 #define GMP_ABS(x) ((x) >= 0 ? (x) : -(x)) argument

Completed in 195 milliseconds

123456