Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Dfse_decompress.c94 U32 const maxSV1 = maxSymbolValue + 1; in FSE_buildDTable_wksp() local
114 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
133 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
188 const unsigned maxSV1 = tableMask + 1; in FSE_buildDTable_raw() local
198 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_raw()