Searched defs:ntz (Results 1 – 2 of 2) sorted by relevance
99 static inline unsigned ntz(unsigned x) { in ntz() function107 #define ntz(x) __builtin_ctz((unsigned)(x)) /* Assuming GCC 3.4+ */ macro125 static inline unsigned ntz(unsigned x) { in ntz() function135 static inline unsigned ntz(unsigned x) { in ntz() function
279 TEST(logcat, ntz) { in TEST() argument