Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h1074 XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3821 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3825 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3831 __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3925 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3929 __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
4041 __m128i* dst16 = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4262 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4320 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4321 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
[all …]

Completed in 22 milliseconds