Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h171 CompressedValue |= u64(Tab[I] - Min) << (I * 2); in LSBTable()
178 u64 CompressedValue = 0; member
198 return ((LTable.CompressedValue >> ((ClassId - 1) * 2)) & 3) + in getSizeLSBByClassId()