Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h64 inline constexpr uint32_t CountLeadingZeros(T value) in CountLeadingZeros() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp274 uint32_t CountLeadingZeros(uint32_t value, uint32_t bits) in CountLeadingZeros() function