Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c77 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
84 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
/freebsd/sys/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()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c388 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable() local
395 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c407 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
426 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v03.c1108 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1127 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v02.c1107 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1126 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v04.c1084 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local
1104 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
H A Dzstd_v05.c1220 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable() local
1236 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_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_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/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c467 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body() local
474 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()