Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dstack_depot.h115 bool find(u32 Hash, uptr *RingPosPtr, uptr *SizePtr) const { in find() argument
127 *RingPosPtr = (RingPos + 1) & RingMask; in find()
/external/scudo/standalone/
Dstack_depot.h115 bool find(u32 Hash, uptr *RingPosPtr, uptr *SizePtr) const { in find() argument
127 *RingPosPtr = (RingPos + 1) & RingMask; in find()