Searched refs:oMatchEnd (Results 1 – 1 of 1) sorted by relevance
815 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local829 oMatchEnd > oend_w || in ZSTD_execSequence()835 assert(oLitEnd < oMatchEnd /* Non-zero match & no overflow */); in ZSTD_execSequence()836 assert(oMatchEnd <= oend /* No underflow */); in ZSTD_execSequence()839 assert(oMatchEnd <= oend_w /* Can wildcopy matches */); in ZSTD_execSequence()870 assert(op <= oMatchEnd); in ZSTD_execSequence()871 assert(oMatchEnd <= oend_w); in ZSTD_execSequence()893 assert(op < oMatchEnd); in ZSTD_execSequence()