Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h632 … size_t const estimatedSpace, int resizedWorkspace) { in ZSTD_cwksp_estimated_space_within_bounds() argument
635 return ZSTD_cwksp_used(ws) == estimatedSpace; in ZSTD_cwksp_estimated_space_within_bounds()
640 …return (ZSTD_cwksp_used(ws) >= estimatedSpace - 63) && (ZSTD_cwksp_used(ws) <= estimatedSpace + 63… in ZSTD_cwksp_estimated_space_within_bounds()