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

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c67 U32 highThreshold = tableSize-1; local
81 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
99 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c80 U32 highThreshold = tableSize-1; local
95 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
105 if (highThreshold == tableSize - 1) {
159 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c80 U32 highThreshold = tableSize-1; local
101 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1);
117 while (position > highThreshold)
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c83 U32 highThreshold = tableSize-1; local
105 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1);
115 if (highThreshold == tableSize - 1) {
162 while (position > highThreshold)
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c378 U32 highThreshold = tableSize-1; local
392 tableDecode[highThreshold--].baseValue = s;
411 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c406 U32 highThreshold = tableSize-1; local
421 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
439 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
H A Dzstd_v03.c1107 U32 highThreshold = tableSize-1; local
1122 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
1140 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
H A Dzstd_v06.c1466 U32 highThreshold = tableSize-1; local
1480 tableDecode[highThreshold--].symbol = (FSEv06_FUNCTION_TYPE)s;
1498 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
H A Dzstd_v05.c1219 U32 highThreshold = tableSize-1; local
1233 tableDecode[highThreshold--].symbol = (FSEv05_FUNCTION_TYPE)s;
1246 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
H A Dzstd_v04.c1083 U32 highThreshold = tableSize-1; local
1099 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
1117 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
H A Dzstd_v07.c1486 U32 highThreshold = tableSize-1; local
1500 tableDecode[highThreshold--].symbol = (FSEv07_FUNCTION_TYPE)s;
1518 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
H A Dzstd_v02.c1106 U32 highThreshold = tableSize-1; local
1121 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
1139 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c455 U32 highThreshold = tableSize - 1; local
471 tableDecode[highThreshold--].baseValue = s;
488 if (highThreshold == tableSize - 1) {
543 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */

Completed in 312 milliseconds