Searched refs:kMask (Results 1 – 5 of 5) sorted by relevance
192 static const uint32_t kMask = 0xfffe0c00; variable286 if (match_header != 0 && (header & kMask) != (match_header & kMask)) { in resync()321 if ((test_header & kMask) != (header & kMask)) { in resync()390 if ((header & kMask) == (mFixedHeader & kMask) in getFrame()
46 static const uint32_t kMask = 0xfffe0c00; variable140 if (match_header != 0 && (header & kMask) != (match_header & kMask)) { in Resync()177 if ((test_header & kMask) != (header & kMask)) { in Resync()546 if ((header & kMask) == (mFixedHeader & kMask) in read()
293 static const uint32_t kMask = 0xfffe0c00; in resync() local296 if ((header & kMask) != (firstHeader & kMask)) { in resync()
278 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in encodeLength() local279 constexpr size_t kMaxSize = kMask - 1; in encodeLength()281 *data++ = kMask | (kMaxSize & (length >> (sizeof(T) * 8))); in encodeLength()291 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in encodedLengthUnits() local292 constexpr size_t kMaxSize = kMask - 1; in encodedLengthUnits()
40 static constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | in visit() local42 if (attr->typeMask & kMask) { in visit()