Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c111 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
118 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
/freebsd-12.1/sys/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.c1097 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1116 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v02.c1096 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1115 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v04.c1136 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1155 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v06.c1476 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable() local
1483 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable()
H A Dzstd_v05.c1218 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable() local
1233 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()
H A Dzstd_v07.c1496 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable() local
1503 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable()
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c824 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable() local
831 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable()