Searched refs:highThreshold (Results 1 – 2 of 2) sorted by relevance
76 U32 highThreshold = tableSize-1; in FSE_buildDTable_internal() local91 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()
450 U32 highThreshold = tableSize - 1; in ZSTD_buildFSETable_body() local465 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