Home
last modified time | relevance | path

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

123456

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c113 #define META_CODE(x) (x & 0xffff0000u) argument
114 #define META_DATA(x) (x & 0x0000ffffu) argument
115 #define META_DIFF(x,y) ((x-y)>>16) argument
408 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) argument
H A Dpcre2_intmodedep.h545 #define CU2BYTES(x) ((x)*((PCRE2_CODE_UNIT_WIDTH/8))) argument
546 #define BYTES2CU(x) ((x)/((PCRE2_CODE_UNIT_WIDTH/8))) argument
H A Dpcre2_jit_simd_inc.h750 unsigned int x; member
H A Dpcre2_jit_compile.c625 #define IN_UCHARS(x) (x) argument
629 #define IN_UCHARS(x) ((x) * 2) argument
633 #define IN_UCHARS(x) ((x) * 4) argument
/php-src/ext/openssl/
H A Dopenssl.c416 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid()
2303 static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untrustedchain, int purpose) in check_cert()
2508 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
4315 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_legacy_ec() local
4462 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_ec() local
5161 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c121 unsigned short x = 1; in zlibcmp() local
/php-src/Zend/
H A Dzend_language_scanner.l66 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
/php-src/Zend/Optimizer/
H A Dzend_inference.c665 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
713 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
/php-src/ext/standard/
H A Dstring.c4070 static zend_always_inline quad_word aarch64_contains_slash_chars(uint8x16_t x) {
4161 uint8x16_t x = vld1q_u8((uint8_t *)source); local
4212 uint8x16_t x = vld1q_u8((uint8_t *)str); local
/php-src/ext/pdo/
H A Dphp_pdo_driver.h63 #define PDO_PARAM_TYPE(x) ((x) & ~PDO_PARAM_FLAGS) argument
/php-src/ext/iconv/
H A Diconv.c433 #define _php_check_ignore(x) (0) argument
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c141 #define IS_HALFWORD(x) ((x) <= HALFWORD_MAX && (x) >= HALFWORD_MIN) argument
142 #define NOT_HALFWORD(x) ((x) > HALFWORD_MAX || (x) < HALFWORD_MIN) argument
H A DsljitNativeS390X.c340 static SLJIT_INLINE int have_facility_static(facility_bit x) in have_facility_static()
388 static int have_facility_dynamic(facility_bit x) in have_facility_dynamic()
/php-src/ext/date/lib/
H A Dparse_date.c111 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
/php-src/ext/opcache/jit/ir/
H A Dir.c910 #define IR_FOLD_RULE(x) ((x) >> 21) argument
911 #define IR_FOLD_KEY(x) ((x) & 0x1fffff) argument
/php-src/ext/pgsql/
H A Dpgsql.c78 #define CHECK_DEFAULT_LINK(x) \ argument
276 #define pg_encoding_to_char(x) "SQL_ASCII" argument
/php-src/ext/exif/
H A Dexif.c1686 static size_t float_to_size_t(float x) { in float_to_size_t()
1696 static size_t double_to_size_t(double x) { in double_to_size_t()
/php-src/ext/soap/
H A Dsoap.c3540 xmlNodePtr x; local
/php-src/ext/sodium/
H A Dlibsodium.c3765 unsigned char *x; in PHP_FUNCTION() local
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini3054 Parent=Download Managers
3055 Browser="Free Download Manager"

Completed in 800 milliseconds

123456