代码搜索:Carry
找到约 8,060 项符合「Carry」的源代码
代码结果 8,060
www.eeworm.com/read/337546/3337331
h checksum.h
#ifndef _CRIS_ARCH_CHECKSUM_H
#define _CRIS_ARCH_CHECKSUM_H
/* Checksum some values used in TCP/UDP headers.
*
* The gain by doing this in asm is that C will not generate carry-additions
* for the
www.eeworm.com/read/324920/3496106
h checksum.h
#ifndef _CRIS_ARCH_CHECKSUM_H
#define _CRIS_ARCH_CHECKSUM_H
/* Checksum some values used in TCP/UDP headers.
*
* The gain by doing this in asm is that C will not generate carry-additions
* for the
www.eeworm.com/read/323368/3517133
h checksum.h
#ifndef _CRIS_ARCH_CHECKSUM_H
#define _CRIS_ARCH_CHECKSUM_H
/* Checksum some values used in TCP/UDP headers.
*
* The gain by doing this in asm is that C will not generate carry-additions
* for the
www.eeworm.com/read/316872/3600010
h checksum.h
#ifndef _CRIS_ARCH_CHECKSUM_H
#define _CRIS_ARCH_CHECKSUM_H
/* Checksum some values used in TCP/UDP headers.
*
* The gain by doing this in asm is that C will not generate carry-additions
* for the
www.eeworm.com/read/316872/3604189
txt notifiers.txt
Suspend notifiers
(C) 2007 Rafael J. Wysocki , GPL
There are some operations that device drivers may want to carry out in their
.suspend() routines, but shouldn't, because they can caus
www.eeworm.com/read/443386/1748801
h checksum.h
#ifndef _CRIS_ARCH_CHECKSUM_H
#define _CRIS_ARCH_CHECKSUM_H
/* Checksum some values used in TCP/UDP headers.
*
* The gain by doing this in asm is that C will not generate carry-additions
* for the
www.eeworm.com/read/431110/1910720
h aes.h
// I retain copyright in this code but I encourage its free use provided
// that I don't carry any responsibility for the results. I am especially
// happy to see it used in free and open source soft
www.eeworm.com/read/431110/1910809
c aes_cbc.c
/*
// I retain copyright in this code but I encourage its free use provided
// that I don't carry any responsibility for the results. I am especially
// happy to see it used in free and open source s
www.eeworm.com/read/431110/1910812
c aes.c
// I retain copyright in this code but I encourage its free use provided
// that I don't carry any responsibility for the results. I am especially
// happy to see it used in free and open source soft
www.eeworm.com/read/409339/2234368
h facadeadder.h
/* FacadeAdder.h */
#ifndef FA_H
#define FA_H
#include "FullAdder.h"
CLASS(FacadeAdder){
FullAdder *fadder;
int carry_in;
void (*init)(FacadeAdder*);
int (*execute)(FacadeAd