Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h249 constexpr size_t BIT_SIZE = sizeof(int32_t) * 8; in BitCount() local
255 constexpr size_t BIT_SIZE = sizeof(uint32_t) * 8; in BitCount() local
261 constexpr size_t BIT_SIZE = sizeof(int64_t) * 8; in BitCount() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h85 static constexpr uint32_t BIT_SIZE = 28; variable