Home
last modified time | relevance | path

Searched defs:bitMask (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dflags.h32 ConstBit(UInt bitMask, const UInt &givenFlags) : mask_ {bitMask}, flags_ {givenFlags} {}; in ConstBit()
54 Bit(UInt bitMask, UInt &givenFlags) : ConstBit {bitMask, givenFlags} {}; in Bit()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_desc.h57 T bitMask = ((1 << bitLen) - 1) << pos; in AtomicGetValue() local
65 T bitMask = ((1 << bitLen) - 1) << pos; in AtomicSetValue() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp1226 uint64_t bitMask = static_cast<uint64_t>(static_cast<uint64_t>(1) << byteLength) - 1; in SplitUInt() local
1341 int64_t bitMask = negetiveMask | (negetiveMask - 1); in ReadInt() local