Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3613 int const nbRounds = (int)len / 16; in XXH3_len_129to240_64b() local
3796 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m512i); in XXH3_initCustomSecret_avx512() local
3998 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m128i); in XXH3_initCustomSecret_sse2() local
4278 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / 16; in XXH3_initCustomSecret_scalar() local
5184 int const nbRounds = (int)len / 32; in XXH3_len_129to240_128b() local

Completed in 35 milliseconds