Home | History | Annotate | Download | only in decompress

Lines Matching defs:opStart3

633         BYTE* const opStart3 = opStart2 + segmentSize;
634 BYTE* const opStart4 = opStart3 + segmentSize;
637 BYTE* op3 = opStart3;
681 if (op2 > opStart3) return ERROR(corruption_detected);
687 HUF_decodeStreamX1(op2, &bitD2, opStart3, dt, dtLog);
1414 BYTE* const opStart3 = opStart2 + segmentSize;
1415 BYTE* const opStart4 = opStart3 + segmentSize;
1418 BYTE* op3 = opStart3;
1484 if (op2 > opStart3) return ERROR(corruption_detected);
1490 HUF_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);