Count leading zeroes.
the unsigned value to scan
The number of leading zero bits before the first one bit. If u is 0, the result is undefined.
See Implementation
Count leading zeroes.