Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
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()
/external/skia/src/sfnt/
DSkOTTable_glyf.h177 struct WordValue { struct
/external/skqp/src/sfnt/
DSkOTTable_glyf.h177 struct WordValue { struct