/linux/arch/x86/crypto/ |
A D | cast5-avx-x86_64-asm_64.S | 125 #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 D | cast6-avx-x86_64-asm_64.S | 125 #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 D | dsp_biquad.h | 20 int32_t b2; member 27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
|
/linux/crypto/ |
A D | xor.c | 83 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
|
/linux/arch/s390/net/ |
A D | bpf_jit_comp.c | 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 222 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument 231 #define EMIT6_PCREL_RIEB(op1, op2, b1, b2, mask, target) \ argument 249 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ argument
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 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 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 907 u8 b2 = 0, b3 = 0; in do_jit() local
|
A D | bpf_jit_comp32.c | 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 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 488 u8 b2; in emit_ia32_shift_r() local
|
/linux/drivers/atm/ |
A D | fore200e.h | 71 #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/drivers/media/usb/dvb-usb/ |
A D | dibusb-mb.c | 68 u8 b[2] = { 0,0 }, b2[1]; in dibusb_tuner_probe_and_attach() local
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_core_reloc_misc.c | 27 int b2; member
|
/linux/drivers/media/dvb-frontends/ |
A D | tua6100.c | 164 u8 b2 [] = { 0x00 }; in tua6100_attach() local
|
A D | ix2505v.c | 52 u8 b2[] = {0}; in ix2505v_read_status_reg() local
|
A D | lgs8gl5.c | 126 u8 b2[] = {reg, data}; in lgs8gl5_update_alt_reg() local
|
/linux/drivers/iio/pressure/ |
A D | mpl115.c | 28 s16 b1, b2; member
|
/linux/fs/hpfs/ |
A D | ea.c | 322 void *b1, *b2; in hpfs_set_ea() local
|
/linux/fs/xfs/ |
A D | xfs_extent_busy.c | 622 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp() local
|
/linux/drivers/media/pci/bt8xx/ |
A D | bttv-i2c.c | 285 unsigned char b2, int both) in bttv_I2CWrite()
|
/linux/arch/x86/lib/ |
A D | insn.c | 196 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
|
/linux/drivers/mtd/nand/ |
A D | ecc-sw-hamming.c | 378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local
|
/linux/tools/arch/x86/lib/ |
A D | insn.c | 196 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
|
/linux/block/ |
A D | blk-integrity.c | 124 struct blk_integrity *b2 = &gd2->queue->integrity; in blk_integrity_compare() local
|
/linux/drivers/md/ |
A D | raid0.c | 73 char b2[BDEVNAME_SIZE]; in create_strip_zones() local
|
/linux/drivers/media/usb/em28xx/ |
A D | em28xx-i2c.c | 87 u8 b2[6]; in em2800_i2c_send_bytes() local
|
/linux/drivers/thermal/ |
A D | rcar_gen3_thermal.c | 77 int b2; member
|
/linux/drivers/net/hamradio/ |
A D | baycom_ser_hdx.c | 425 unsigned char b1,b2,b3; in ser12_check_uart() local
|