Searched defs:lowbit (Results 1 – 2 of 2) sorted by relevance
106 unsigned int lowbit; write_all_states() local
137 #define lowbit(x) __ffs(x) macro