Searched refs:highThreshold (Results 1 – 3 of 3) sorted by relevance
80 U32 highThreshold = tableSize-1; in FSE_buildDTable_internal() local95 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()105 if (highThreshold == tableSize - 1) { in FSE_buildDTable_internal()159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()
82 U32 highThreshold = tableSize-1; in FSE_buildCTable_wksp() local104 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()120 while (position > highThreshold) in FSE_buildCTable_wksp()
379 U32 highThreshold = tableSize - 1; in ZSTD_buildFSETable_body() local395 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable_body()412 if (highThreshold == tableSize - 1) { in ZSTD_buildFSETable_body()467 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()
Completed in 9 milliseconds