Home
last modified time | relevance | path

Searched refs:xxhash (Results 1 – 14 of 14) sorted by relevance

/linux/lib/zstd/compress/
A Dzstd_ldm.c265 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() local
266 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_fillHashTable()
270 entry.checksum = (U32)(xxhash >> 32); in ZSTD_ldm_fillHashTable()
351 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal() local
352 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_generateSequences_internal()
356 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal()
/linux/lib/
A D.xxhash.o.cmd1xxhash.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a…
3 source_lib/xxhash.o := lib/xxhash.c
5 deps_lib/xxhash.o := \
880 include/linux/xxhash.h \
882 lib/xxhash.o: $(deps_lib/xxhash.o)
884 $(deps_lib/xxhash.o):
A D.built-in.a.cmd1 …o lib/crc-t10dif.o lib/crc-itu-t.o lib/crc32.o lib/crc7.o lib/crc8.o lib/xxhash.o lib/genalloc.o l…
A Dbuilt-in.a59 xxhash.o/
A DMakefile177 obj-$(CONFIG_XXHASH) += xxhash.o
/linux/include/linux/
A Dxxhash.h123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
/linux/lib/zstd/common/
A D.zstd_common.o.cmd228 include/linux/xxhash.h \
/linux/lib/zstd/decompress/
A D.zstd_ddict.o.cmd234 include/linux/xxhash.h \
A D.zstd_decompress.o.cmd229 include/linux/xxhash.h \
A D.zstd_decompress_block.o.cmd234 include/linux/xxhash.h \
/linux/mm/
A Dksm.c1027 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
A D.ksm.o.cmd1200 include/linux/xxhash.h \
/linux/
A Dmodules.builtin88 kernel/lib/xxhash.ko
A Dmodules.builtin.modinfo1 …=CRC8 (by Williams, Ross N.) function�xxhash.description=xxHash�xxhash.license=Dual BSD/GPL�xxhash

Completed in 30 milliseconds