Lines Matching refs:opStart4
580 BYTE* const opStart4 = opStart3 + segmentSize;
584 BYTE* op4 = opStart4;
590 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
627 if (op3 > opStart4) return ERROR(corruption_detected);
633 HUF_decodeStreamX1(op3, &bitD3, opStart4, dt, dtLog);
1274 BYTE* const opStart4 = opStart3 + segmentSize;
1278 BYTE* op4 = opStart4;
1284 if (opStart4 > oend) return ERROR(corruption_detected); /* overflow */
1343 if (op3 > opStart4) return ERROR(corruption_detected);
1349 HUF_decodeStreamX2(op3, &bitD3, opStart4, dt, dtLog);