Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h173 u64 HashWithTagBit = (u64(Hash) << 1) | 1; in find() local
174 if ((Entry & 0x1ffffffff) != HashWithTagBit) in find()