Home
last modified time | relevance | path

Searched defs:MASK (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutils.h52 constexpr uint32_t MASK = 0x20; in HexValue() local
Dbit_utils.h177 constexpr uint8_t MASK = 0xffU; in GetByteFrom() local
/arkcompiler/runtime_core/libpandabase/utils/
Dutils.h32 constexpr uint32_t MASK = 0x20; in HexValue() local
Dbit_utils.h175 constexpr uint8_t MASK = 0xffU; in GetByteFrom() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dshared_reference_flags.h129 static constexpr ValueType MASK = ~FLAG; in UnsetFlagCAS() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.cpp40 constexpr BitmapWordType MASK = ~((static_cast<BitmapWordType>(1) << LOG_BITSPERWORD) - 1); in ClearBitsInRange() local
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h194 static constexpr size_t MASK = 0xff; in RewriteChecksum() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp778 constexpr auto MASK = (1U << HALF_SIZE) - 1; in VisitAnd() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2465 constexpr unsigned MASK = 0x1b; // reverse mask: 00 01 10 11 in EncodeReverseHalfWords() local