__ffs — find first set bit in word
unsigned long __ffs (
)
word
The word to search
Undefined if no bit exists, so code should check against 0 first.