Home
last modified time | relevance | path

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

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