Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Dworking_set.cpp126 u32 ByteValue = 0x1 << BitIdx; in countAndClearShadowValues() local
127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 | in countAndClearShadowValues()
128 ByteValue << 24; in countAndClearShadowValues()
138 if (BytePtr[j] & ByteValue) { in countAndClearShadowValues()
142 BytePtr[j] |= (ByteValue << 1); in countAndClearShadowValues()