Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp294 static uint64_t XXH3_len_17to128_64b(const uint8_t *input, size_t len, in XXH3_len_17to128_64b() function
559 return XXH3_len_17to128_64b(in, len, kSecret, 0); in xxh3_64bits()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h3593 XXH3_len_17to128_64b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_17to128_64b() function
4653 … return XXH3_len_17to128_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); in XXH3_64bits_internal()