Home
last modified time | relevance | path

Searched refs:xxh64 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h68 * A 64-bits version, named xxh64 offers much better speed,
71 * xxh64 13.8 GB/s 1.9 GB/s
98 * xxh64() - calculate the 64-bit hash of the input with a given seed.
108 uint64_t xxh64(const void *input, size_t length, uint64_t seed);
118 * or xxh64() is faster.
127 return xxh64(input, length, seed); in xxhash()
158 * struct xxh32_state - private xxh64 state, do not use members directly
207 * xxh64_reset() - reset the xxh64 state to start a new hashing operation
209 * @state: The xxh64 state to reset.
215 * xxh64_update() - hash the data given and update the xxh64 stat
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h68 * A 64-bits version, named xxh64 offers much better speed,
71 * xxh64 13.8 GB/s 1.9 GB/s
98 * xxh64() - calculate the 64-bit hash of the input with a given seed.
108 uint64_t xxh64(const void *input, size_t length, uint64_t seed);
118 * or xxh64() is faster.
127 return xxh64(input, length, seed); in xxhash()
158 * struct xxh32_state - private xxh64 state, do not use members directly
207 * xxh64_reset() - reset the xxh64 state to start a new hashing operation
209 * @state: The xxh64 state to reset.
215 * xxh64_update() - hash the data given and update the xxh64 stat
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dxxhash_generic.c65 put_unaligned_le64(xxh64(data, length, tctx->seed), out); in xxhash64_digest()
/kernel/linux/linux-6.6/crypto/
H A Dxxhash_generic.c65 put_unaligned_le64(xxh64(data, length, tctx->seed), out); in xxhash64_digest()
/kernel/linux/linux-5.10/lib/
H A Dxxhash.c172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function
237 EXPORT_SYMBOL(xxh64); variable
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64() function
237 EXPORT_SYMBOL(xxh64); variable
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_ldm.c292 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable()
370 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c88 const U64 hash = xxh64(&dictID, sizeof(U32), 0); in ZSTD_DDictHashSet_getIndex()

Completed in 9 milliseconds