Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c4814 size_t additionalByteAdjustment; in ZSTD_compressSequences_internal() local
4820 additionalByteAdjustment = sequenceCopier(cctx, &seqPos, inSeqs, inSeqsSize, ip, blockSize); in ZSTD_compressSequences_internal()
4821 FORWARD_IF_ERROR(additionalByteAdjustment, "Bad sequence copy"); in ZSTD_compressSequences_internal()
4822 blockSize -= additionalByteAdjustment; in ZSTD_compressSequences_internal()