Searched defs:cctxParams (Results 1 – 9 of 9) sorted by relevance
| /external/zstd/examples/ |
| D | streaming_memory_usage.c | 69 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in main() local
|
| /external/zstd/lib/compress/ |
| D | zstd_compress_superblock.c | 163 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 264 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 429 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|
| D | zstd_compress.c | 283 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local 331 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() 345 static void ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* para… in ZSTD_CCtxParams_init_internal() 362 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced() 375 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams() 2414 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize() 2425 static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) in ZSTD_blockSplitterEnabled() 2577 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_internal() 2695 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore() 3176 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences() [all …]
|
| D | zstdmt_compress.c | 1064 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
|
| D | zstd_compress_internal.h | 548 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
|
| /external/zstd/tests/ |
| D | roundTripCrash.c | 86 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in cctxParamRoundTripTest() local
|
| D | zstreamtest.c | 2012 static size_t setCCtxParameter(ZSTD_CCtx* zc, ZSTD_CCtx_params* cctxParams, in setCCtxParameter() 2050 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in fuzzerTests_newAPI() local
|
| /external/zstd/zlibWrapper/examples/ |
| D | zwrapbench.c | 267 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in BMK_benchMem() local
|
| /external/zstd/zlibWrapper/ |
| D | zstd_zlibwrapper.c | 210 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in ZWRAP_initializeCStream() local
|