TianoCore EDK2 master
Loading...
Searching...
No Matches
MultU64x64.c File Reference

Go to the source code of this file.

Functions

UINT64 EFIAPI InternalMathMultU64x64 (IN UINT64 Multiplicand, IN UINT64 Multiplier)
 

Detailed Description

Calculate the product of a 64-bit integer and another 64-bit integer

Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file MultU64x64.c.

Function Documentation

◆ InternalMathMultU64x64()

UINT64 EFIAPI InternalMathMultU64x64 ( IN UINT64  Multiplicand,
IN UINT64  Multiplier 
)

Multiplies a 64-bit unsigned integer by a 64-bit unsigned integer and generates a 64-bit unsigned result.

This function multiplies the 64-bit unsigned value Multiplicand by the 64-bit unsigned value Multiplier and generates a 64-bit unsigned result. This 64- bit unsigned result is returned.

Parameters
MultiplicandA 64-bit unsigned value.
MultiplierA 64-bit unsigned value.
Returns
Multiplicand * Multiplier

Definition at line 25 of file MultU64x64.c.