Lines Matching full:ostart

2684     BYTE* const ostart = dst;  in ZSTD_buildSequencesStatistics()  local
2686 BYTE* op = ostart; in ZSTD_buildSequencesStatistics()
2792 stats.size = (size_t)(op-ostart); in ZSTD_buildSequencesStatistics()
2822 BYTE* const ostart = (BYTE*)dst; in ZSTD_entropyCompressSeqStore_internal() local
2823 BYTE* const oend = ostart + dstCapacity; in ZSTD_entropyCompressSeqStore_internal()
2824 BYTE* op = ostart; in ZSTD_entropyCompressSeqStore_internal()
2871 return (size_t)(op - ostart); in ZSTD_entropyCompressSeqStore_internal()
2915 DEBUGLOG(5, "compressed block size : %u", (unsigned)(op - ostart)); in ZSTD_entropyCompressSeqStore_internal()
2916 return (size_t)(op - ostart); in ZSTD_entropyCompressSeqStore_internal()
3683 BYTE* const ostart = fseMetadata->fseTablesBuffer; in ZSTD_buildBlockEntropyStats_sequences() local
3684 BYTE* const oend = ostart + sizeof(fseMetadata->fseTablesBuffer); in ZSTD_buildBlockEntropyStats_sequences()
3685 BYTE* op = ostart; in ZSTD_buildBlockEntropyStats_sequences()
4513 BYTE* const ostart = (BYTE*)dst; in ZSTD_compress_frameChunk() local
4514 BYTE* op = ostart; in ZSTD_compress_frameChunk()
4604 if (lastFrameChunk && (op>ostart)) cctx->stage = ZSTDcs_ending; in ZSTD_compress_frameChunk()
4605 return (size_t)(op-ostart); in ZSTD_compress_frameChunk()
5257 BYTE* const ostart = (BYTE*)dst; in ZSTD_writeEpilogue() local
5258 BYTE* op = ostart; in ZSTD_writeEpilogue()
5291 return (size_t)(op-ostart); in ZSTD_writeEpilogue()
5997 char* const ostart = (assert(output != NULL), (char*)output->dst); in ZSTD_compressStream_generic() local
5998 char* const oend = (ostart != NULL) ? ostart + output->size : ostart; in ZSTD_compressStream_generic()
5999 char* op = (ostart != NULL) ? ostart + output->pos : ostart; in ZSTD_compressStream_generic()
6170 output->pos = (size_t)(op - ostart); in ZSTD_compressStream_generic()