Searched refs:xxhash (Results 1 – 15 of 15) sorted by relevance
| /src/sys/contrib/zstd/lib/ |
| H A D | BUCK | 179 name='xxhash', 183 ('common', 'xxhash.h'), 185 srcs=['common/xxhash.c'], 229 ':xxhash',
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 23 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 D | Makefile.inc | 16 ZSTD_SRC+= xxhash.c 52 CFLAGS.xxhash.c+= -I${ZFSTOP}/module/zstd/lib/common
|
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_ldm.c | 292 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 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()
|
| /src/sys/contrib/zstd/programs/ |
| H A D | BUCK | 11 '//lib:xxhash',
|
| H A D | Makefile | 225 zstd-dll : ZSTDLIB_LOCAL_SRC = xxhash.c
|
| /src/lib/libzstd/ |
| H A D | Makefile | 10 xxhash.c \
|
| /src/sys/modules/zfs/ |
| H A D | Makefile | 399 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 D | Makefile | 317 CFLAGS.xxhash.c= -fno-tree-vectorize 318 CFLAGS.xxhash.c+= ${NO_WBITWISE_INSTEAD_OF_LOGICAL}
|
| /src/sys/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 437 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 D | Makefile | 74 SRCS+= Support/xxhash.cpp
|
| /src/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 38 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 D | Makefile | 1252 SRCS_MIN+= Support/xxhash.cpp
|
| /src/sys/conf/ |
| H A D | files | 647 contrib/zstd/lib/common/xxhash.c optional zstdio compile-with ${ZSTD_C}
|