Searched defs:MY_clz (Results 1 – 2 of 2) sorted by relevance
97 #define MY_clz(x) ((unsigned)__builtin_clz((UInt32)x)) macro100 #define MY_clz _CountLeadingZeros macro
164 #define MY_clz(x) ((unsigned)__builtin_clz(x)) macro172 #define MY_clz _CountLeadingZeros macro