ffsl
int ffsl(long) __pure2;
return (ffsl(mask) - 1);
_value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + ffsl(_test) - 1;
_last = ffsl(~(_test >> 1));
int ffsl(long);