Home
last modified time | relevance | path

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

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