Searched refs:tableMask (Results 1 – 10 of 10) sorted by relevance
125 { U32 const tableMask = tableSize-1; in FSE_buildDTable() local132 position = (position + step) & tableMask; in FSE_buildDTable()133 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()181 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local182 const unsigned maxSV1 = tableMask+1; in FSE_buildDTable_raw()
88 U32 const tableMask = tableSize - 1; in FSE_buildCTable_wksp() local127 position = (position + step) & tableMask; in FSE_buildCTable_wksp()128 … while (position > highThreshold) position = (position + step) & tableMask; /* Low proba area */ in FSE_buildCTable_wksp()649 const unsigned tableMask = tableSize - 1; in FSE_buildCTable_raw() local650 const unsigned maxSymbolValue = tableMask; in FSE_buildCTable_raw()
406 const U32 tableMask = tableSize-1; in FSE_buildDTable() local442 position = (position + step) & tableMask; in FSE_buildDTable()443 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()621 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local622 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
1092 const U32 tableMask = tableSize-1; in FSE_buildDTable() local1128 position = (position + step) & tableMask; in FSE_buildDTable()1129 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()1307 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local1308 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
1091 const U32 tableMask = tableSize-1; in FSE_buildDTable() local1127 position = (position + step) & tableMask; in FSE_buildDTable()1128 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()1306 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local1307 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
1131 const U32 tableMask = tableSize-1; in FSE_buildDTable() local1167 position = (position + step) & tableMask; in FSE_buildDTable()1168 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()1348 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local1349 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
1490 { U32 const tableMask = tableSize-1; in FSEv06_buildDTable() local1497 position = (position + step) & tableMask; in FSEv06_buildDTable()1498 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv06_buildDTable()1548 const unsigned tableMask = tableSize - 1; in FSEv06_buildDTable_raw() local1549 const unsigned maxSV1 = tableMask+1; in FSEv06_buildDTable_raw()
1213 const U32 tableMask = tableSize-1; in FSEv05_buildDTable() local1242 position = (position + step) & tableMask; in FSEv05_buildDTable()1243 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv05_buildDTable()1402 const unsigned tableMask = tableSize - 1; in FSEv05_buildDTable_raw() local1403 const unsigned maxSymbolValue = tableMask; in FSEv05_buildDTable_raw()
1510 { U32 const tableMask = tableSize-1; in FSEv07_buildDTable() local1517 position = (position + step) & tableMask; in FSEv07_buildDTable()1518 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv07_buildDTable()1568 const unsigned tableMask = tableSize - 1; in FSEv07_buildDTable_raw() local1569 const unsigned maxSV1 = tableMask+1; in FSEv07_buildDTable_raw()
838 { U32 const tableMask = tableSize-1; in ZSTD_buildFSETable() local845 position = (position + step) & tableMask; in ZSTD_buildFSETable()846 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable()