Home | History | Annotate | Download | only in legacy

Lines Matching refs:opStart3

1841         BYTE* const opStart3 = opStart2 + segmentSize;
1842 BYTE* const opStart4 = opStart3 + segmentSize;
1845 BYTE* op3 = opStart3;
1886 if (op2 > opStart3) return ERROR(corruption_detected);
1892 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2199 BYTE* const opStart3 = opStart2 + segmentSize;
2200 BYTE* const opStart4 = opStart3 + segmentSize;
2203 BYTE* op3 = opStart3;
2244 if (op2 > opStart3) return ERROR(corruption_detected);
2250 HUF_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog);