Home
last modified time | relevance | path

Searched defs:xxhash (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dlibxxhash.pc.in10 Name: xxhash name
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/cmake_unofficial/
DCMakeLists.txt70 add_library(xxhash "${XXHASH_DIR}/xxhash.c") target
/external/zstd/lib/compress/
Dzstd_ldm.c292 U64 const xxhash = XXH64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() local
370 U64 const xxhash = XXH64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal() local
/external/zstd/contrib/linux-kernel/test/include/linux/
Dxxhash.h124 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function