Searched refs:XXH3_len_4to8_128b (Results 1 – 3 of 3) sorted by relevance
/external/zstd/lib/common/ |
D | xxhash.h | 5109 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 5215 if (len >= 4) return XXH3_len_4to8_128b(input, len, secret, seed); in XXH3_len_0to16_128b()
|
/external/AFLplusplus/include/ |
D | xxhash.h | 5663 XXH_FORCE_INLINE XXH128_hash_t XXH3_len_4to8_128b(const xxh_u8 *input, in XXH3_len_4to8_128b() function 5800 if (len >= 4) return XXH3_len_4to8_128b(input, len, secret, seed); in XXH3_len_0to16_128b()
|
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ |
D | xxhash.h | 4946 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 5052 if (len >= 4) return XXH3_len_4to8_128b(input, len, secret, seed); in XXH3_len_0to16_128b()
|