Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h178 static constexpr LSBTable LTable = {}; variable
194 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()