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

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

Completed in 114 milliseconds