Searched refs:ZSTD_rollingHash_append (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 661 static U64 ZSTD_rollingHash_append(U64 hash, void const* buf, size_t size) in ZSTD_rollingHash_append() function 677 return ZSTD_rollingHash_append(0, buf, size); in ZSTD_rollingHash_compute()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 898 static U64 ZSTD_rollingHash_append(U64 hash, void const* buf, size_t size) in ZSTD_rollingHash_append() function 914 return ZSTD_rollingHash_append(0, buf, size); in ZSTD_rollingHash_compute()
|
H A D | zstdmt_compress.c | 1733 hash = ZSTD_rollingHash_append(hash, istart, pos); in findSynchronizationPoint()
|