Home
last modified time | relevance | path

Searched refs:largeLimit (Results 1 – 2 of 2) sorted by relevance

/lib/zstd/common/
A Dfse_decompress.c87 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal() local
94 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
/lib/zstd/decompress/
A Dzstd_decompress_block.c461 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body() local
468 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()

Completed in 13 milliseconds