Home
last modified time | relevance | path

Searched defs:BIT_PER_WORD_MASK (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h31 static constexpr uint32_t BIT_PER_WORD_MASK = BIT_PER_WORD - 1; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h40 static constexpr uint32_t BIT_PER_WORD_MASK = BIT_PER_WORD - 1; variable