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

  /src/external/bsd/zstd/dist/examples/
streaming_memory_usage.c 67 * function ZSTD_estimateCStreamSize_usingCCtxParams().
117 size_t const cstreamEstimatedSize = ZSTD_estimateCStreamSize_usingCCtxParams(cctxParams);
  /src/external/bsd/zstd/dist/contrib/linux-kernel/
zstd_compress_module.c 137 return ZSTD_estimateCStreamSize_usingCCtxParams(&cctx_params);
  /src/external/bsd/zstd/dist/lib/
zstd.h 1793 * ZSTD_estimateCStreamSize_usingCCtxParams() can be used in tandem with ZSTD_CCtxParams_setParameter(). Only single-threaded compression is supported. This function will return an error code if ZSTD_c_nbWorkers is >= 1.
1795 * ZSTD_estimateCStreamSize_usingCCtxParams() will return an error code if ZSTD_c_nbWorkers is >= 1.
1809 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 1811 size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params)
1839 noRowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams);
1841 rowCCtxSize = ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams);
1844 return ZSTD_estimateCStreamSize_usingCCtxParams(&initialParams);
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 359 cstreamSize = ZSTD_estimateCStreamSize_usingCCtxParams(params);
2428 size_t const cctxSize = ZSTD_estimateCStreamSize_usingCCtxParams(params);
fuzzer.c 2121 // Test ZSTD_estimateCStreamSize_usingCCtxParams
2124 size_t const cctxSizeDefault = ZSTD_estimateCStreamSize_usingCCtxParams(params);
2165 // Test ZSTD_estimateCStreamSize_usingCCtxParams
2170 cctxSizeDefault = ZSTD_estimateCStreamSize_usingCCtxParams(params);

Completed in 32 milliseconds