#include "ntrtlp.h"
Go to the source code of this file.
Functions | |
LARGE_INTEGER | RtlExtendedLargeIntegerDivide (IN LARGE_INTEGER Dividend, IN ULONG Divisor, IN OUT PULONG Remainder OPTIONAL) |
LARGE_INTEGER | RtlLargeIntegerDivide (IN LARGE_INTEGER Dividend, IN LARGE_INTEGER Divisor, IN PLARGE_INTEGER Remainder OPTIONAL) |
LARGE_INTEGER | RtlExtendedIntegerMultiply (IN LARGE_INTEGER Multiplicand, IN LONG Multiplier) |
|
Definition at line 117 of file largeic.c. References Multiplier. Referenced by MiAttemptPageFileExtension().
|
|
Copyright (C) 1996-97 Intel Corporation. All rights reserved. The information and source code contained herein is the exclusive property of Intel Corporation and may not be disclosed, examined or reproduced in whole or in part without explicit written authorization from the company. Definition at line 40 of file largeic.c. Referenced by FsRecGetDeviceSectors(), KiCalibrateTimeAdjustment(), RtlLargeIntegerToChar(), and RtlLargeIntegerToUnicode().
|
|
Definition at line 79 of file largeic.c.
|