Home
last modified time | relevance | path

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

/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/verification/util/
Dbit_vector.h201 const Word MASK = MaskUpToIndex(to - from + 1); in bits() local
221 const Word MASK = MaskUpToIndex(to - from + 1); in bits() local
346 const Word MASK = MaskUpToIndex(LEN); in process() local
541 const Word MASK = MaskUpToIndex(size() & POS_MASK); in SetBitsCount() local
570 const Word MASK = MaskUpToIndex(size & POS_MASK); in power_of_op_then_fold() local
/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.cpp32 constexpr BitmapWordType MASK = ~((static_cast<BitmapWordType>(1) << LOG_BITSPERWORD) - 1); in ClearBitsInRange() local
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h193 static constexpr size_t MASK = 0xff; in RewriteChecksum() local
/arkcompiler/runtime_core/verification/jobs/
Dcache.cpp235 const auto MASK = 0xFFFFULL; in MakeSyntheticMethod() local