Lines Matching defs:oend
202 BYTE *const oend = op + dstSize;
215 HUF_decodeStreamX2(op, &bitD, oend, dt, dtLog);
256 BYTE *const oend = ostart + dstSize;
310 for (; (endSignal == BIT_DStream_unfinished) && (op4 < (oend - 7));) {
343 HUF_decodeStreamX2(op4, &bitD4, oend, dt, dtLog);
669 BYTE *const oend = ostart + dstSize;
673 HUF_decodeStreamX4(ostart, &bitD, oend, dt, dtd.tableLog);
715 BYTE *const oend = ostart + dstSize;
769 for (; (endSignal == BIT_DStream_unfinished) & (op4 < (oend - (sizeof(bitD4.bitContainer) - 1)));) {
803 HUF_decodeStreamX4(op4, &bitD4, oend, dt, dtLog);