Lines Matching defs:opStart4
634 BYTE* const opStart4 = opStart3 + segmentSize;
638 BYTE* op4 = opStart4;
644 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
682 if (op3 > opStart4) return ERROR(corruption_detected);
688 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog);
1415 BYTE* const opStart4 = opStart3 + segmentSize;
1419 BYTE* op4 = opStart4;
1425 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
1485 if (op3 > opStart4) return ERROR(corruption_detected);
1491 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);