Searched refs:LTable (Results 1 – 1 of 1) sorted by relevance
178 static constexpr LSBTable LTable = {}; variable194 if (LTable.UseCompressedFormat) in getSizeLSBByClassId()195 return ((LTable.CompressedValue >> ((ClassId - 1) * 2)) & 3) + in getSizeLSBByClassId()196 LTable.CompressedMin; in getSizeLSBByClassId()198 return LTable.Tab[ClassId - 1]; in getSizeLSBByClassId()202 return LTable.UseCompressedFormat; in usesCompressedLSBFormat()