Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/decompress/ !
Dzstd_decompress_block.c772 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceEnd() local
785 *litPtr = iLitEnd; in ZSTD_execSequenceEnd()
817 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequence() local
828 iLitEnd > litLimit || in ZSTD_execSequence()
837 assert(iLitEnd <= litLimit /* Literal length is in bounds */); in ZSTD_execSequence()
851 *litPtr = iLitEnd; /* update for next sequence */ in ZSTD_execSequence()