Home
last modified time | relevance | path

Searched refs:panda_bit_utils_clzll (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dbit_utils.h35 #define panda_bit_utils_clzll __builtin_clzll // NOLINT(cppcoreguidelines-macro-usage) macro
56 return panda_bit_utils_clzll(x); in Clz()