Searched refs:iLitEnd (Results 1 – 1 of 1) sorted by relevance
772 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceEnd() local785 *litPtr = iLitEnd; in ZSTD_execSequenceEnd()817 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequence() local828 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()