Searched refs:highThreshold (Results 1 – 10 of 10) 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()
410 U32 highThreshold = tableSize-1; in FSE_buildDTable() local425 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()443 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1111 U32 highThreshold = tableSize-1; in FSE_buildDTable() local1126 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()1144 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1087 U32 highThreshold = tableSize-1; in FSE_buildDTable() local1103 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()1121 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1110 U32 highThreshold = tableSize-1; in FSE_buildDTable() local1125 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()1143 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1223 U32 highThreshold = tableSize-1; in FSEv05_buildDTable() local1237 tableDecode[highThreshold--].symbol = (FSEv05_FUNCTION_TYPE)s; in FSEv05_buildDTable()1250 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv05_buildDTable()
1470 U32 highThreshold = tableSize-1; in FSEv06_buildDTable() local1484 tableDecode[highThreshold--].symbol = (FSEv06_FUNCTION_TYPE)s; in FSEv06_buildDTable()1502 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv06_buildDTable()
1490 U32 highThreshold = tableSize-1; in FSEv07_buildDTable() local1504 tableDecode[highThreshold--].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()1522 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv07_buildDTable()