Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/ !
H A Dzstd_compress.c1420 const U32 forCCtx) in ZSTD_sizeof_matchState() argument
1423 …STD_allocateChainTable(cParams->strategy, useRowMatchFinder, enableDedicatedDictSearch && !forCCtx) in ZSTD_sizeof_matchState()
1427 …U32 const hashLog3 = (forCCtx && cParams->minMatch==3) ? MIN(ZSTD_HASHLOG3_MAX, cParams->window… in ZSTD_sizeof_matchState()
1444 size_t const optSpace = (forCCtx && (cParams->strategy >= ZSTD_btopt)) in ZSTD_sizeof_matchState()
/src/sys/contrib/openzfs/module/zstd/lib/compress/ !
H A Dzstd_compress.c1658 const U32 forCCtx) in ZSTD_sizeof_matchState() argument
1661 …STD_allocateChainTable(cParams->strategy, useRowMatchFinder, enableDedicatedDictSearch && !forCCtx) in ZSTD_sizeof_matchState()
1665 …U32 const hashLog3 = (forCCtx && cParams->minMatch==3) ? MIN(ZSTD_HASHLOG3_MAX, cParams->window… in ZSTD_sizeof_matchState()
1682 size_t const optSpace = (forCCtx && (cParams->strategy >= ZSTD_btopt)) in ZSTD_sizeof_matchState()