OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:largeLimit
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
fse_decompress.c
78
{ S16 const
largeLimit
= (S16)(1 << (tableLog-1));
85
if (normalizedCounter[s] >=
largeLimit
) DTableH.fastMode=0;
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
369
const S16
largeLimit
= (S16)(1 << (tableLog-1));
388
if (normalizedCounter[s] >=
largeLimit
) noLarge=0;
zstd_v03.c
1046
const S16
largeLimit
= (S16)(1 << (tableLog-1));
1065
if (normalizedCounter[s] >=
largeLimit
) noLarge=0;
zstd_v02.c
1046
const S16
largeLimit
= (S16)(1 << (tableLog-1));
1065
if (normalizedCounter[s] >=
largeLimit
) noLarge=0;
zstd_v04.c
1028
const S16
largeLimit
= (S16)(1 << (tableLog-1));
1048
if (normalizedCounter[s] >=
largeLimit
) noLarge=0;
zstd_v05.c
1168
const S16
largeLimit
= (S16)(1 << (tableLog-1));
1184
if (normalizedCounter[s] >=
largeLimit
) noLarge=0;
zstd_v06.c
1420
{ S16 const
largeLimit
= (S16)(1 << (tableLog-1));
1427
if (normalizedCounter[s] >=
largeLimit
) DTableH.fastMode=0;
zstd_v07.c
1441
{ S16 const
largeLimit
= (S16)(1 << (tableLog-1));
1448
if (normalizedCounter[s] >=
largeLimit
) DTableH.fastMode=0;
/src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_block.c
508
{ S16 const
largeLimit
= (S16)(1 << (tableLog-1));
515
if (normalizedCounter[s] >=
largeLimit
) DTableH.fastMode=0;
Completed in 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026