Searched refs:highThreshold (Results 1 – 13 of 13) sorted by relevance
68 U32 highThreshold = tableSize-1; in FSE_buildDTable() local82 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()100 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
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()
83 U32 highThreshold = tableSize-1; in FSE_buildCTable_wksp() local105 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()115 if (highThreshold == tableSize - 1) { in FSE_buildCTable_wksp()162 while (position > highThreshold) in FSE_buildCTable_wksp()
81 U32 highThreshold = tableSize-1; in FSE_buildCTable_wksp() local102 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()118 while (position > highThreshold) in FSE_buildCTable_wksp()
379 U32 highThreshold = tableSize-1; in ZSTD_buildFSETable() local393 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable()412 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable()
455 U32 highThreshold = tableSize - 1; in ZSTD_buildFSETable_body() local471 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable_body()488 if (highThreshold == tableSize - 1) { in ZSTD_buildFSETable_body()543 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()
406 U32 highThreshold = tableSize-1; in FSE_buildDTable() local421 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()439 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1107 U32 highThreshold = tableSize-1; in FSE_buildDTable() local1122 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()1140 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1106 U32 highThreshold = tableSize-1; in FSE_buildDTable() local1121 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()1139 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1083 U32 highThreshold = tableSize-1; in FSE_buildDTable() local1099 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()1117 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
1219 U32 highThreshold = tableSize-1; in FSEv05_buildDTable() local1233 tableDecode[highThreshold--].symbol = (FSEv05_FUNCTION_TYPE)s; in FSEv05_buildDTable()1246 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv05_buildDTable()
1466 U32 highThreshold = tableSize-1; in FSEv06_buildDTable() local1480 tableDecode[highThreshold--].symbol = (FSEv06_FUNCTION_TYPE)s; in FSEv06_buildDTable()1498 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv06_buildDTable()
1486 U32 highThreshold = tableSize-1; in FSEv07_buildDTable() local1500 tableDecode[highThreshold--].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()1518 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv07_buildDTable()