Home
last modified time | relevance | path

Searched defs:ntz (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/
Docb.c98 static inline unsigned ntz(unsigned x) { in ntz() function
106 #define ntz(x) __builtin_ctz((unsigned)(x)) /* Assuming GCC 3.4+ */ macro
124 static inline unsigned ntz(unsigned x) { in ntz() function
134 static inline unsigned ntz(unsigned x) { in ntz() function