Home
last modified time | relevance | path

Searched refs:fastMode (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/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) retur in FSE_decompress_wksp_body()
[all...]
H A Dfse.h590 U16 fastMode;
/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_decompress.c110 DTableH.fastMode = 1; in FSE_buildDTable_wksp()
120 DTableH.fastMode = 0; in FSE_buildDTable_wksp()
171 DTableH->fastMode = 0; in FSE_buildDTable_rle()
197 DTableH->fastMode = 1; in FSE_buildDTable_raw()
279 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local
282 if (fastMode) in FSE_decompress_usingDTable()
H A Dfse.h472 U16 fastMode; member
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_internal.h63 U32 fastMode; member
H A Dzstd_decompress_block.c324 { 1, 1, 1, LL_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
362 { 1, 1, 1, OF_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
385 { 1, 1, 1, ML_DEFAULTNORMLOG}, /* header : fastMode, tableLog */
429 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()

Completed in 9 milliseconds