Home
last modified time | relevance | path

Searched defs:__builtin_clz (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/support/ibm/
Dsupport.h40 #define __builtin_clz(x) __cntlz4(x) macro
/external/libcxx/include/support/win32/
Dsupport.h200 _LIBCPP_ALWAYS_INLINE int __builtin_clz(unsigned int x) in __builtin_clz() function
/external/valgrind/coregrind/
Dm_compiler.c82 __builtin_clz(UInt x) in __builtin_clz() function