/linux-6.3-rc2/arch/arm64/crypto/ |
A D | sm4-ce-asm.h | 57 #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
|
A D | sm4-neon-core.S | 131 #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
|
A D | sm4-ce-gcm-core.S | 133 #define SM4_CRYPT_PMUL_128x128_BLK3(b0, b1, b2, \ argument
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/x86/net/ |
A D | bpf_jit_comp.c | 37 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument 38 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 39 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument 43 #define EMIT2_off32(b1, b2, off) \ argument 45 #define EMIT3_off32(b1, b2, b3, off) \ argument 47 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument 628 u8 b1, b2, b3; in emit_mov_imm32() local 921 u8 b1, b2; in emit_3vex() local 1003 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-6.3-rc2/arch/s390/net/ |
A D | bpf_jit_comp.c | 143 #define EMIT2(op, b1, b2) \ argument 157 #define EMIT4(op, b1, b2) \ argument 164 #define EMIT4_RRF(op, b1, b2, b3) \ argument 178 #define EMIT4_DISP(op, b1, b2, disp) \ argument 228 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument 237 #define EMIT6_PCREL_RIEB(op1, op2, b1, b2, mask, target) \ argument 255 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ argument
|
/linux-6.3-rc2/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-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_core_reloc_misc.c | 27 int b2; member
|
A D | btf_dump_test_case_padding.c | 220 struct nested_packed b2; member
|
/linux-6.3-rc2/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-6.3-rc2/drivers/iio/pressure/ |
A D | mpl115.c | 29 s16 b1, b2; member
|
/linux-6.3-rc2/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-6.3-rc2/fs/hpfs/ |
A D | ea.c | 322 void *b1, *b2; in hpfs_set_ea() local
|
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | bttv-i2c.c | 285 unsigned char b2, int both) in bttv_I2CWrite()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_extent_busy.c | 623 struct xfs_extent_busy *b2 = in xfs_extent_busy_ag_cmp() local
|
/linux-6.3-rc2/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-6.3-rc2/drivers/mtd/nand/ |
A D | ecc-sw-hamming.c | 378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local
|
/linux-6.3-rc2/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-6.3-rc2/block/ |
A D | blk-integrity.c | 124 struct blk_integrity *b2 = &gd2->queue->integrity; in blk_integrity_compare() local
|