Searched refs:xxh64 (Results 1 – 3 of 3) sorted by relevance
172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function237 EXPORT_SYMBOL(xxh64);
312 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable()392 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal()
91 const U64 hash = xxh64(&dictID, sizeof(U32), 0); in ZSTD_DDictHashSet_getIndex()
Completed in 11 milliseconds