Searched refs:fastMode (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | fse_decompress.c | 90 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 D | fse.h | 590 U16 fastMode;
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse_decompress.c | 110 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 D | fse.h | 472 U16 fastMode; member
|
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_internal.h | 63 U32 fastMode; member
|
H A D | zstd_decompress_block.c | 324 { 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