Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 102) sorted by relevance

12345

/linux-3.3/arch/x86/net/
Dbpf_jit_comp.c50 #define EMIT1(b1) EMIT(b1, 1) argument
51 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
52 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
53 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
54 #define EMIT1_off32(b1, off) do { EMIT1(b1); EMIT(off, 4);} while (0) argument
/linux-3.3/drivers/isdn/mISDN/
Ddsp_biquad.h33 int32_t b1; member
41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
/linux-3.3/crypto/
Dxor.c63 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
102 void *b1, *b2; in calibrate_xor_blocks() local
Daes_generic.c1334 u32 b0[4], b1[4]; in aes_encrypt() local
1406 u32 b0[4], b1[4]; in aes_decrypt() local
/linux-3.3/drivers/media/dvb/frontends/
Dl64781.c69 u8 b1 [] = { 0 }; in l64781_readreg() local
507 u8 b1 [] = { 0x00 }; in l64781_attach() local
Dlgs8gl5.c97 u8 b1[] = {0}; in lgs8gl5_read_reg() local
137 u8 b1[] = {0}; in lgs8gl5_update_alt_reg() local
Dstb6000.c206 u8 b1[] = { 0, 0 }; in stb6000_attach() local
Dtda826x.c147 u8 b1 [] = { 0, 0 }; in tda826x_attach() local
Dtua6100.c176 u8 b1 [] = { 0x80 }; in tua6100_attach() local
Dds3000.c325 u8 b1[] = { 0 }; in ds3000_readreg() local
356 u8 b1[] = { 0 }; in ds3000_tuner_readreg() local
Ds5h1432.c76 u8 b1[] = { 0 }; in s5h1432_readreg() local
Dstv6110x.c44 u8 b1[] = { 0 }; in stv6110x_read_reg() local
Dnxt6000.c60 u8 b1[] = { 0 }; in nxt6000_readreg() local
/linux-3.3/arch/blackfin/include/asm/
Dcontext.S253 b1 = [sp++]; define
323 b1 = [sp++]; define
/linux-3.3/arch/arm/common/
Duengine.c307 u8 b1; in generate_ucode() local
335 u8 b1; in generate_ucode() local
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Daes.c345 u32 b0[4], b1[4]; in aes_encrypt() local
398 u32 b0[4], b1[4]; in aes_decrypt() local
/linux-3.3/drivers/atm/
Dfore200e.h70 #define BITFIELD2(b1, b2) b1; b2; argument
71 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
72 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
73 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
74 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
76 #define BITFIELD2(b1, b2) b2; b1; argument
77 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
78 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
79 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
80 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux-3.3/fs/ext3/
Dhash.c22 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
/linux-3.3/fs/ext4/
Dhash.c22 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
/linux-3.3/drivers/video/
Depson1355fb.c125 u8 b1 = epson1355_read_reg(par, index + 1); in epson1355_read_reg20() local
134 u8 b1 = (data >> 8) & 0xff; in epson1355_write_reg20() local
/linux-3.3/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128()
649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in sub128()
658 bits64 b0, b1; in estimateDiv128To64() local
/linux-3.3/drivers/mtd/nand/
Dnand_ecc.c447 unsigned char b0, b1, b2, bit_addr; in __nand_correct_data() local
/linux-3.3/arch/ia64/kernel/
Dpatch.c48 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local
/linux-3.3/fs/hpfs/
Dea.c321 void *b1, *b2; in hpfs_set_ea() local
/linux-3.3/drivers/media/video/bt8xx/
Dbttv-i2c.c298 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()

12345