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