Home
last modified time | relevance | path

Searched refs:noLarge (Results 1 – 5 of 5) sorted by relevance

/external/zstd/lib/legacy/
Dzstd_v01.c408 U32 noLarge = 1; in FSE_buildDTable() local
426 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
457 DTableH->fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v03.c1109 U32 noLarge = 1; in FSE_buildDTable() local
1127 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1158 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v04.c1085 U32 noLarge = 1; in FSE_buildDTable() local
1104 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1135 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v02.c1108 U32 noLarge = 1; in FSE_buildDTable() local
1126 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1157 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v05.c1221 U32 noLarge = 1; in FSEv05_buildDTable() local
1236 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()
1261 DTableH.fastMode = (U16)noLarge; in FSEv05_buildDTable()