Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 25 of 78) sorted by relevance

1234

/linux-6.14.4/arch/arm64/crypto/
Dsm4-ce-asm.h57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
103 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument
110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
200 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
Dsm4-neon-core.S131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument
220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
Daes-neonbs-core.S71 .macro inv_out_bs_ch, b6, b5, b0, b3, b7, b1, b4, b2
/linux-6.14.4/arch/x86/crypto/
Dcast5-avx-x86_64-asm_64.S129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
139 #define F1_2(a1, b1, a2, b2) \ argument
141 #define F2_2(a1, b1, a2, b2) \ argument
143 #define F3_2(a1, b1, a2, b2) \ argument
146 #define subround(a1, b1, a2, b2, f) \ argument
Dcast6-avx-x86_64-asm_64.S129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
139 #define F1_2(a1, b1, a2, b2) \ argument
141 #define F2_2(a1, b1, a2, b2) \ argument
143 #define F3_2(a1, b1, a2, b2) \ argument
/linux-6.14.4/drivers/isdn/mISDN/
Ddsp_biquad.h20 int32_t b2; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
/linux-6.14.4/crypto/
Dxor.c83 do_xor_speed(struct xor_block_template *tmpl, void *b1, void *b2) in do_xor_speed()
118 void *b1, *b2; in calibrate_xor_blocks() local
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/
Defuse.c412 int rtw89_efuse_recognize_mss_info_v1(struct rtw89_dev *rtwdev, u8 b1, u8 b2) in rtw89_efuse_recognize_mss_info_v1()
444 int rtw89_efuse_recognize_mss_index_v0(struct rtw89_dev *rtwdev, u8 b1, u8 b2) in rtw89_efuse_recognize_mss_index_v0()
475 u8 b1, b2; in rtw89_efuse_read_fw_secure_ax() local
/linux-6.14.4/arch/x86/net/
Dbpf_jit_comp32.c68 #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
Dbpf_jit_comp.c41 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
42 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
43 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
47 #define EMIT2_off32(b1, b2, off) \ argument
49 #define EMIT3_off32(b1, b2, b3, off) \ argument
51 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
891 u8 b1, b2, b3; in emit_mov_imm32() local
1380 u8 b1, b2; in emit_3vex() local
1519 u8 b2 = 0, b3 = 0; in do_jit() local
/linux-6.14.4/arch/s390/net/
Dbpf_jit_comp.c146 #define EMIT2(op, b1, b2) \ argument
160 #define EMIT4(op, b1, b2) \ argument
167 #define EMIT4_RRF(op, b1, b2, b3) \ argument
181 #define EMIT4_DISP(op, b1, b2, disp) \ argument
231 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
240 #define EMIT6_PCREL_RIEB(op1, op2, b1, b2, mask, target) \ argument
258 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ argument
/linux-6.14.4/drivers/atm/
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-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_misc.c27 int b2; member
/linux-6.14.4/drivers/media/dvb-frontends/
Dtua6100.c164 u8 b2 [] = { 0x00 }; in tua6100_attach() local
Dix2505v.c52 u8 b2[] = {0}; in ix2505v_read_status_reg() local
Dlgs8gl5.c126 u8 b2[] = {reg, data}; in lgs8gl5_update_alt_reg() local
/linux-6.14.4/arch/powerpc/kernel/vdso/
Dvgetrandom-chacha.S103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument
/linux-6.14.4/drivers/media/usb/dvb-usb/
Ddibusb-mb.c68 u8 b[2] = { 0,0 }, b2[1]; in dibusb_tuner_probe_and_attach() local
/linux-6.14.4/arch/arm/crypto/
Daes-neonbs-core.S125 .macro inv_out_bs_ch, b6, b5, b0, b3, b7, b1, b4, b2
/linux-6.14.4/drivers/iio/pressure/
Dmpl115.c29 s16 b1, b2; member
/linux-6.14.4/fs/hpfs/
Dea.c322 void *b1, *b2; in hpfs_set_ea() local
/linux-6.14.4/drivers/media/pci/bt8xx/
Dbttv-i2c.c285 unsigned char b2, int both) in bttv_I2CWrite()
/linux-6.14.4/tools/arch/x86/lib/
Dinsn.c207 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
/linux-6.14.4/arch/x86/lib/
Dinsn.c207 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
/linux-6.14.4/drivers/mtd/nand/
Decc-sw-hamming.c378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local

1234