?? bnialpha.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.2 1997/05/05 19:49:12 lloyd 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 + -