Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A 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()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c3374 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTDv06_execSequence() local
3380 if (iLitEnd > litLimit) return ERROR(corruption_detected); /* over-read beyond lit buffer */ in ZSTDv06_execSequence()
3385 *litPtr = iLitEnd; /* update for next sequence */ in ZSTDv06_execSequence()
H A Dzstd_v07.c3602 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTDv07_execSequence() local
3607 if (iLitEnd > litLimit) return ERROR(corruption_detected); /* over-read beyond lit buffer */ in ZSTDv07_execSequence()
3612 *litPtr = iLitEnd; /* update for next sequence */ in ZSTDv07_execSequence()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c27061 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequenceEnd() local
27074 *litPtr = iLitEnd; in ZSTD_execSequenceEnd()
27106 const BYTE* const iLitEnd = *litPtr + sequence.litLength; in ZSTD_execSequence() local
27117 iLitEnd > litLimit || in ZSTD_execSequence()
27126 assert(iLitEnd <= litLimit /* Literal length is in bounds */); in ZSTD_execSequence()
27140 *litPtr = iLitEnd; /* update for next sequence */ in ZSTD_execSequence()