Home
last modified time | relevance | path

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

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