Searched defs:BUILTIN_CLZLL (Results 1 – 2 of 2) sorted by relevance
29 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro33 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro
31 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro35 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro