Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/util/
Dmem.h51 size_t constexpr TAG_SHIFT = sizeof(uintptr_t) * 8 - 8; variable
Dtagged_index.h38 static constexpr size_t TAG_SHIFT = 0ULL; variable
71 static constexpr size_t TAG_SHIFT = Base::BITS; variable