Home
last modified time | relevance | path

Searched refs:tableMask (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c106 size_t const tableMask = tableSize-1; in FSE_buildDTable_internal() local
143 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() local
158 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() local
213 const unsigned maxSV1 = tableMask+1; in FSE_buildDTable_raw()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c72 U32 const tableMask = tableSize - 1; in FSE_buildCTable_wksp() local
119 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() local
505 const unsigned maxSymbolValue = tableMask; in FSE_buildCTable_raw()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c413 size_t const tableMask = tableSize-1; in ZSTD_buildFSETable_body() local
450 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() local
466 position = (position + step) & tableMask; in ZSTD_buildFSETable_body()
467 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c406 const U32 tableMask = tableSize-1; in FSE_buildDTable() local
442 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() local
622 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
H A Dzstd_v03.c1107 const U32 tableMask = tableSize-1; in FSE_buildDTable() local
1143 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() local
1323 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
H A Dzstd_v04.c1083 const U32 tableMask = tableSize-1; in FSE_buildDTable() local
1120 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() local
1302 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
H A Dzstd_v02.c1106 const U32 tableMask = tableSize-1; in FSE_buildDTable() local
1142 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() local
1322 const unsigned maxSymbolValue = tableMask; in FSE_buildDTable_raw()
H A Dzstd_v06.c1494 { U32 const tableMask = tableSize-1; in FSEv06_buildDTable() local
1501 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() local
1553 const unsigned maxSV1 = tableMask+1; in FSEv06_buildDTable_raw()
H A Dzstd_v05.c1219 const U32 tableMask = tableSize-1; in FSEv05_buildDTable() local
1249 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() local
1410 const unsigned maxSymbolValue = tableMask; in FSEv05_buildDTable_raw()
H A Dzstd_v07.c1514 { U32 const tableMask = tableSize-1; in FSEv07_buildDTable() local
1521 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() local
1573 const unsigned maxSV1 = tableMask+1; in FSEv07_buildDTable_raw()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2854 { U32 const tableMask = tableSize-1; in FSE_buildDTable() local
2861 position = (position + step) & tableMask; in FSE_buildDTable()
2910 const unsigned tableMask = tableSize - 1; in FSE_buildDTable_raw() local
2911 const unsigned maxSV1 = tableMask+1; in FSE_buildDTable_raw()
7550 U32 const tableMask = tableSize - 1; in FSE_buildCTable_wksp() local
7595 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() local
7981 const unsigned maxSymbolValue = tableMask; in FSE_buildCTable_raw()
26796 { U32 const tableMask = tableSize-1; in ZSTD_buildFSETable() local
[all …]