Home
last modified time | relevance | path

Searched refs:ZSTD_rollingHash_append (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h661 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 Dzstd_compress_internal.h898 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 Dzstdmt_compress.c1733 hash = ZSTD_rollingHash_append(hash, istart, pos); in findSynchronizationPoint()