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

/u-boot/lib/zstd/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 */
/u-boot/lib/zstd/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 70 milliseconds