Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/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.h593 U16 fastMode; member
/src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c78 DTableH.fastMode = 1; in FSE_buildDTable_internal()
86 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
284 const U32 fastMode = DTableH->fastMode; in FSE_decompress_wksp_body() local
287 …if (fastMode) return FSE_decompress_usingDTable_generic(dst, dstCapacity, ip, cSrcSize, dtable, 1); in FSE_decompress_wksp_body()
H A Dfse.h508 U16 fastMode; member
/src/sys/contrib/zstd/lib/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()
/src/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_internal.h64 U32 fastMode; member
H A Dzstd_decompress_block.c471 DTableH->fastMode = 0; in ZSTD_buildSeqTable_rle()
508 DTableH.fastMode = 1; in ZSTD_buildFSETable_body()
516 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()
/src/sys/contrib/zstd/lib/legacy/
H A Dzstd_v04.c876 U16 fastMode; member
1135 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1280 DTableH->fastMode = 0; in FSE_buildDTable_rle()
1306 DTableH->fastMode = 1; in FSE_buildDTable_raw()
1392 U32 fastMode; in FSE_decompress_usingDTable() local
1395 fastMode = DTableH.fastMode; in FSE_decompress_usingDTable()
1398 … if (fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
H A Dzstd_v01.c392 U16 fastMode; member
457 DTableH->fastMode = (U16)noLarge; in FSE_buildDTable()
601 DTableH->fastMode = 0; in FSE_buildDTable_rle()
626 DTableH->fastMode = 1; in FSE_buildDTable_raw()
892 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
H A Dzstd_v06.c1098 U16 fastMode; member
1475 DTableH.fastMode = 1; in FSEv06_buildDTable()
1483 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable()
1531 DTableH->fastMode = 0; in FSEv06_buildDTable_rle()
1557 DTableH->fastMode = 1; in FSEv06_buildDTable_raw()
1641 const U32 fastMode = DTableH->fastMode; in FSEv06_decompress_usingDTable() local
1644 …if (fastMode) return FSEv06_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv06_decompress_usingDTable()
H A Dzstd_v05.c992 U16 fastMode; member
1261 DTableH.fastMode = (U16)noLarge; in FSEv05_buildDTable()
1388 DTableH->fastMode = 0; in FSEv05_buildDTable_rle()
1414 DTableH->fastMode = 1; in FSEv05_buildDTable_raw()
1498 const U32 fastMode = DTableH->fastMode; in FSEv05_decompress_usingDTable() local
1501 …if (fastMode) return FSEv05_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv05_decompress_usingDTable()
H A Dzstd_v07.c862 U16 fastMode; member
1495 DTableH.fastMode = 1; in FSEv07_buildDTable()
1503 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable()
1551 DTableH->fastMode = 0; in FSEv07_buildDTable_rle()
1577 DTableH->fastMode = 1; in FSEv07_buildDTable_raw()
1661 const U32 fastMode = DTableH->fastMode; in FSEv07_decompress_usingDTable() local
1664 …if (fastMode) return FSEv07_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, … in FSEv07_decompress_usingDTable()
H A Dzstd_v03.c703 U16 fastMode; member
1158 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1302 DTableH->fastMode = 0; in FSE_buildDTable_rle()
1327 DTableH->fastMode = 1; in FSE_buildDTable_raw()
1416 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()
H A Dzstd_v02.c701 U16 fastMode; member
1157 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
1301 DTableH->fastMode = 0; in FSE_buildDTable_rle()
1326 DTableH->fastMode = 1; in FSE_buildDTable_raw()
1415 …if (DTableH.fastMode) return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize,… in FSE_decompress_usingDTable()