• Home
  • Raw
  • Download

Lines Matching refs:oend

1728         BYTE* const oend = ostart + dstSize;  in HUF_decompress4X2_usingDTable()  local
1771 for ( ; (endSignal==BIT_DStream_unfinished) && (op4<(oend-7)) ; ) in HUF_decompress4X2_usingDTable()
1803 HUF_decodeStreamX2(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X2_usingDTable()
2090 BYTE* const oend = ostart + dstSize; in HUF_decompress4X4_usingDTable() local
2133 for ( ; (endSignal==BIT_DStream_unfinished) && (op4<(oend-7)) ; ) in HUF_decompress4X4_usingDTable()
2165 HUF_decodeStreamX4(op4, &bitD4, oend, dt, dtLog); in HUF_decompress4X4_usingDTable()
2401 BYTE* const oend = op + length; in ZSTD_wildcopy() local
2402 do COPY8(op, ip) while (op < oend); in ZSTD_wildcopy()
2751 BYTE* const base, BYTE* const oend) in ZSTD_execSequence() argument
2758 BYTE* const oend_8 = oend-8; in ZSTD_execSequence()
2763 if (oMatchEnd > oend) return ERROR(dstSize_tooSmall); /* overwrite beyond dst buffer */ in ZSTD_execSequence()
2798 if (oMatchEnd > oend-(16-MINMATCH)) in ZSTD_execSequence()
2827 BYTE* const oend = ostart + maxDstSize; in ZSTD_decompressSequences() local
2865 oneSeqSize = ZSTD_execSequence(op, sequence, &litPtr, litEnd, base, oend); in ZSTD_decompressSequences()
2878 if (op+lastLLSize > oend) return ERROR(dstSize_tooSmall); in ZSTD_decompressSequences()
2914 BYTE* const oend = ostart + maxDstSize; in ZSTD_decompressDCtx() local
2939 decodedSize = ZSTD_decompressBlock(ctx, op, oend-op, ip, cBlockSize); in ZSTD_decompressDCtx()
2942 decodedSize = ZSTD_copyUncompressedBlock(op, oend-op, ip, cBlockSize); in ZSTD_decompressDCtx()