Searched defs:ctz32 (Results 1 – 3 of 3) sorted by relevance
484 ctz32(uint32_t n) in ctz32() function
54 #define ctz32(n) (((n) == 0) ? 32 : ctz32_1bit((n) & -(n))) macro