Home
last modified time | relevance | path

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

12345

/linux/arch/s390/net/
A Dbpf_jit_comp.c119 #define REG_SET_SEEN(b1) \ argument
124 #define REG_SEEN(b1) jit->seen_reg[reg2hex[(b1)]] argument
137 #define EMIT2(op, b1, b2) \ argument
151 #define EMIT4(op, b1, b2) \ argument
158 #define EMIT4_RRF(op, b1, b2, b3) \ argument
172 #define EMIT4_DISP(op, b1, b2, disp) \ argument
180 #define EMIT4_IMM(op, b1, imm) \ argument
222 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
249 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ argument
281 #define EMIT6_IMM(op, b1, imm) \ argument
[all …]
/linux/arch/x86/crypto/
A Dcast5-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
135 #define F1_2(a1, b1, a2, b2) \ argument
137 #define F2_2(a1, b1, a2, b2) \ argument
139 #define F3_2(a1, b1, a2, b2) \ argument
142 #define subround(a1, b1, a2, b2, f) \ argument
A Dcast6-avx-x86_64-asm_64.S125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
135 #define F1_2(a1, b1, a2, b2) \ argument
137 #define F2_2(a1, b1, a2, b2) \ argument
139 #define F3_2(a1, b1, a2, b2) \ argument
/linux/drivers/isdn/mISDN/
A Ddsp_biquad.h19 int32_t b1; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
/linux/crypto/
A Dxor.c83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
121 void *b1, *b2; in calibrate_xor_blocks() local
A Daes_generic.c1179 u32 b0[4], b1[4]; in crypto_aes_encrypt() local
1249 u32 b0[4], b1[4]; in crypto_aes_decrypt() local
/linux/arch/x86/net/
A Dbpf_jit_comp.c35 #define EMIT1(b1) EMIT(b1, 1) argument
36 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
37 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
38 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
40 #define EMIT1_off32(b1, off) \ argument
42 #define EMIT2_off32(b1, b2, off) \ argument
44 #define EMIT3_off32(b1, b2, b3, off) \ argument
46 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
590 u8 b1, b2, b3; in emit_mov_imm32() local
A Dbpf_jit_comp32.c67 #define EMIT1(b1) EMIT(b1, 1) argument
68 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
69 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
70 #define EMIT4(b1, b2, b3, b4) \ argument
73 #define EMIT1_off32(b1, off) \ argument
75 #define EMIT2_off32(b1, b2, off) \ argument
77 #define EMIT3_off32(b1, b2, b3, off) \ argument
79 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
/linux/drivers/media/dvb-frontends/
A Dl64781.c57 u8 b1 [] = { 0 }; in l64781_readreg() local
495 u8 b1 [] = { 0x00 }; in l64781_attach() local
A Dlgs8gl5.c85 u8 b1[] = {0}; in lgs8gl5_read_reg() local
125 u8 b1[] = {0}; in lgs8gl5_update_alt_reg() local
A Dstb6000.c192 u8 b1[] = { 0, 0 }; in stb6000_attach() local
A Dtda826x.c133 u8 b1 [] = { 0, 0 }; in tda826x_attach() local
A Dtua6100.c163 u8 b1 [] = { 0x80 }; in tua6100_attach() local
A Dau8522_common.c52 u8 b1[] = { 0 }; in au8522_readreg() local
A Ds5h1432.c63 u8 b1[] = { 0 }; in s5h1432_readreg() local
/linux/fs/f2fs/
A Dhash.c28 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
/linux/drivers/atm/
A Dfore200e.h71 #define BITFIELD2(b1, b2) b1; b2; argument
72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
77 #define BITFIELD2(b1, b2) b2; b1; argument
78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/linux/tools/testing/selftests/bpf/progs/
A Dtest_core_reloc_misc.c26 int b1; member
/linux/arch/sh/kernel/cpu/sh4/
A 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/drivers/iio/pressure/
A Dmpl115.c28 s16 b1, b2; member
/linux/arch/ia64/kernel/
A Dpatch.c47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local
A Dmodule.c247 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[1]; in plt_target() local
296 uint64_t b0, b1, *b = (uint64_t *) plt->bundle[0]; in plt_target() local
/linux/fs/hpfs/
A Dea.c322 void *b1, *b2; in hpfs_set_ea() local
/linux/fs/xfs/
A Dxfs_extent_busy.c620 struct xfs_extent_busy *b1 = in xfs_extent_busy_ag_cmp() local
/linux/drivers/media/pci/bt8xx/
A Dbttv-i2c.c284 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()

Completed in 149 milliseconds

12345