Searched refs:largeLimit (Results 1 – 9 of 9) sorted by relevance
111 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local118 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable()
411 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local430 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1097 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1116 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1096 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1115 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1136 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable() local1155 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSE_buildDTable()
1476 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable() local1483 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv06_buildDTable()
1218 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable() local1233 if (normalizedCounter[s] >= largeLimit) noLarge=0; in FSEv05_buildDTable()
1496 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable() local1503 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSEv07_buildDTable()
824 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable() local831 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable()