Lines Matching refs:opStart3
1684 BYTE* const opStart3 = opStart2 + segmentSize;
1685 BYTE* const opStart4 = opStart3 + segmentSize;
1688 BYTE* op3 = opStart3;
1729 if (op2 > opStart3) return ERROR(corruption_detected);
1735 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2046 BYTE* const opStart3 = opStart2 + segmentSize;
2047 BYTE* const opStart4 = opStart3 + segmentSize;
2050 BYTE* op3 = opStart3;
2091 if (op2 > opStart3) return ERROR(corruption_detected);
2097 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog);