Searched refs:oMatchEnd (Results 1 – 1 of 1) sorted by relevance
1009 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequence() local1028 oMatchEnd > oend_w || in ZSTD_execSequence()1034 assert(oLitEnd < oMatchEnd /* Non-zero match & no overflow */); in ZSTD_execSequence()1035 assert(oMatchEnd <= oend /* No underflow */); in ZSTD_execSequence()1038 assert(oMatchEnd <= oend_w /* Can wildcopy matches */); in ZSTD_execSequence()1070 assert(op <= oMatchEnd); in ZSTD_execSequence()1071 assert(oMatchEnd <= oend_w); in ZSTD_execSequence()1093 assert(op < oMatchEnd); in ZSTD_execSequence()1108 BYTE* const oMatchEnd = op + sequenceLength; /* risk : address space overflow (32-bits) */ in ZSTD_execSequenceSplitLitBuffer() local1121 oMatchEnd > oend_w || in ZSTD_execSequenceSplitLitBuffer()[all …]