Home
last modified time | relevance | path

Searched defs:a (Results 151 – 162 of 162) sorted by relevance

1234567

/PHP-8.3/ext/openssl/
H A Dopenssl.c4277 BIGNUM *p = NULL, *a = NULL, *b = NULL, *order = NULL, *g_x = NULL, *g_y = NULL , *cofactor = NULL; in php_openssl_pkey_init_legacy_ec() local
4424 BIGNUM *p = NULL, *a = NULL, *b = NULL, *order = NULL, *g_x = NULL, *g_y = NULL, *cofactor = NULL; in php_openssl_pkey_init_ec() local
7268 static int php_openssl_compare_func(Bucket *a, Bucket *b) in php_openssl_compare_func()
/PHP-8.3/ext/exif/
H A Dexif.c60 # define max(a,b) ((a)>(b) ? (a) : (b)) argument
3041 int a; in exif_process_user_comment() local
/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3160 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mulo()
3166 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mule(xxh_u32x4 a, xxh_u32x4 b) in XXH_vec_mule()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c5819 unsigned char a = *p++; in transfer_encode_mime_bytes() local
5834 unsigned char a = *p++; in transfer_encode_mime_bytes() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c184 static bool dominates(const zend_basic_block *blocks, int a, int b) { in dominates()
/PHP-8.3/ext/soap/
H A Dphp_sdl.c319 #define SAFE_STR(a) ((a)?((const char *)a):"") argument
/PHP-8.3/build/
H A Dgen_stub.php738 public static function equals(?Type $a, ?Type $b): bool {
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c291 static int status_comp(const void *a, const void *b) /* {{{ */ in status_comp()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c4275 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c386 #define SETBIT(a,b) a[(b)/8] = (uint8_t)(a[(b)/8] | (1u << ((b)&7))) argument
H A Dpcre2_internal.h198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) argument
/PHP-8.3/Zend/
H A Dzend_API.h743 static zend_always_inline bool zend_fcc_equals(const zend_fcall_info_cache* a, const zend_fcall_inf… in zend_fcc_equals()

Completed in 220 milliseconds

1234567