Home
last modified time | relevance | path

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

123

/linux/arch/arm64/crypto/
H A 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
H A 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
H A Daes-neonbs-core.S71 .macro inv_out_bs_ch, b6, b5, b0, b3, b7, b1, b4, b2
H A Dsm4-ce-gcm-core.S133 #define SM4_CRYPT_PMUL_128x128_BLK3(b0, b1, b2, \ argument
/linux/drivers/isdn/mISDN/
H A 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/crypto/
H A 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/arch/x86/crypto/
H A 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
H A Daria-aesni-avx-asm_64.S68 a2, b2, c2, d2, \ argument
120 a2, b2, c2, d2, \ argument
/linux/arch/x86/net/
H A 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
H A 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
44 #define EMIT5(b1, b2, b3, b4, b5) \ argument
49 #define EMIT2_off32(b1, b2, off) \ argument
51 #define EMIT3_off32(b1, b2, b3, off) \ argument
53 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
904 u8 b1, b2, b3; in emit_mov_imm32() local
1437 u8 b1, b2; in emit_3vex() local
1618 u8 b2 = 0, b3 = 0; in do_jit() local
/linux/drivers/atm/
H 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/
H A Dtest_core_reloc_misc.c27 int b2; member
H A Dbtf_dump_test_case_padding.c220 struct nested_packed b2; member
/linux/drivers/media/dvb-frontends/
H A Dtua6100.c164 u8 b2 [] = { 0x00 }; in tua6100_attach() local
H A Dix2505v.c52 u8 b2[] = {0}; in ix2505v_read_status_reg() local
H A Dlgs8gl5.c126 u8 b2[] = {reg, data}; in lgs8gl5_update_alt_reg() local
/linux/arch/powerpc/kernel/vdso/
H A Dvgetrandom-chacha.S103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument
/linux/arch/arm/crypto/
H A Daes-neonbs-core.S125 .macro inv_out_bs_ch, b6, b5, b0, b3, b7, b1, b4, b2
/linux/drivers/iio/pressure/
H A Dmpl115.c29 s16 b1, b2; member
/linux/fs/hpfs/
H A Dea.c322 void *b1, *b2; in hpfs_set_ea() local
/linux/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c285 unsigned char b2, int both) in bttv_I2CWrite()
/linux/tools/arch/x86/lib/
H A Dinsn.c207 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
[all...]
/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local
/linux/fs/xfs/
H A Dxfs_extent_busy.c690 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp() local
/linux/lib/xz/
H A Dxz_dec_bcj.c397 uint32_t b2; in bcj_riscv() local

123