Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h181 static constexpr LSBTable LTable = {}; variable
197 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()