_CountLeadingSigns, _CountLeadingSigns64
Visual Studio 2005
This function returns the number of contiguous bits that match the sign bit, starting with the next most significant bit.
unsigned __cdecl _CountLeadingSigns( long arg1 ); unsigned __cdecl _CountLeadingSigns64( __int64 arg1 );
Parameters
- arg1
- [in] The unsigned integer value that the function operates on.