Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_decompress.c103 U32 highThreshold = tableSize - 1; in FSE_buildDTable_wksp() local
123 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
145 while (position > highThreshold) in FSE_buildDTable_wksp()
Dfse_compress.c101 U32 highThreshold = tableSize - 1; in FSE_buildCTable_wksp() local
131 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u - 1); in FSE_buildCTable_wksp()
148 while (position > highThreshold) in FSE_buildCTable_wksp()