Searched refs:XXH3_len_9to16_64b (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 255 static uint64_t XXH3_len_9to16_64b(const uint8_t *input, size_t len, in XXH3_len_9to16_64b() function 272 return XXH3_len_9to16_64b(input, len, secret, seed); in XXH3_len_0to16_64b()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 3506 XXH3_len_9to16_64b(const xxh_u8* input, size_t len, const xxh_u8* secret, XXH64_hash_t seed) in XXH3_len_9to16_64b() function 3526 { if (XXH_likely(len > 8)) return XXH3_len_9to16_64b(input, len, secret, seed); in XXH3_len_0to16_64b()
|