OpenCore
1.0.4
OpenCore Bootloader
|
#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) |
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.
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.
[out] | Hi | Buffer in which the high Word of the result is returned. |
[in] | A | The multiplicant. |
[in] | B | The multiplier. |
Definition at line 17 of file BigNumWordMul64.c.