HomeSort by: relevance | last modified time | path
    Searched defs:noLarge (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 370 U32 noLarge = 1;
388 if (normalizedCounter[s] >= largeLimit) noLarge=0;
419 DTableH->fastMode = (U16)noLarge;
zstd_v03.c 1047 U32 noLarge = 1;
1065 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1096 DTableH.fastMode = (U16)noLarge;
zstd_v01.c 370 U32 noLarge = 1;
388 if (normalizedCounter[s] >= largeLimit) noLarge=0;
419 DTableH->fastMode = (U16)noLarge;
zstd_v03.c 1047 U32 noLarge = 1;
1065 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1096 DTableH.fastMode = (U16)noLarge;
zstd_v01.c 370 U32 noLarge = 1;
388 if (normalizedCounter[s] >= largeLimit) noLarge=0;
419 DTableH->fastMode = (U16)noLarge;
zstd_v03.c 1047 U32 noLarge = 1;
1065 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1096 DTableH.fastMode = (U16)noLarge;
zstd_v04.c 1029 U32 noLarge = 1;
1048 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1079 DTableH.fastMode = (U16)noLarge;
zstd_v02.c 1047 U32 noLarge = 1;
1065 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1096 DTableH.fastMode = (U16)noLarge;
zstd_v05.c 1169 U32 noLarge = 1;
1184 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1209 DTableH.fastMode = (U16)noLarge;
zstd_v04.c 1029 U32 noLarge = 1;
1048 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1079 DTableH.fastMode = (U16)noLarge;
zstd_v02.c 1047 U32 noLarge = 1;
1065 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1096 DTableH.fastMode = (U16)noLarge;
zstd_v05.c 1169 U32 noLarge = 1;
1184 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1209 DTableH.fastMode = (U16)noLarge;
zstd_v04.c 1029 U32 noLarge = 1;
1048 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1079 DTableH.fastMode = (U16)noLarge;
zstd_v02.c 1047 U32 noLarge = 1;
1065 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1096 DTableH.fastMode = (U16)noLarge;
zstd_v05.c 1169 U32 noLarge = 1;
1184 if (normalizedCounter[s] >= largeLimit) noLarge=0;
1209 DTableH.fastMode = (U16)noLarge;

Completed in 108 milliseconds