/linux-2.4.37.9/drivers/md/ |
D | xor.c | 63 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed() 102 void *b1, *b2; in calibrate_xor_block() local
|
/linux-2.4.37.9/include/linux/ |
D | isdn_lzscomp.h | 28 #define LZS_HIST_WORD(b1,b2) ((b1<<8)|b2) /* (network byte order rulez) */ argument
|
D | blkdev.h | 207 #define BH_CONTIG(b1, b2) (bh_phys((b1)) + (b1)->b_size == bh_phys((b2))) argument 208 #define BH_PHYS_4G(b1, b2) ((bh_phys((b1)) | 0xffffffff) == ((bh_phys((b2)) + (b2)->b_size - 1) | 0… argument
|
/linux-2.4.37.9/crypto/ |
D | aes.c | 344 u32 b0[4], b1[4]; in aes_encrypt() local 397 u32 b0[4], b1[4]; in aes_decrypt() local
|
D | des.c | 1032 u8 *b0, *b1; in setkey() local
|
/linux-2.4.37.9/drivers/atm/ |
D | fore200e.h | 72 #define BITFIELD2(b1, b2) b1; b2; argument 73 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 74 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 75 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument 76 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 78 #define BITFIELD2(b1, b2) b2; b1; argument 79 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 80 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument 81 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument 82 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
/linux-2.4.37.9/fs/hpfs/ |
D | ea.c | 318 void *b1, *b2; in hpfs_set_ea() local
|
/linux-2.4.37.9/drivers/media/video/ |
D | bttv-if.c | 286 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()
|
D | stradis.c | 204 static int I2CWrite(struct i2c_bus *bus, unsigned char addr, unsigned char b1, in I2CWrite()
|
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/ |
D | ht.c | 130 unsigned char b1,b2,b3,b4; in longswap() local
|
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/ |
D | sm.c | 198 unsigned char b1,b2,b3; in check_uart() local
|
/linux-2.4.37.9/drivers/isdn/pcbit/ |
D | pcbit.h | 95 struct pcbit_chan *b1; member
|
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | aachba.c | 1377 u8 b1; in aac_srb_callback() local 1417 u8 b1; in aac_srb_callback() local
|
/linux-2.4.37.9/net/atm/ |
D | br2684.c | 721 #define b1(var, byte) ((u8 *) &brvcc->filter.var)[byte] in br2684_proc_engine() macro
|
/linux-2.4.37.9/drivers/net/hamradio/ |
D | baycom_ser_fdx.c | 377 unsigned char b1,b2,b3; in ser12_check_uart() local
|
D | baycom_ser_hdx.c | 438 unsigned char b1,b2,b3; in ser12_check_uart() local
|
D | yam.c | 479 unsigned char b1, b2, b3; in yam_check_uart() local
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ptrace.h | 207 unsigned long b1; member
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | proc_pmc.c | 719 char b0, b1; in proc_pmc_conv_int() local
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_mount.h | 119 #define XFS_SEND_NAMESP(mp, ev,b1,r1,b2,r2,n1,n2,mode,rval,fl) \ argument 121 #define XFS_SEND_PREUNMOUNT(mp, vfs,b1,r1,b2,r2,n1,n2,mode,rval,fl) \ argument
|
/linux-2.4.37.9/drivers/video/ |
D | cyber2000fb.c | 615 #define BIT(v,b1,m,b2) (((v >> b1) & m) << b2) in cyber2000fb_decode_crtc() argument
|
D | epson1356fb.c | 880 u8* b1, *b2; in fill_putcs_buffer() local
|
/linux-2.4.37.9/drivers/block/ |
D | amiflop.c | 1166 register unsigned char *enc, b2, b1; in dos_encode_byte() local
|
/linux-2.4.37.9/drivers/net/ |
D | strip.c | 1325 static const char b1[] = "ate0q1s304=115200\r"; in ResetRadio() local
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | ohci1394.c | 3129 #define cf_put_4bytes(cr, b1, b2, b3, b4) \ argument
|