Searched defs:kMask (Results 1 – 8 of 8) sorted by relevance
56 kMask = kFlag1 | kFlag4 | kFlag7, enumerator174 kMask = kFlag0 | kFlag63 in TEST() enumerator
919 static constexpr uint32_t kMask = 0x0000'0f80; variable927 static constexpr uint32_t kMask = 0x0000'7000; variable935 static constexpr uint32_t kMask = 0x0000'7000; variable943 static constexpr uint32_t kMask = 0x000f'8000; variable951 static constexpr uint32_t kMask = 0x01f0'0000; variable959 static constexpr uint32_t kMask = 0xf800'0000; variable967 static constexpr uint32_t kMask = Immediate::kMask; variable
325 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in EncodeLength() local344 constexpr size_t kMask = 1 << ((sizeof(T) * 8 * 2) - 1); in EncodeLengthMax() local357 constexpr size_t kMask = 1 << ((sizeof(T) * 8) - 1); in EncodedLengthUnits() local
192 static const uint32_t kMask = 0xfffe0c00; variable
44 static const uint32_t kMask = 0xfffe0c00; variable
142 constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | android::ResTable_map::TYPE_FLAGS; in Visit() local
235 const SIMD128Register kMask{{0xd5ad'd6b5'ad6b'b5ad, 0x6af7'57bb'deed'7bb5}}; variable
1978 static constexpr __v2du kMask = {0xd5ad'd6b5'ad6b'b5ad, 0x6af7'57bb'deed'7bb5}; member in berberis::__anon2b92128a0111::Riscv64InterpreterTest