Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dstack_depot.h43 u32 RingEnd; variable
101 RingPos = RingEnd; in insert()
108 RingEnd = (RingPos + 1) & RingMask; in insert()
/external/scudo/standalone/
Dstack_depot.h43 u32 RingEnd = 0; variable
101 RingPos = RingEnd; in insert()
108 RingEnd = (RingPos + 1) & RingMask; in insert()