TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
UINT64 EFIAPI | InternalMathMultU64x32 (IN UINT64 Multiplicand, IN UINT32 Multiplier) |
Calculate the product of a 64-bit integer and a 32-bit integer
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file MultU64x32.c.
Multiples a 64-bit unsigned integer by a 32-bit unsigned integer and generates a 64-bit unsigned result.
This function multiples the 64-bit unsigned value Multiplicand by the 32-bit unsigned value Multiplier and generates a 64-bit unsigned result. This 64- bit unsigned result is returned.
Multiplicand | A 64-bit unsigned value. |
Multiplier | A 32-bit unsigned value. |
Definition at line 25 of file MultU64x32.c.