Searched refs:ZSTD_rollingHash_append (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 733 static U64 ZSTD_rollingHash_append(U64 hash, void const* buf, size_t size) in ZSTD_rollingHash_append() function 749 return ZSTD_rollingHash_append(0, buf, size); in ZSTD_rollingHash_compute()
|
| H A D | zstdmt_compress.c | 1707 hash = ZSTD_rollingHash_append(hash, istart, pos); in findSynchronizationPoint()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 10572 static U64 ZSTD_rollingHash_append(U64 hash, void const* buf, size_t size) in ZSTD_rollingHash_append() function 10588 return ZSTD_rollingHash_append(0, buf, size); in ZSTD_rollingHash_compute()
|