Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp40 constexpr int CLZ(T x) { in CLZ() function
118 if (o < 0 || mValue < 0 || o > CLZ(mValue) || o >= static_cast<T>(sizeof(T) * 8)) { in operator <<()