Home
last modified time | relevance | path

Searched defs:x (Results 101 – 125 of 145) sorted by relevance

123456

/php-src/ext/com_dotnet/
H A Dcom_dotnet.c64 #define DUMMY_METHOD(x) HRESULT ( STDMETHODCALLTYPE *dummy_##x )(IAppDomain *This) argument
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h144 uintptr_t x; in zend_jit_hash() local
727 static zend_always_inline bool zend_long_is_power_of_two(zend_long x) in zend_long_is_power_of_two()
733 static zend_always_inline uint32_t ones32(uint32_t x) in ones32()
743 static zend_always_inline uint32_t floor_log2(uint32_t x) in floor_log2()
754 static zend_always_inline bool is_power_of_two(uint32_t x) in is_power_of_two()
/php-src/Zend/
H A Dzend_ini_scanner.l60 #define yyless(x) do { YYCURSOR = (const unsigned char*)yytext + x; \ argument
H A Dzend_bitset.h255 zend_ulong x = set[i]; local
H A Dzend_cpuinfo.h109 # define __has_attribute(x) 0 argument
H A Dmicro_bench.php315 $x = new Foo(); variable
H A Dzend_alloc.h84 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
109 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
/php-src/ext/random/
H A Dengine_xoshiro256starstar.c40 ZEND_ATTRIBUTE_CONST static inline uint64_t rotl(const uint64_t x, int k) in rotl()
/php-src/ext/date/lib/
H A Ddow.c31 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod()
/php-src/ext/standard/
H A Dscanf.c92 #define UCHAR(x) (zend_uchar)(x) argument
H A Dbase64.c88 const uint8x16x3_t x = vld3q_u8((const uint8_t *)(in)); in neon_base64_encode() local
215 const uint8x16x4_t x = vld4q_u8((const unsigned char *)in); in neon_base64_decode() local
H A Dcrypt_blowfish.c436 static void BF_swap(BF_word *x, int count) in BF_swap()
/php-src/TSRM/
H A DTSRM.h152 # define __has_attribute(x) 0 argument
/php-src/ext/dom/
H A Dxml_serializer.c49 #define TRY(x) do { if (UNEXPECTED(x < 0)) { return -1; } } while (0) argument
50 #define TRY_OR_CLEANUP(x) do { if (UNEXPECTED(x < 0)) { goto cleanup; } } while (0) argument
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php592 function hashInt(int $d, int $x) {
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c377 uint8_t x = first[buf[i]]; in file_looks_utf8() local
H A Dder.c408 printdata(size_t level, const void *v, size_t x, size_t l) in printdata()
H A Dfile.h121 #define __GNUC_PREREQ__(x, y) \ argument
125 #define __GNUC_PREREQ__(x, y) 0 argument
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c718 #define PDO_MYSQL_NATIVE_TYPE_NAME(x) case FIELD_TYPE_##x: return #x; in type_to_name_native() argument
/php-src/main/
H A Dnetwork.c92 # define PHP_GAI_STRERROR(x) (gai_strerror(x)) argument
94 # define PHP_GAI_STRERROR(x) (php_gai_strerror(x)) argument
/php-src/ext/mbstring/
H A Dphp_unicode.c91 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1802 uint8_t x = *p; in PRIV() local
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c39 #define ROL64(x,N) ({ \ argument
/php-src/sapi/litespeed/
H A Dlsapilib.c4254 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4255 #define F2(x, y, z) F1(z, x, y) argument
4256 #define F3(x, y, z) (x ^ y ^ z) argument
4257 #define F4(x, y, z) (y ^ (x | ~z)) argument
4260 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h45 #define mysql_debug(x) mysqlnd_debug((x)) argument

Completed in 83 milliseconds

123456