Searched defs:ntz (Results 1 – 1 of 1) sorted by relevance
98 static inline unsigned ntz(unsigned x) { in ntz() function106 #define ntz(x) __builtin_ctz((unsigned)(x)) /* Assuming GCC 3.4+ */ macro124 static inline unsigned ntz(unsigned x) { in ntz() function134 static inline unsigned ntz(unsigned x) { in ntz() function