⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bnialpha.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
/*
 * bnialpha.h - header file that declares the Alpha assembly-language
 * subroutines.  It is intended to be included via the BNINCLUDE
 * mechanism.
 *
 * $Id: bnialpha.h,v 1.1.1.1 1999/08/08 19:38:15 heller Exp $
 */

#define BN_LITTLE_ENDIAN 1

typedef unsigned long bnword64;
#define BNWORD64 bnword64

#ifdef __cplusplus
/* These assembly-language primitives use C names */
extern "C" {
#endif

void bniMulN1_64(bnword64 *out, bnword64 const *in, unsigned len, bnword64 k);
#define bniMulN1_64 bniMulN1_64

bnword64
bniMulAdd1_64(bnword64 *out, bnword64 const *in, unsigned len, bnword64 k);
#define bniMulAdd1_64 bniMulAdd1_64

bnword64
bniMulSub1_64(bnword64 *out, bnword64 const *in, unsigned len, bnword64 k);
#define bniMulSub1_64 bniMulSub1_64

PGP_END_C_DECLARATIONS

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -