Lines Matching refs:opStart3
579 BYTE* const opStart3 = opStart2 + segmentSize;
580 BYTE* const opStart4 = opStart3 + segmentSize;
583 BYTE* op3 = opStart3;
626 if (op2 > opStart3) return ERROR(corruption_detected);
632 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog);
1273 BYTE* const opStart3 = opStart2 + segmentSize;
1274 BYTE* const opStart4 = opStart3 + segmentSize;
1277 BYTE* op3 = opStart3;
1342 if (op2 > opStart3) return ERROR(corruption_detected);
1348 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);