Searched defs:ctz128 (Results 1 – 2 of 2) sorted by relevance
95 #define ctz128(hi,lo) (((lo) == 0) ? 64 + ctz64(hi) : ctz64(lo)) macro