Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h40 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in DecodeUnsigned() local
111 constexpr size_t BITWIDTH = std::numeric_limits<UnsignedType>::digits; in DecodeSigned() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dleb128_test.cpp114 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in TestDecodeUnsigned() local
142 constexpr size_t BITWIDTH = std::numeric_limits<std::make_unsigned_t<T>>::digits; in TestDecodeSigned() local
/arkcompiler/runtime_core/libpandabase/utils/
Dleb128.h39 constexpr size_t BITWIDTH = std::numeric_limits<T>::digits; in DecodeUnsigned() local
139 constexpr size_t BITWIDTH = std::numeric_limits<unsigned_type>::digits; in DecodeSigned() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dhelpers.h40 constexpr size_t BITWIDTH = BYTE_WIDTH * WIDTH; in Read() local
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h66 constexpr size_t BITWIDTH = BYTE_WIDTH * width; in Read() local