Searched refs:tableMask (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c91 { U32 const tableMask = tableSize-1; local
98 position = (position + step) & tableMask;
99 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
147 const unsigned tableMask = tableSize - 1; local
148 const unsigned maxSV1 = tableMask+1;
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c106 size_t const tableMask = tableSize-1; local
143 size_t const uPosition = (position + (u * step)) & tableMask;
146 position = (position + (unroll * step)) & tableMask;
151 U32 const tableMask = tableSize-1; local
158 position = (position + step) & tableMask;
159 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
212 const unsigned tableMask = tableSize - 1; local
213 const unsigned maxSV1 = tableMask+1;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c71 U32 const tableMask = tableSize - 1; local
116 position = (position + step) & tableMask;
118 position = (position + step) & tableMask; /* Low proba area */
501 const unsigned tableMask = tableSize - 1; local
502 const unsigned maxSymbolValue = tableMask;
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c72 U32 const tableMask = tableSize - 1; local
146 size_t const uPosition = (position + (u * step)) & tableMask;
149 position = (position + (unroll * step)) & tableMask;
161 position = (position + step) & tableMask;
163 position = (position + step) & tableMask; /* Low proba area */
540 const unsigned tableMask = tableSize - 1; local
541 const unsigned maxSymbolValue = tableMask;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c402 const U32 tableMask = tableSize-1; local
438 position = (position + step) & tableMask;
439 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
617 const unsigned tableMask = tableSize - 1; local
618 const unsigned maxSymbolValue = tableMask;
H A Dzstd_v03.c1103 const U32 tableMask = tableSize-1; local
1139 position = (position + step) & tableMask;
1140 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
1318 const unsigned tableMask = tableSize - 1; local
1319 const unsigned maxSymbolValue = tableMask;
H A Dzstd_v06.c1490 { U32 const tableMask = tableSize-1; local
1497 position = (position + step) & tableMask;
1498 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
1548 const unsigned tableMask = tableSize - 1; local
1549 const unsigned maxSV1 = tableMask+1;
H A Dzstd_v05.c1215 const U32 tableMask = tableSize-1; local
1245 position = (position + step) & tableMask;
1246 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
1405 const unsigned tableMask = tableSize - 1; local
1406 const unsigned maxSymbolValue = tableMask;
H A Dzstd_v04.c1079 const U32 tableMask = tableSize-1; local
1116 position = (position + step) & tableMask;
1117 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
1297 const unsigned tableMask = tableSize - 1; local
1298 const unsigned maxSymbolValue = tableMask;
H A Dzstd_v07.c1510 { U32 const tableMask = tableSize-1; local
1517 position = (position + step) & tableMask;
1518 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
1568 const unsigned tableMask = tableSize - 1; local
1569 const unsigned maxSV1 = tableMask+1;
H A Dzstd_v02.c1102 const U32 tableMask = tableSize-1; local
1138 position = (position + step) & tableMask;
1139 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
1317 const unsigned tableMask = tableSize - 1; local
1318 const unsigned maxSymbolValue = tableMask;
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c489 size_t const tableMask = tableSize-1; local
526 size_t const uPosition = (position + (u * step)) & tableMask;
529 position = (position + (unroll * step)) & tableMask;
534 U32 const tableMask = tableSize-1; local
542 position = (position + step) & tableMask;
543 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c403 { U32 const tableMask = tableSize-1; local
410 position = (position + step) & tableMask;
411 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */

Completed in 365 milliseconds