Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c6031 size_t additionalByteAdjustment; in ZSTD_compressSequences_internal() local
6037 additionalByteAdjustment = sequenceCopier(cctx, &seqPos, inSeqs, inSeqsSize, ip, blockSize); in ZSTD_compressSequences_internal()
6038 FORWARD_IF_ERROR(additionalByteAdjustment, "Bad sequence copy"); in ZSTD_compressSequences_internal()
6039 blockSize -= additionalByteAdjustment; in ZSTD_compressSequences_internal()