Searched defs:CLZ (Results 1 – 5 of 5) sorted by relevance
105 #define CLZ(n) QemuCLZ(n) macro
1043 #define CLZ(x) __builtin_clzl(x) macro1045 #define CLZ(x) __clz(x) macro1047 #define CLZ(x) bcm_count_leading_zeros(x) macro
1005 #define CLZ(x) __builtin_clzl(x) macro1007 #define CLZ(x) __clz(x) macro1009 #define CLZ(x) bcm_count_leading_zeros(x) macro
981 #define CLZ(x) __builtin_clzl(x) macro983 #define CLZ(x) __clz(x) macro985 #define CLZ(x) bcm_count_leading_zeros(x) macro
1200 #define CLZ(x) __builtin_clzl(x) macro1202 #define CLZ(x) __clz(x) macro1204 #define CLZ(x) bcm_count_leading_zeros(x) macro