Searched defs:__builtin_ctzll (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/include/support/ibm/
H A Dsupport.h32 #define __builtin_ctzll(x) __cnttz8(x) macro
34 #define __builtin_ctzl(x) __builtin_ctzll(x)
/external/libcxx/include/support/win32/
H A Dsupport.h126 _LIBCPP_ALWAYS_INLINE int __builtin_ctzll(unsigned long long mask) function
143 #error "Implementation of __builtin_ctzll required"
/external/valgrind/coregrind/
H A Dm_compiler.c131 __builtin_ctzll(ULong x) function

Completed in 4136 milliseconds