Home
last modified time | relevance | path

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

/lib/zstd/common/
A Dfse_decompress.c76 U32 highThreshold = tableSize-1; in FSE_buildDTable_internal() local
91 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
101 if (highThreshold == tableSize - 1) { in FSE_buildDTable_internal()
155 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()
/lib/zstd/decompress/
A Dzstd_decompress_block.c450 U32 highThreshold = tableSize - 1; in ZSTD_buildFSETable_body() local
465 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable_body()
482 if (highThreshold == tableSize - 1) { in ZSTD_buildFSETable_body()
537 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()

Completed in 21 milliseconds