Home
last modified time | relevance | path

Searched defs:nbRounds (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3644 int const nbRounds = (int)len / 16; in XXH3_len_129to240_64b() local
3827 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m512i); in XXH3_initCustomSecret_avx512() local
4029 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m128i); in XXH3_initCustomSecret_sse2() local
4309 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / 16; in XXH3_initCustomSecret_scalar() local
5215 int const nbRounds = (int)len / 32; in XXH3_len_129to240_128b() local

Completed in 33 milliseconds