Searched refs:xxh64 (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/linux/ |
D | xxhash.h | 108 uint64_t xxh64(const void *input, size_t length, uint64_t seed); 127 return xxh64(input, length, seed); in xxhash()
|
/linux-5.19.10/crypto/ |
D | xxhash_generic.c | 65 put_unaligned_le64(xxh64(data, length, tctx->seed), out); in xxhash64_digest()
|
/linux-5.19.10/lib/ |
D | xxhash.c | 172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function 237 EXPORT_SYMBOL(xxh64);
|
/linux-5.19.10/lib/zstd/compress/ |
D | zstd_ldm.c | 265 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() 351 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal()
|
/linux-5.19.10/lib/zstd/decompress/ |
D | zstd_decompress.c | 89 const U64 hash = xxh64(&dictID, sizeof(U32), 0); in ZSTD_DDictHashSet_getIndex()
|