Searched defs:ctz64 (Results 1 – 2 of 2) sorted by relevance
87 #define ctz64(n) (((n) == 0) ? 64 : ctz64_1bit((n) & -(n))) macro