RtlLargeIntegerArithmeticShift (NTDLL.@)
LONGLONG RtlLargeIntegerArithmeticShift ( LONGLONG a, INT count )
Perform an arithmetic shift right on a 64 bit integer.
a | [In] | Initial number. |
count | [In] | Number of bits to shift by. |
The value of a following the shift.
Defined in "winternl.h".
Implemented in "dlls/ntdll/large_int.c". source.winehq.org/source/dlls/ntdll/large_int.c
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.