Searched defs:__builtin_clzll (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/include/support/ibm/
H A Dsupport.h41 #define __builtin_clzll(x) __cntlz8(x) macro
43 #define __builtin_clzl(x) __builtin_clzll(x)
/external/libcxx/include/support/win32/
H A Dsupport.h165 _LIBCPP_ALWAYS_INLINE int __builtin_clzll(unsigned long long mask) function
182 #error "Implementation of __builtin_clzll required"

Completed in 526 milliseconds