Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Drelease.h72 BitOffsetMask = PackingRatio - 1; in PackedCounterArray()
106 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in get()
113 const uptr BitOffset = (I & BitOffsetMask) << CounterSizeBitsLog; in inc()
136 uptr BitOffsetMask; variable