Lines Matching defs:opStart3
2105 BYTE* const opStart3 = opStart2 + segmentSize;
2106 BYTE* const opStart4 = opStart3 + segmentSize;
2109 BYTE* op3 = opStart3;
2148 if (op2 > opStart3) return ERROR(corruption_detected);
2154 HUFv06_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2480 BYTE* const opStart3 = opStart2 + segmentSize;
2481 BYTE* const opStart4 = opStart3 + segmentSize;
2484 BYTE* op3 = opStart3;
2524 if (op2 > opStart3) return ERROR(corruption_detected);
2530 HUFv06_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog);