Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/standard/
H A Dmath.c232 static double php_acosh(double x) in php_acosh()
264 static double php_log1p(double x) in php_log1p()
276 static double php_expm1(double x) in php_expm1()
H A Dbase64.c90 const uint8x16x3_t x = vld3q_u8((const uint8_t *)(in)); in neon_base64_encode() local
213 const uint8x16x4_t x = vld4q_u8((const unsigned char *)in); in neon_base64_decode() local
H A Dscanf.c94 #define UCHAR(x) (zend_uchar)(x) argument
H A Durl.c580 register size_t x, y; local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h61 #define L64(x) x##i64 argument
67 #define L64(x) x##LL argument
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
/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
H A Dnetwork.c99 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
101 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
/PHP-7.4/ext/hash/
H A Dhash_tiger.c40 #define round(a,b,c,x,mul) \ argument
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c51 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \ argument
/PHP-7.4/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.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/com_dotnet/
H A Dcom_dotnet.c66 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/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_ini_scanner.l60 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
H A Dzend_cpuinfo.h104 # define __has_attribute(x) 0 argument
H A Dzend_bitset.h208 zend_ulong x = set[i]; local
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h164 #define L64(x) x##i64 argument
178 #define L64(x) x##LL argument
/PHP-7.4/ext/spl/
H A Dspl_heap.c170 static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp()
195 static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp()
220 static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_pqueue_elem_cmp()
/PHP-7.4/ext/date/lib/
H A Ddow.c31 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php540 function hashInt(int $d, int $x) {
/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/pcre/pcre2lib/
H A Dpcre2_study.c1712 uint8_t x = *p; in PRIV() local
/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c116 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash()

Completed in 109 milliseconds

123456