Lines Matching defs:oend
152 BYTE* oend;
169 BYTE* const oend = (BYTE*)dst + dstSize;
220 if (args->op[3] >= oend)
241 args->oend = oend;
532 BYTE* const oend = op + dstSize;
541 HUF_decodeStreamX1(op, &bitD, oend, dt, dtLog);
559 BYTE* const oend = ostart + dstSize;
560 BYTE* const olimit = oend - 3;
590 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
597 if ((size_t)(oend - op4) >= sizeof(size_t)) {
634 HUF_decodeStreamX1(op4, &bitD4, oend, dt, dtLog);
674 BYTE* const oend = (BYTE*)dst + dstSize;
693 assert(args.op[3] <= oend);
703 if (segmentSize <= (size_t)(oend - segmentEnd))
706 segmentEnd = oend;
1230 BYTE* const oend = ostart + dstSize;
1234 HUF_decodeStreamX2(ostart, &bitD, oend, dt, dtd.tableLog);
1253 BYTE* const oend = ostart + dstSize;
1254 BYTE* const olimit = oend - (sizeof(size_t)-1);
1284 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
1291 if ((size_t)(oend - op4) >= sizeof(size_t)) {
1350 HUF_decodeStreamX2(op4, &bitD4, oend, dt, dtLog);
1388 BYTE* const oend = (BYTE*)dst + dstSize;
1405 assert(args.op[3] <= oend);
1415 if (segmentSize <= (size_t)(oend - segmentEnd))
1418 segmentEnd = oend;