Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dobject_header_config.h49 static constexpr Size BITS = 32U; variable
59 static constexpr Size BITS = 64UL; variable
69 static constexpr Size BITS = 16U; variable
/arkcompiler/runtime_core/static_core/verification/util/
Dint_tag.h31 static constexpr size_t BITS = sizeof(size_t) * 8ULL - ark::Clz(SIZE); variable
Denum_tag.h76 static constexpr size_t BITS = sizeof(size_t) * 8ULL - ark::Clz(SIZE); variable