Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c68 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
82 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
100 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c80 U32 highThreshold = tableSize-1; in FSE_buildDTable_internal() local
95 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
105 if (highThreshold == tableSize - 1) { in FSE_buildDTable_internal()
159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c83 U32 highThreshold = tableSize-1; in FSE_buildCTable_wksp() local
105 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()
115 if (highThreshold == tableSize - 1) { in FSE_buildCTable_wksp()
162 while (position > highThreshold) in FSE_buildCTable_wksp()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c81 U32 highThreshold = tableSize-1; in FSE_buildCTable_wksp() local
102 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()
118 while (position > highThreshold) in FSE_buildCTable_wksp()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c379 U32 highThreshold = tableSize-1; in ZSTD_buildFSETable() local
393 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable()
412 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c455 U32 highThreshold = tableSize - 1; in ZSTD_buildFSETable_body() local
471 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable_body()
488 if (highThreshold == tableSize - 1) { in ZSTD_buildFSETable_body()
543 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c406 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
421 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
439 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
H A Dzstd_v03.c1107 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
1122 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1140 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
H A Dzstd_v02.c1106 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
1121 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1139 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
H A Dzstd_v04.c1083 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
1099 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1117 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
H A Dzstd_v05.c1219 U32 highThreshold = tableSize-1; in FSEv05_buildDTable() local
1233 tableDecode[highThreshold--].symbol = (FSEv05_FUNCTION_TYPE)s; in FSEv05_buildDTable()
1246 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv05_buildDTable()
H A Dzstd_v06.c1466 U32 highThreshold = tableSize-1; in FSEv06_buildDTable() local
1480 tableDecode[highThreshold--].symbol = (FSEv06_FUNCTION_TYPE)s; in FSEv06_buildDTable()
1498 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv06_buildDTable()
H A Dzstd_v07.c1486 U32 highThreshold = tableSize-1; in FSEv07_buildDTable() local
1500 tableDecode[highThreshold--].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()
1518 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv07_buildDTable()