Searched refs:largeLimit (Results 1 – 2 of 2) 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()
Completed in 12 milliseconds