unsigned long ffz (unsigned long word);
unsigned long ffz
The word to search
Undefined if no zero exists, so code should check against ~0UL first.