Searched refs:oMatchEnd (Results 1 – 1 of 1) sorted by relevance
960 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local974 oMatchEnd > oend_w || in ZSTD_execSequence()980 assert(oLitEnd < oMatchEnd /* Non-zero match & no overflow */); in ZSTD_execSequence()981 assert(oMatchEnd <= oend /* No underflow */); in ZSTD_execSequence()984 assert(oMatchEnd <= oend_w /* Can wildcopy matches */); in ZSTD_execSequence()1016 assert(op <= oMatchEnd); in ZSTD_execSequence()1017 assert(oMatchEnd <= oend_w); in ZSTD_execSequence()1039 assert(op < oMatchEnd); in ZSTD_execSequence()1053 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceSplitLitBuffer() local1066 oMatchEnd > oend_w || in ZSTD_execSequenceSplitLitBuffer()[all …]