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

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

Completed in 194 milliseconds