Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp802 XXH3_len_9to16_128b(const uint8_t *input, size_t len, const uint8_t *secret, in XXH3_len_9to16_128b() function
881 return XXH3_len_9to16_128b(input, len, secret, seed); in XXH3_len_0to16_128b()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5139 XXH3_len_9to16_128b(const xxh_u8* input, size_t len, const xxh_u8* secret, XXH64_hash_t seed) in XXH3_len_9to16_128b() function
5217 { if (len > 8) return XXH3_len_9to16_128b(input, len, secret, seed); in XXH3_len_0to16_128b()