Searched defs:BUILTIN_CLZ (Results 1 – 2 of 2) sorted by relevance
28 #define BUILTIN_CLZ(x) _CountLeadingZeros(x) macro33 #define BUILTIN_CLZ(x) __builtin_clz(x) macro
30 #define BUILTIN_CLZ(x) _CountLeadingZeros(x) macro35 #define BUILTIN_CLZ(x) __builtin_clz(x) macro