_CountLeadingZeros, _CountLeadingZeros64
Visual Studio 2005
This function returns the number of contiguous zero bits starting with the most significant bit in the argument.
unsigned __cdecl _CountLeadingZeros( long arg1 ); unsigned __cdecl _CountLeadingZeros64( __int64 arg1 );
Parameters
- arg1
- [in] The unsigned integer to be examined by the function.