Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress.c1348 ZSTD_sizeof_matchState(const ZSTD_compressionParameters* const cParams, in ZSTD_sizeof_matchState() function
1407 …size_t const matchStateSize = ZSTD_sizeof_matchState(cParams, useRowMatchFinder, /* enableDedicate… in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
4648 + ZSTD_sizeof_matchState(&cParams, ZSTD_resolveRowMatchFinderMode(ZSTD_ps_auto, &cParams), in ZSTD_estimateCDictSize_advanced()
4734ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, enableDedicatedDictSearch, /* forCCtx */ 0) + in ZSTD_createCDict_advanced_internal()
4884 …size_t const matchStateSize = ZSTD_sizeof_matchState(&cParams, useRowMatchFinder, /* enableDedicat… in ZSTD_initStaticCDict()