Searched refs:tableMask (Results 1 – 11 of 11) sorted by relevance
106 size_t const tableMask = tableSize-1; in FSE_buildDTable_internal() local143 size_t const uPosition = (position + (u * step)) & tableMask; in FSE_buildDTable_internal()146 position = (position + (unroll * step)) & tableMask; in FSE_buildDTable_internal()151 U32 const tableMask = tableSize-1; in FSE_buildDTable_internal() local158 position = (position + step) & tableMask; in FSE_buildDTable_internal()159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()212 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local213 const unsigned maxSV1 = tableMask+1; in FSE_buildDTable_raw()
72 U32 const tableMask = tableSize - 1; in FSE_buildCTable_wksp() local119 position = (position + step) & tableMask; in FSE_buildCTable_wksp()121 position = (position + step) & tableMask; /* Low proba area */ in FSE_buildCTable_wksp()504 const unsigned tableMask = tableSize - 1; in FSE_buildCTable_raw() local505 const unsigned maxSymbolValue = tableMask; in FSE_buildCTable_raw()
413 size_t const tableMask = tableSize-1; in ZSTD_buildFSETable_body() local450 size_t const uPosition = (position + (u * step)) & tableMask; in ZSTD_buildFSETable_body()453 position = (position + (unroll * step)) & tableMask; in ZSTD_buildFSETable_body()458 U32 const tableMask = tableSize-1; in ZSTD_buildFSETable_body() local466 position = (position + step) & tableMask; in ZSTD_buildFSETable_body()467 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()
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()
1107 const U32 tableMask = tableSize-1; in FSE_buildDTable() local1143 position = (position + step) & tableMask; in FSE_buildDTable()1144 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()1322 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local1323 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
1083 const U32 tableMask = tableSize-1; in FSE_buildDTable() local1120 position = (position + step) & tableMask; in FSE_buildDTable()1121 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()1301 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local1302 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
1106 const U32 tableMask = tableSize-1; in FSE_buildDTable() local1142 position = (position + step) & tableMask; in FSE_buildDTable()1143 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()1321 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local1322 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
1494 { U32 const tableMask = tableSize-1; in FSEv06_buildDTable() local1501 position = (position + step) & tableMask; in FSEv06_buildDTable()1502 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv06_buildDTable()1552 const unsigned tableMask = tableSize - 1; in FSEv06_buildDTable_raw() local1553 const unsigned maxSV1 = tableMask+1; in FSEv06_buildDTable_raw()
1219 const U32 tableMask = tableSize-1; in FSEv05_buildDTable() local1249 position = (position + step) & tableMask; in FSEv05_buildDTable()1250 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv05_buildDTable()1409 const unsigned tableMask = tableSize - 1; in FSEv05_buildDTable_raw() local1410 const unsigned maxSymbolValue = tableMask; in FSEv05_buildDTable_raw()
1514 { U32 const tableMask = tableSize-1; in FSEv07_buildDTable() local1521 position = (position + step) & tableMask; in FSEv07_buildDTable()1522 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv07_buildDTable()1572 const unsigned tableMask = tableSize - 1; in FSEv07_buildDTable_raw() local1573 const unsigned maxSV1 = tableMask+1; in FSEv07_buildDTable_raw()
2854 { U32 const tableMask = tableSize-1; in FSE_buildDTable() local2861 position = (position + step) & tableMask; in FSE_buildDTable()2910 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local2911 const unsigned maxSV1 = tableMask+1; in FSE_buildDTable_raw()7550 U32 const tableMask = tableSize - 1; in FSE_buildCTable_wksp() local7595 position = (position + step) & tableMask; in FSE_buildCTable_wksp()7597 position = (position + step) & tableMask; /* Low proba area */ in FSE_buildCTable_wksp()7980 const unsigned tableMask = tableSize - 1; in FSE_buildCTable_raw() local7981 const unsigned maxSymbolValue = tableMask; in FSE_buildCTable_raw()26796 { U32 const tableMask = tableSize-1; in ZSTD_buildFSETable() local[all …]