Lines Matching refs:oend

2685     const BYTE* const oend = dstEnd;  in ZSTD_buildSequencesStatistics()  local
2698 assert(op <= oend); in ZSTD_buildSequencesStatistics()
2713 op, (size_t)(oend - op), in ZSTD_buildSequencesStatistics()
2728 assert(op <= oend); in ZSTD_buildSequencesStatistics()
2745 op, (size_t)(oend - op), in ZSTD_buildSequencesStatistics()
2760 assert(op <= oend); in ZSTD_buildSequencesStatistics()
2766 DEBUGLOG(5, "Building ML table (remaining space : %i)", (int)(oend-op)); in ZSTD_buildSequencesStatistics()
2775 op, (size_t)(oend - op), in ZSTD_buildSequencesStatistics()
2790 assert(op <= oend); in ZSTD_buildSequencesStatistics()
2823 BYTE* const oend = ostart + dstCapacity; in ZSTD_entropyCompressSeqStore_internal() local
2854 RETURN_ERROR_IF((oend-op) < 3 /*max nbSeq Size*/ + 1 /*seqHead*/, in ZSTD_entropyCompressSeqStore_internal()
2867 assert(op <= oend); in ZSTD_entropyCompressSeqStore_internal()
2878 op, oend, in ZSTD_entropyCompressSeqStore_internal()
2889 op, (size_t)(oend - op), in ZSTD_entropyCompressSeqStore_internal()
2897 assert(op <= oend); in ZSTD_entropyCompressSeqStore_internal()
3684 BYTE* const oend = ostart + sizeof(fseMetadata->fseTablesBuffer); in ZSTD_buildBlockEntropyStats_sequences() local
3693 prevEntropy, nextEntropy, op, oend, in ZSTD_buildBlockEntropyStats_sequences()
5998 char* const oend = (ostart != NULL) ? ostart + output->size : ostart; in ZSTD_compressStream_generic() local
6033 … && ( (size_t)(oend-op) >= ZSTD_compressBound((size_t)(iend-ip)) /* Enough output space */ in ZSTD_compressStream_generic()
6038 op, (size_t)(oend-op), in ZSTD_compressStream_generic()
6086 size_t oSize = (size_t)(oend-op); in ZSTD_compressStream_generic()
6140 size_t const flushed = ZSTD_limitCopy(op, (size_t)(oend-op), in ZSTD_compressStream_generic()
6143 (unsigned)toFlush, (unsigned)(oend-op), (unsigned)flushed); in ZSTD_compressStream_generic()
6149 assert(op==oend); in ZSTD_compressStream_generic()