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

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

Completed in 53 milliseconds