Home
last modified time | relevance | path

Searched refs:largeLimit (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c91 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal() local
98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c391 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body() local
398 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c411 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
430 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v03.c1112 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1131 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v04.c1088 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1108 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v02.c1111 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1130 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v06.c1480 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable() local
1487 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable()
H A Dzstd_v05.c1224 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable() local
1240 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()
H A Dzstd_v07.c1500 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable() local
1507 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2840 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
2847 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
26781 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable() local
26788 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable()