Searched refs:tableMask (Results 1 – 3 of 3) 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()497 const unsigned tableMask = tableSize - 1; in FSE_buildCTable_raw() local498 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()