TianoCore EDK2 master
Loading...
Searching...
No Matches
MultU64x64.c File Reference
#include "BaseLibInternals.h"

Go to the source code of this file.

Functions

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

Detailed Description

Math worker functions.

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

Definition in file MultU64x64.c.

Function Documentation

◆ MultU64x64()

UINT64 EFIAPI MultU64x64 ( 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 27 of file MultU64x64.c.