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

/linux-master/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, function
/linux-master/crypto/
H A Dxxhash_generic.c6 #include <linux/xxhash.h>
103 MODULE_DESCRIPTION("xxhash calculations wrapper for lib/xxhash.c");
/linux-master/lib/zstd/compress/
H A Dzstd_ldm.c14 #include <linux/xxhash.h>
292 U64 const xxhash = xxh64(split, minMatchLength, 0); local
293 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1));
297 entry.checksum = (U32)(xxhash >> 32);
370 U64 const xxhash = xxh64(split, minMatchLength, 0); local
371 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1));
375 candidates[n].checksum = (U32)(xxhash >> 32);
/linux-master/lib/zstd/common/
H A Dzstd_internal.h33 #include <linux/xxhash.h> /* XXH_reset, update, digest */
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_comp.h379 __u32 xxhash; member in union:icp_qat_fw_comp_crc_data_struct::__anon229
/linux-master/lib/
H A Dxxhash.c47 #include <linux/xxhash.h>
H A DMakefile189 obj-$(CONFIG_XXHASH) += xxhash.o
/linux-master/fs/erofs/
H A Dxattr.c8 #include <linux/xxhash.h>
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h1192 x(xxhash, 7)
1227 x(xxhash, 3)
H A Dchecksum.c10 #include <linux/xxhash.h>
/linux-master/mm/
H A Dksm.c29 #include <linux/xxhash.h>
1273 checksum = xxhash(addr, PAGE_SIZE, 0);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c61 #include <linux/xxhash.h> /* xxh64_reset, xxh64_update, xxh64_digest, XXH64 */

Completed in 181 milliseconds