OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
BigNumWordMul64.c File Reference
#include "../BigNumLib.h"

Go to the source code of this file.

Functions

OC_BN_WORD BigNumWordMul64 (OUT OC_BN_WORD *Hi, IN OC_BN_WORD A, IN OC_BN_WORD B)
 

Detailed Description

Copyright (C) 2019, Download-Fritz. All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file BigNumWordMul64.c.

Function Documentation

◆ BigNumWordMul64()

OC_BN_WORD BigNumWordMul64 ( OUT OC_BN_WORD * Hi,
IN OC_BN_WORD A,
IN OC_BN_WORD B )

Copyright (C) 2019, Download-Fritz. All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Calculates the product of A and B.

Parameters
[out]HiBuffer in which the high Word of the result is returned.
[in]AThe multiplicant.
[in]BThe multiplier.
Returns
The low Word of the result.

Definition at line 17 of file BigNumWordMul64.c.