Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h72 static const uptr TabMask = TabSize - 1; variable
93 u32 Pos = Hash & TabMask; in insert()
116 u32 Pos = Hash & TabMask; in find()