Searched refs:largeLimit (Results 1 – 10 of 10) sorted by relevance
91 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal() local98 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
391 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body() local398 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()
411 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local430 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1112 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1131 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1088 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1108 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1111 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1130 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1480 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable() local1487 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable()
1224 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable() local1240 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()
1500 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable() local1507 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable()
2840 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local2847 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()26781 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable() local26788 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable()