Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c845 roundBuff_t roundBuff; member
951 mtctx->roundBuff = kNullRoundBuff; in ZSTDMT_createCCtx_advanced_internal()
1024 if (mtctx->roundBuff.buffer) in ZSTDMT_freeCCtx()
1040 + mtctx->roundBuff.capacity; in ZSTDMT_sizeof_CCtx()
1300 if (mtctx->roundBuff.buffer) in ZSTDMT_initCStream_internal()
1311 mtctx->roundBuff.pos = 0; in ZSTDMT_initCStream_internal()
1387 mtctx->roundBuff.pos += srcSize; in ZSTDMT_createCompressionJob()
1626 size_t const spaceLeft = mtctx->roundBuff.capacity - mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()
1650 mtctx->roundBuff.pos = prefixSize; in ZSTDMT_tryGetInputRange()
1652 buffer.start = mtctx->roundBuff.buffer + mtctx->roundBuff.pos; in ZSTDMT_tryGetInputRange()
[all …]