Home
last modified time | relevance | path

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

/Linux-v5.4/lib/zstd/
Dfse_decompress.c101 U32 const maxSV1 = maxSymbolValue + 1; in FSE_buildDTable_wksp() local
121 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
140 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
195 const unsigned maxSV1 = tableMask + 1; in FSE_buildDTable_raw() local
205 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_raw()