HomeSort by: relevance | last modified time | path
    Searched refs:ZSTDMT_compressStream_generic (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.h 71 /*! ZSTDMT_compressStream_generic() :
78 size_t ZSTDMT_compressStream_generic(ZSTDMT_CCtx* mtctx,
zstdmt_compress.c 1849 /** ZSTDMT_compressStream_generic() :
1853 size_t ZSTDMT_compressStream_generic(ZSTDMT_CCtx* mtctx,
1859 DEBUGLOG(5, "ZSTDMT_compressStream_generic (endOp=%u, srcSize=%u)",
1889 DEBUGLOG(5, "ZSTDMT_compressStream_generic: adding %u bytes on top of %u to buffer of size %u",
1920 DEBUGLOG(5, "end of ZSTDMT_compressStream_generic: remainingToFlush = %u", (U32)remainingToFlush);
zstd_compress.c 6504 flushMin = ZSTDMT_compressStream_generic(cctx->mtctx, output, input, endOp);
6513 FORWARD_IF_ERROR(flushMin, "ZSTDMT_compressStream_generic failed");
6531 DEBUGLOG(5, "completed ZSTD_compressStream2 delegating to ZSTDMT_compressStream_generic");

Completed in 50 milliseconds