Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dfse_decompress.c90 DTableH.fastMode = 1; in FSE_buildDTable_internal()
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
195 DTableH->fastMode = 0; in FSE_buildDTable_rle()
221 DTableH->fastMode = 1; in FSE_buildDTable_raw()
300 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
303 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
353 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
356 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, wksp->dtab… in FSE_decompress_wksp_body()
H A Dfse.h590 U16 fastMode; member
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h63 U32 fastMode; member
H A Dzstd_decompress_block.c429 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle()
466 DTableH.fastMode = 1; in ZSTD_buildFSETable_body()
474 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()