Home
last modified time | relevance | path

Searched refs:seed64 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h2876 __asm__ ("" : "+r" (seed64)); in XXH3_mix16B()
3113 …2i const seed = _mm512_mask_set1_epi64(_mm512_set1_epi64((xxh_i64)seed64), 0xAA, -(xxh_i64)seed64); in XXH3_initCustomSecret_avx512()
3208 …m256i const seed = _mm256_set_epi64x(-(xxh_i64)seed64, (xxh_i64)seed64, -(xxh_i64)seed64, (xxh_i64… in XXH3_initCustomSecret_avx2()
3316 XXH_ALIGN(16) const xxh_i64 seed64x2[2] = { (xxh_i64)seed64, -(xxh_i64)seed64 }; in XXH3_initCustomSecret_sse2()
3319 __m128i const seed = _mm_set_epi64x(-(xxh_i64)seed64, (xxh_i64)seed64); in XXH3_initCustomSecret_sse2()
3777 (void)seed64; in XXH3_hashLong_64b_withSecret()
3792 (void)seed64; (void)secret; (void)secretLen; in XXH3_hashLong_64b_default()
4520 XXH64_hash_t seed64, in XXH3_hashLong_128b_default() argument
4536 (void)seed64; in XXH3_hashLong_128b_withSecret()
4548 if (seed64 == 0) in XXH3_hashLong_128b_withSeed_internal()
[all …]

Completed in 24 milliseconds