Home
last modified time | relevance | path

Searched refs:BitsNumInValue (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_vector_test.cpp212 size_t bits_num = data.size() * BitsNumInValue(data[0]); in HWTEST_F()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_utils.h325 inline constexpr uint32_t BitsNumInValue(const T v) in BitsNumInValue() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_utils.h321 inline constexpr uint32_t BitsNumInValue(const T v) in BitsNumInValue() function
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_vector_test.cpp221 size_t bitsNum = data.size() * BitsNumInValue(data[0U]); in TEST_F()

Completed in 3 milliseconds