Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/
H A DBUCK179 name='xxhash',
183 ('common', 'xxhash.h'),
185 srcs=['common/xxhash.c'],
229 ':xxhash',
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh23 strace sysstat util-linux util-linux-dev wget words xfsprogs xxhash \
49 samba strace sysstat rng-tools rsync wget xxhash
76 rsync samba strace sysstat uuid-dev watchdog wget xfslibs-dev xxhash \
87 pkgconf python python3 pamtester pamtester qemu-guest-agent rsync xxhash
122 xxhash zlib-devel
/src/stand/libsa/zfs/
H A DMakefile.inc16 ZSTD_SRC+= xxhash.c
52 CFLAGS.xxhash.c+= -I${ZFSTOP}/module/zstd/lib/common
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_ldm.c292 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()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_ldm.c312 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()
/src/sys/contrib/zstd/programs/
H A DBUCK11 '//lib:xxhash',
H A DMakefile225 zstd-dll : ZSTDLIB_LOCAL_SRC = xxhash.c
/src/lib/libzstd/
H A DMakefile10 xxhash.c \
/src/sys/modules/zfs/
H A DMakefile399 CFLAGS.xxhash.c+= -include ${SRCTOP}/sys/sys/_null.h
464 CFLAGS.xxhash.c+= -U__BMI__ -DZSTD_NO_INTRINSICS -fno-tree-vectorize
465 CFLAGS.xxhash.c+= ${NO_WBITWISE_INSTEAD_OF_LOGICAL}
491 CFLAGS.xxhash.c+= ${__ZFS_ZSTD_AARCH64_FLAGS}
/src/cddl/lib/libzpool/
H A DMakefile317 CFLAGS.xxhash.c= -fno-tree-vectorize
318 CFLAGS.xxhash.c+= ${NO_WBITWISE_INSTEAD_OF_LOGICAL}
/src/sys/contrib/openzfs/module/
H A DMakefile.bsd437 CFLAGS.xxhash.c+= -include ${SYSDIR}/sys/_null.h
502 CFLAGS.xxhash.c+= -U__BMI__ -fno-tree-vectorize
503 CFLAGS.xxhash.c+= ${NO_WBITWISE_INSTEAD_OF_LOGICAL}
/src/lib/clang/libllvmminimal/
H A DMakefile74 SRCS+= Support/xxhash.cpp
/src/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md38 and optional [xxHash-64 checksum method](http://www.xxhash.org),
137 of [xxh64() hash function](http://www.xxhash.org)
/src/lib/clang/libllvm/
H A DMakefile1252 SRCS_MIN+= Support/xxhash.cpp
/src/sys/conf/
H A Dfiles647 contrib/zstd/lib/common/xxhash.c optional zstdio compile-with ${ZSTD_C}