Searched refs:ctzll (Results 1 – 2 of 2) sorted by relevance
445 found = (base + wi) * 64 + ctzll(word); in cmask_next_set()620 found = abs_wi * 64 + ctzll(word); in cmask_next_and_set()719 found = abs_wi * 64 + ctzll(word); in cmask_next_and2_set()
832 static inline int ctzll(u64 v) in ctzll() function