Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h71 static const uptr TabMask = TabSize - 1; variable
92 u32 Pos = Hash & TabMask; in insert()
115 u32 Pos = Hash & TabMask; in find()