Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/common/
H A Dfse_decompress.c79 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal() local
86 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in FSE_buildDTable_internal()
/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_block.c509 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in ZSTD_buildFSETable_body() local
516 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0; in ZSTD_buildFSETable_body()