Home
last modified time | relevance | path

Searched refs:xxhash (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_ldm.c14 #include <linux/xxhash.h>
292 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() local
293 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_fillHashTable()
297 entry.checksum = (U32)(xxhash >> 32); in ZSTD_ldm_fillHashTable()
370 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal() local
371 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_generateSequences_internal()
375 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal()
/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h111 * xxhash() - calculate wordsize hash of the input with a given seed
123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h111 * xxhash() - calculate wordsize hash of the input with a given seed
123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
/kernel/linux/linux-5.10/crypto/
H A Dxxhash_generic.c6 #include <linux/xxhash.h>
103 MODULE_DESCRIPTION("xxhash calculations wrapper for lib/xxhash.c");
/kernel/linux/linux-6.6/crypto/
H A Dxxhash_generic.c6 #include <linux/xxhash.h>
103 MODULE_DESCRIPTION("xxhash calculations wrapper for lib/xxhash.c");
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h33 #include <linux/xxhash.h>
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_comp.h379 __u32 xxhash; member
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h33 #include <linux/xxhash.h> /* XXH_reset, update, digest */
/kernel/linux/linux-5.10/lib/
H A Dxxhash.c47 #include <linux/xxhash.h>
H A DMakefile175 obj-$(CONFIG_XXHASH) += xxhash.o
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c47 #include <linux/xxhash.h>
H A DMakefile189 obj-$(CONFIG_XXHASH) += xxhash.o
/kernel/linux/linux-6.6/fs/erofs/
H A Dxattr.c8 #include <linux/xxhash.h>
/kernel/linux/linux-5.10/mm/
H A Dksm.c27 #include <linux/xxhash.h>
1030 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
/kernel/linux/linux-6.6/mm/
H A Dksm.c28 #include <linux/xxhash.h>
1090 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c61 #include <linux/xxhash.h> /* xxh64_reset, xxh64_update, xxh64_digest, XXH64 */

Completed in 19 milliseconds