Searched refs:xxhash (Results 1 – 6 of 6) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_ldm.c | 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()
|
/linux/include/linux/ |
H A D | xxhash.h | 123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_comp.h | 379 __u32 xxhash; member
|
/linux/fs/bcachefs/ |
H A D | bcachefs_format.h | 998 x(xxhash, 7) 1033 x(xxhash, 3)
|
/linux/lib/ |
H A D | Makefile | 173 obj-$(CONFIG_XXHASH) += xxhash.o
|
/linux/mm/ |
H A D | ksm.c | 28 #include <linux/xxhash.h> 1241 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
|