Home
last modified time | relevance | path

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

/external/u-boot/lib/zstd/
Dfse_decompress.c71 U32 const maxSV1 = maxSymbolValue + 1; in FSE_buildDTable_wksp() local
91 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
110 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
165 const unsigned maxSV1 = tableMask + 1; in FSE_buildDTable_raw() local
175 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_raw()