Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c748 roundBuff_t roundBuff; member
838 mtctx->roundBuff = kNullRoundBuff; in ZSTDMT_createCCtx_advanced()
897 if (mtctx->roundBuff.buffer) in ZSTDMT_freeCCtx()
913 + mtctx->roundBuff.capacity; in ZSTDMT_sizeof_CCtx()
1294 if (mtctx->roundBuff.buffer) in ZSTDMT_initCStream_internal()
1305 mtctx->roundBuff.pos = 0; in ZSTDMT_initCStream_internal()
1427 mtctx->roundBuff.pos += srcSize; in ZSTDMT_createCompressionJob()
1654 size_t const spaceLeft = mtctx->roundBuff.capacity - mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()
1677 mtctx->roundBuff.pos = prefixSize; in ZSTDMT_tryGetInputRange()
1679 buffer.start = mtctx->roundBuff.buffer + mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()
[all …]