Searched refs:xxhash (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_ldm.c | 14 #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 D | xxhash.h | 111 * 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 D | xxhash.h | 111 * 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 D | xxhash_generic.c | 6 #include <linux/xxhash.h> 103 MODULE_DESCRIPTION("xxhash calculations wrapper for lib/xxhash.c");
|
/kernel/linux/linux-6.6/crypto/ |
H A D | xxhash_generic.c | 6 #include <linux/xxhash.h> 103 MODULE_DESCRIPTION("xxhash calculations wrapper for lib/xxhash.c");
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | zstd_internal.h | 33 #include <linux/xxhash.h>
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_comp.h | 379 __u32 xxhash; member
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | zstd_internal.h | 33 #include <linux/xxhash.h> /* XXH_reset, update, digest */
|
/kernel/linux/linux-5.10/lib/ |
H A D | xxhash.c | 47 #include <linux/xxhash.h>
|
H A D | Makefile | 175 obj-$(CONFIG_XXHASH) += xxhash.o
|
/kernel/linux/linux-6.6/lib/ |
H A D | xxhash.c | 47 #include <linux/xxhash.h>
|
H A D | Makefile | 189 obj-$(CONFIG_XXHASH) += xxhash.o
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | xattr.c | 8 #include <linux/xxhash.h>
|
/kernel/linux/linux-5.10/mm/ |
H A D | ksm.c | 27 #include <linux/xxhash.h> 1030 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
|
/kernel/linux/linux-6.6/mm/ |
H A D | ksm.c | 28 #include <linux/xxhash.h> 1090 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
|
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress.c | 61 #include <linux/xxhash.h> /* xxh64_reset, xxh64_update, xxh64_digest, XXH64 */
|
Completed in 19 milliseconds