int find_first_bit (void * addr, unsigned size);
int find_first_bit
The address to start the search at
The maximum size to search
Returns the bit-number of the first set bit, not the number of the byte containing a bit.