Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c5831 size_t additionalByteAdjustment; in ZSTD_compressSequences_internal() local
5837 additionalByteAdjustment = sequenceCopier(cctx, &seqPos, inSeqs, inSeqsSize, ip, blockSize); in ZSTD_compressSequences_internal()
5838 FORWARD_IF_ERROR(additionalByteAdjustment, "Bad sequence copy"); in ZSTD_compressSequences_internal()
5839 blockSize -= additionalByteAdjustment; in ZSTD_compressSequences_internal()