Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3634 int const nbRounds = (int)len / 16; in XXH3_len_129to240_64b() local
3818 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m512i); in XXH3_initCustomSecret_avx512() local
4020 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m128i); in XXH3_initCustomSecret_sse2() local
4380 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / 16; in XXH3_initCustomSecret_scalar() local
5286 int const nbRounds = (int)len / 32; in XXH3_len_129to240_128b() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp323 const unsigned nbRounds = len / 16; in XXH3_len_129to240_64b() local