Searched defs:ntz (Results 1 – 2 of 2) 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
286 TEST(logcat, ntz) { in TEST() argument