Searched refs:CPU_CLZ (Results 1 – 1 of 1) sorted by relevance
80 #define CPU_CLZ(x) __clz(x) macro176 #define CPU_CLZ(x) __builtin_clz(x)