Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c817 roundBuff_t roundBuff; member
923 mtctx->roundBuff = kNullRoundBuff; in ZSTDMT_createCCtx_advanced_internal()
996 if (mtctx->roundBuff.buffer) in ZSTDMT_freeCCtx()
1012 + mtctx->roundBuff.capacity; in ZSTDMT_sizeof_CCtx()
1270 if (mtctx->roundBuff.buffer) in ZSTDMT_initCStream_internal()
1281 mtctx->roundBuff.pos = 0; in ZSTDMT_initCStream_internal()
1357 mtctx->roundBuff.pos += srcSize; in ZSTDMT_createCompressionJob()
1592 size_t const spaceLeft = mtctx->roundBuff.capacity - mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()
1616 mtctx->roundBuff.pos = prefixSize; in ZSTDMT_tryGetInputRange()
1618 buffer.start = mtctx->roundBuff.buffer + mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()
[all …]