HomeSort by relevance Sort by last modified time
    Searched defs:WordValue (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/esan/
working_set.cpp 103 u32 WordValue = ShadowAccessedVal | ShadowAccessedVal << 8 |
106 if ((*(u32*)Shadow & WordValue) != WordValue)
107 *(u32*)Shadow |= WordValue;
127 u32 WordValue = ByteValue | ByteValue << 8 | ByteValue << 16 |
135 if ((*Ptr & WordValue) != 0) {
148 *Ptr &= ~WordValue;
  /external/skia/src/sfnt/
SkOTTable_glyf.h 177 struct WordValue {
181 } wordValue;

Completed in 311 milliseconds