Searched refs:ZSTD_rollingHash_compute (Results 1 – 3 of 3) sorted by relevance
1728 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()
912 MEM_STATIC U64 ZSTD_rollingHash_compute(void const* buf, size_t size) in ZSTD_rollingHash_compute() function
999 MEM_STATIC U64 ZSTD_rollingHash_compute(void const* buf, size_t size) in ZSTD_rollingHash_compute() function