Searched refs:xxhash (Results 1 – 14 of 14) sorted by relevance
265 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() local266 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() local352 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()
1 …xxhash.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a…3 source_lib/xxhash.o := lib/xxhash.c5 deps_lib/xxhash.o := \880 include/linux/xxhash.h \882 lib/xxhash.o: $(deps_lib/xxhash.o)884 $(deps_lib/xxhash.o):
1 …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…
59 xxhash.o/
177 obj-$(CONFIG_XXHASH) += xxhash.o
123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
228 include/linux/xxhash.h \
234 include/linux/xxhash.h \
229 include/linux/xxhash.h \
1027 checksum = xxhash(addr, PAGE_SIZE, 0); in calc_checksum()
1200 include/linux/xxhash.h \
88 kernel/lib/xxhash.ko
1 …=CRC8 (by Williams, Ross N.) functionxxhash.description=xxHashxxhash.license=Dual BSD/GPLxxhash…
Completed in 30 milliseconds