Home
last modified time | relevance | path

Searched refs:xxh64 (Results 1 – 3 of 3) sorted by relevance

/lib/
A Dxxhash.c172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function
237 EXPORT_SYMBOL(xxh64);
/lib/zstd/compress/
A Dzstd_ldm.c312 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable()
392 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal()
/lib/zstd/decompress/
A Dzstd_decompress.c91 const U64 hash = xxh64(&dictID, sizeof(U32), 0); in ZSTD_DDictHashSet_getIndex()

Completed in 11 milliseconds