Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v01.c412 U32 noLarge = 1; in FSE_buildDTable() local
430 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
461 DTableH->fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v03.c1113 U32 noLarge = 1; in FSE_buildDTable() local
1131 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1162 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v04.c1089 U32 noLarge = 1; in FSE_buildDTable() local
1108 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1139 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v02.c1112 U32 noLarge = 1; in FSE_buildDTable() local
1130 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1161 DTableH.fastMode = (U16)noLarge; in FSE_buildDTable()
Dzstd_v05.c1225 U32 noLarge = 1; in FSEv05_buildDTable() local
1240 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()
1265 DTableH.fastMode = (U16)noLarge; in FSEv05_buildDTable()