Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp777 XXH3_len_4to8_128b(const uint8_t *input, size_t len, const uint8_t *secret, in XXH3_len_4to8_128b() function
883 return XXH3_len_4to8_128b(input, len, secret, seed); in XXH3_len_0to16_128b()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5112 XXH3_len_4to8_128b(const xxh_u8* input, size_t len, const xxh_u8* secret, XXH64_hash_t seed) in XXH3_len_4to8_128b() function
5218 if (len >= 4) return XXH3_len_4to8_128b(input, len, secret, seed); in XXH3_len_0to16_128b()