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

Go to the source code of this file.

Functions

UINT64 EFIAPI InternalMathMultU64x32 (IN UINT64 Multiplicand, IN UINT32 Multiplier)
 

Detailed Description

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.

Function Documentation

◆ InternalMathMultU64x32()

UINT64 EFIAPI InternalMathMultU64x32 ( IN UINT64  Multiplicand,
IN UINT32  Multiplier 
)

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.

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

Definition at line 25 of file MultU64x32.c.