Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Dworking_set.cpp103 u32 WordValue = ShadowAccessedVal | ShadowAccessedVal << 8 | in processRangeAccessWorkingSet() local
106 if ((*(u32*)Shadow & WordValue) != WordValue) in processRangeAccessWorkingSet()
107 *(u32*)Shadow |= WordValue; in processRangeAccessWorkingSet()
127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 | in countAndClearShadowValues() local
135 if ((*Ptr & WordValue) != 0) { in countAndClearShadowValues()
148 *Ptr &= ~WordValue; in countAndClearShadowValues()