Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()