Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_cwksp.h554 … size_t const estimatedSpace, int resizedWorkspace) { in ZSTD_cwksp_estimated_space_within_bounds() argument
557 return ZSTD_cwksp_used(ws) == estimatedSpace; in ZSTD_cwksp_estimated_space_within_bounds()
562 …return (ZSTD_cwksp_used(ws) >= estimatedSpace - 63) && (ZSTD_cwksp_used(ws) <= estimatedSpace + 63… in ZSTD_cwksp_estimated_space_within_bounds()