Searched refs:largeLimit (Results 1 – 11 of 11) sorted by relevance
78 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local85 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
91 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal() local98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
389 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable() local396 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable()
407 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local426 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1108 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1127 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1107 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1126 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1084 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1104 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1220 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable() local1236 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()
1476 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable() local1483 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable()
1496 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable() local1503 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable()
467 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body() local474 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()