Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h39 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in DecodeUnsigned() local
103 constexpr size_t BITWIDTH = std::numeric_limits<unsigned_type>::digits; in DecodeSigned() local
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h66 constexpr size_t BITWIDTH = BYTE_WIDTH * width; in Read() local