Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1592 size_t const spaceLeft = mtctx->roundBuff.capacity - mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange() local
1600 if (spaceLeft < target) { in ZSTDMT_tryGetInputRange()