Searched refs:xxhash (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_ldm.c | 312 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() local 313 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_fillHashTable() 317 entry.checksum = (U32)(xxhash >> 32); in ZSTD_ldm_fillHashTable() 392 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal() local 393 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_generateSequences_internal() 397 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal()
|
| /linux-6.15/include/linux/ |
| H A D | xxhash.h | 123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
|
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 97 zboot-obj-$(CONFIG_KERNEL_ZSTD) := zboot-decompress-zstd.o lib-xxhash.o
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_fw_comp.h | 379 __u32 xxhash; member
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs_format.h | 1025 x(xxhash, 7) 1060 x(xxhash, 3)
|
| /linux-6.15/lib/ |
| H A D | Makefile | 161 obj-$(CONFIG_XXHASH) += xxhash.o
|
| /linux-6.15/mm/ |
| H A D | ksm.c | 1241 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
|