Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
lbn8086.h
Package: certlib.tar.gz [view]
Upload User: zbbssh
Upload Date: 2007-01-08
Package Size: 196k
Code Size: 2k
Category:
CA program
Development Platform:
C/C++
- /*
- * lbn8086.h - This file defines the interfaces to the 8086
- * assembly primitives. It is intended to be included in "lbn.h"
- * via the "#include BNINCLUDE" mechanism.
- */
- #define BN_LITTLE_ENDIAN 1
- #ifdef __cplusplus
- extern "C" {
- #endif
- void __cdecl __far
- lbnMulN1_16(unsigned __far *out, unsigned const __far *in,
- unsigned len, unsigned k);
- #define lbnMulN1_16 lbnMulN1_16
- unsigned __cdecl __far
- lbnMulAdd1_16(unsigned __far *out, unsigned const __far *in,
- unsigned len, unsigned k);
- #define lbnMulAdd1_16 lbnMulAdd1_16
- unsigned __cdecl __far
- lbnMulSub1_16(unsigned __far *out, unsigned const __far *in,
- unsigned len, unsigned k);
- #define lbnMulSub1_16 lbnMulSub1_16
- unsigned __cdecl __far
- lbnDiv21_16(unsigned __far *q, unsigned nh, unsigned nl, unsigned d);
- #define lbnDiv21_16 lbnDiv21_16
- unsigned __cdecl __far
- lbnModQ_16(unsigned const __far *n, unsigned len, unsigned d);
- #define lbnModQ_16 lbnModQ_16
- void __cdecl __far
- lbnMulN1_32(unsigned long __far *out, unsigned long const __far *in,
- unsigned len, unsigned long k);
- #define lbnMulN1_32 lbnMulN1_32
- unsigned long __cdecl __far
- lbnMulAdd1_32(unsigned long __far *out, unsigned long const __far *in,
- unsigned len, unsigned long k);
- #define lbnMulAdd1_32 lbnMulAdd1_32
- unsigned long __cdecl __far
- lbnMulSub1_32(unsigned long __far *out, unsigned long const __far *in,
- unsigned len, unsigned long k);
- #define lbnMulSub1_32 lbnMulSub1_32
- unsigned long __cdecl __far
- lbnDiv21_32(unsigned long __far *q, unsigned long nh, unsigned long nl,
- unsigned long d);
- #define lbnDiv21_32 lbnDiv21_32
- unsigned __cdecl __far
- lbnModQ_32(unsigned long const __far *n, unsigned len, unsigned long d);
- #define lbnModQ_32 lbnModQ_32
- int __cdecl __far not386(void);
- #ifdef __cplusplus
- }
- #endif