Home
last modified time | relevance | path

Searched refs:endOp (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h84 ZSTD_EndDirective endOp);
H A Dzstdmt_compress.c1321 …tic size_t ZSTDMT_createCompressionJob(ZSTDMT_CCtx* mtctx, size_t srcSize, ZSTD_EndDirective endOp) in ZSTDMT_createCompressionJob() argument
1324 int const endFrame = (endOp == ZSTD_e_end); in ZSTDMT_createCompressionJob()
1744 ZSTD_EndDirective endOp) in ZSTDMT_compressStream_generic() argument
1748 (U32)endOp, (U32)(input->size - input->pos)); in ZSTDMT_compressStream_generic()
1752 if ((mtctx->frameEnded) && (endOp==ZSTD_e_continue)) { in ZSTDMT_compressStream_generic()
1773 if (syncPoint.flush && endOp == ZSTD_e_continue) { in ZSTDMT_compressStream_generic()
1774 endOp = ZSTD_e_flush; in ZSTDMT_compressStream_generic()
1785 if ((input->pos < input->size) && (endOp == ZSTD_e_end)) { in ZSTDMT_compressStream_generic()
1793 endOp = ZSTD_e_flush; in ZSTDMT_compressStream_generic()
1798 … || ((endOp != ZSTD_e_continue) && (mtctx->inBuff.filled > 0)) /* something to flush : let's go */ in ZSTDMT_compressStream_generic()
[all …]
H A Dzstd_compress.c4329 ZSTD_EndDirective endOp) in ZSTD_checkBufferStability() argument
4335 if (endOp != ZSTD_e_end) in ZSTD_checkBufferStability()
4347 ZSTD_EndDirective endOp, in ZSTD_CCtx_init_compressStream2() argument
4424 ZSTD_EndDirective endOp) in ZSTD_compressStream2() argument
4426 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2()
4454 || (endOp == ZSTD_e_end && flushMin == 0) ) { /* compression completed */ in ZSTD_compressStream2()
4459 if (endOp == ZSTD_e_continue) { in ZSTD_compressStream2()
4467 assert(endOp == ZSTD_e_flush || endOp == ZSTD_e_end); in ZSTD_compressStream2()
4484 FORWARD_IF_ERROR( ZSTD_compressStream_generic(cctx, output, input, endOp) , ""); in ZSTD_compressStream2()
4494 ZSTD_EndDirective endOp) in ZSTD_compressStream2_simpleArgs() argument
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h710 ZSTD_EndDirective endOp);
1626 ZSTD_EndDirective endOp);
H A Dzstd.c3770 ZSTD_EndDirective endOp);
4686 ZSTD_EndDirective endOp);
9882 ZSTD_EndDirective endOp);
17050 ZSTD_EndDirective endOp) in ZSTD_compressStream2() argument
17052 DEBUGLOG(5, "ZSTD_compressStream2, endOp=%u ", (unsigned)endOp); in ZSTD_compressStream2()
17105 int const forceMaxProgress = (endOp == ZSTD_e_flush || endOp == ZSTD_e_end); in ZSTD_compressStream2()
17113 flushMin = ZSTDMT_compressStream_generic(cctx->mtctx, output, input, endOp); in ZSTD_compressStream2()
17115 || (endOp == ZSTD_e_end && flushMin == 0) ) { /* compression completed */ in ZSTD_compressStream2()
17128 FORWARD_IF_ERROR( ZSTD_compressStream_generic(cctx, output, input, endOp) , ""); in ZSTD_compressStream2()
17137 ZSTD_EndDirective endOp) in ZSTD_compressStream2_simpleArgs() argument
[all …]
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h709 ZSTD_EndDirective endOp);
1882 ZSTD_EndDirective endOp);