Home
last modified time | relevance | path

Searched +full:- +full:hashfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.kshlib26 log_must eval "zinject -c all > /dev/null"
30 log_must rm -f $CPATH $CPATHBKP $CPATHBKP2 $MD5FILE $MD5FILE2
32 log_must rm -rf $DEVICE_DIR/*
35 log_must truncate -s $FILE_SIZE ${DEVICE_DIR}/${DEVICE_FILE}$i
48 typeset -i a_few_times=${2:-10}
65 typeset files10mb=${2:-10}
82 # hashfile: file where to store xxh128 digests
89 typeset hashfile=$3
92 typeset -i datasets=3
93 typeset -i files=5
[all …]
/freebsd/sys/contrib/zstd/
H A Dappveyor.yml4 -
8 - release
9 - master
10 - /appveyor*/
11 - /visual*/
14 - COMPILER: "gcc"
17 SCRIPT: "make allzstd MOREFLAGS=-static"
20 - COMPILER: "gcc"
23 SCRIPT: "make allzstd MOREFLAGS=-static"
27 - COMPILER: "clang-cl"
[all …]
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h2 * xxHash - Fast Hash algorithm
6 * - xxHash homepage: http://www.xxhash.com
7 * - xxHash source repository : https://github.com/Cyan4973/xxHash
9 * This source code is licensed under both the BSD-style license (found in the
12 * You may select, at your option, one of the above-listed licenses.
49 MD5-32 0.33 GB/s 10 Ronald L. Rivest
50 SHA1-32 0.28 GB/s 10
57 Other speed-oriented implementations can be faster,
59 https://fastcompression.blogspot.com/2019/03/presenting-xxh3.html?showComment=1552696407071#c349009…
61 A 64-bit version, named XXH64, is available since r35.
[all …]