代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/130382/5957339
s bni80386_aout.s
### Assembly primitives for bignum library, 80386 family, 32-bit code.
###
### $Id: bni80386_aout.s,v 1.1 1998/07/31 22:03:37 hal Exp $
###
### Several primitives are included here. Only bniMul
www.eeworm.com/read/130382/5958009
c bni80386c.c
/*
* bni80386c.c - Low-level bignum routines, 32-bit version.
*
* Assembly primitives for bignum library, 80386 family, 32-bit code.
* Inline assembler for MSVC++ 4.X
*
* $Id: bni80386c.c,
www.eeworm.com/read/130382/5958011
asm bni80386.asm
;;; Assembly primitives for bignum library, 80386 family, 32-bit code.
;;;
;;; $Id: bni80386.asm,v 1.1 1997/12/14 11:30:22 wprice Exp $
;;;
;;; Several primitives are included here. Only bniMulAd
www.eeworm.com/read/130382/5958032
s bni80386.s
### Assembly primitives for bignum library, 80386 family, 32-bit code.
###
### $Id: bni80386.s,v 1.1 1997/12/14 11:30:23 wprice Exp $
###
### Several primitives are included here. Only bniMulAd
www.eeworm.com/read/125819/6020815
s div.s
;; Originally from GBDK by Pascal Felber.
.area _CODE
__divschar_rrx_s::
ld hl,#2+1
add hl,sp
ld e,(hl)
dec hl
ld l,(h
www.eeworm.com/read/125819/6020863
s div.s
;; Originally from GBDK by Pascal Felber.
.area _CODE
__divschar_rrx_s::
ld hl,#2+1
add hl,sp
ld e,(hl)
dec hl
ld l,(h
www.eeworm.com/read/124109/6055711
s div.s
;; Originally from GBDK by Pascal Felber.
.area _CODE
__divschar_rrx_s::
ld hl,#2+1
add hl,sp
ld e,(hl)
dec hl
ld l,(h
www.eeworm.com/read/124109/6055762
s div.s
;; Originally from GBDK by Pascal Felber.
.area _CODE
__divschar_rrx_s::
ld hl,#2+1
add hl,sp
ld e,(hl)
dec hl
ld l,(h
www.eeworm.com/read/102935/6227154
c generic-checksum.c
/*
* arch/x86_64/lib/checksum.c
*
* This file contains network checksum routines that are better done
* in an architecture-specific manner due to speed..
*/
#include
#include
www.eeworm.com/read/100611/6265508
asm add_n.asm
dnl Alpha ev6 mpn_add_n -- Add two limb vectors of the same length > 0 and
dnl store sum in a third limb vector.
dnl Copyright 2000 Free Software Foundation, Inc.
dnl This file is part of the GN