Lines Matching defs:opStart3
1894 BYTE* const opStart3 = opStart2 + segmentSize;
1895 BYTE* const opStart4 = opStart3 + segmentSize;
1898 BYTE* op3 = opStart3;
1938 if (op2 > opStart3) return ERROR(corruption_detected);
1944 HUFv07_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2304 BYTE* const opStart3 = opStart2 + segmentSize;
2305 BYTE* const opStart4 = opStart3 + segmentSize;
2308 BYTE* op3 = opStart3;
2349 if (op2 > opStart3) return ERROR(corruption_detected);
2355 HUFv07_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog);