.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlLargeIntegerArithmeticShift 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlLargeIntegerArithmeticShift\fR (NTDLL.@) .SH SYNOPSIS LONGLONG RtlLargeIntegerArithmeticShift ( LONGLONG \fIa\fR, INT \fIcount\fR ) .SH DESCRIPTION .PP Perform an arithmetic shift right on \fIa\fR \fB64\fR bit integer. .SH PARAMS \fIa\fR \fB[In]\fR Initial number. .PP \fIcount\fR \fB[In]\fR Number of bits to shift by. .PP .SH RETURNS .PP The value of \fIa\fR following the shift. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/large_int.c"\fR.