Searched refs:XXH3_len_17to128_128b (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 910 XXH3_len_17to128_128b(const uint8_t *input, size_t len, const uint8_t *secret, in XXH3_len_17to128_128b() function 1036 return XXH3_len_17to128_128b(input, len, kSecret, sizeof(kSecret), in xxh3_128bits()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 5245 XXH3_len_17to128_128b(const xxh_u8* XXH_RESTRICT input, size_t len, in XXH3_len_17to128_128b() function 5426 … return XXH3_len_17to128_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); in XXH3_128bits_internal()
|