Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1728 hash = ZSTD_rollingHash_compute(prev, RSYNC_LENGTH); in findSynchronizationPoint()
1732 hash = ZSTD_rollingHash_compute(prev + pos, (RSYNC_LENGTH - pos)); in findSynchronizationPoint()
1744 hash = ZSTD_rollingHash_compute(prev, RSYNC_LENGTH); in findSynchronizationPoint()
1766 …assert(pos < RSYNC_LENGTH || ZSTD_rollingHash_compute(istart + pos - RSYNC_LENGTH, RSYNC_LENGTH) =… in findSynchronizationPoint()
H A Dzstd_compress_internal.h912 MEM_STATIC U64 ZSTD_rollingHash_compute(void const* buf, size_t size) in ZSTD_rollingHash_compute() function
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h999 MEM_STATIC U64 ZSTD_rollingHash_compute(void const* buf, size_t size) in ZSTD_rollingHash_compute() function