/openbmc/linux/arch/arm64/crypto/ |
H 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
|
H 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
|
H A D | aes-neonbs-core.S | 71 .macro inv_out_bs_ch, b6, b5, b0, b3, b7, b1, b4, b2
|
/openbmc/linux/arch/x86/crypto/ |
H A D | cast5-avx-x86_64-asm_64.S | 129 #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
|
H A D | cast6-avx-x86_64-asm_64.S | 129 #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
|
/openbmc/linux/drivers/isdn/mISDN/ |
H 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()
|
/openbmc/linux/crypto/ |
H A D | xor.c | 83 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
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 455 uint64_t b0, uint64_t b1, uint64_t b2, in add192() 489 uint64_t b0, uint64_t b1, uint64_t b2, in sub192() 671 uint64_t b0, uint64_t b1, uint64_t b2) in eq192() 677 uint64_t b0, uint64_t b1, uint64_t b2) in le192() 689 uint64_t b0, uint64_t b1, uint64_t b2) in lt192()
|
/openbmc/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 168 uint32_t b2 = BYTE_NEXT(count), b1 = BYTE_NEXT(count); in init_test_data_u32() local 193 uint64_t b2 = BYTE_NEXT(count), b1 = BYTE_NEXT(count); in init_test_data_u64() local 238 uint8_t b1, b2, b3, b4; in read_test_data_u32() local 280 uint8_t b1, b2, b3, b4, b5, b6, b7, b8; in read_test_data_u64() local
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | lae.c | 11 unsigned long long ar = -1, b2 = 100000, r, x2 = 500; in main() local
|
/openbmc/qemu/hw/input/ |
H A D | ps2.c | 196 void ps2_queue_2(PS2State *s, int b1, int b2) in ps2_queue_2() 207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3() 219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4() 251 static void ps2_cqueue_2(PS2State *s, int b1, int b2) in ps2_cqueue_2() 262 static void ps2_cqueue_3(PS2State *s, int b1, int b2, int b3) in ps2_cqueue_3()
|
/openbmc/linux/arch/x86/net/ |
H 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 678 u8 b1, b2, b3; in emit_mov_imm32() local 1026 u8 b1, b2; in emit_3vex() local 1112 u8 b2 = 0, b3 = 0; in do_jit() local
|
H 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
|
/openbmc/linux/arch/s390/net/ |
H 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
|
/openbmc/linux/drivers/atm/ |
H 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
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_misc.c | 27 int b2; member
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tua6100.c | 164 u8 b2 [] = { 0x00 }; in tua6100_attach() local
|
H A D | ix2505v.c | 52 u8 b2[] = {0}; in ix2505v_read_status_reg() local
|
/openbmc/qemu/tests/qtest/ |
H A D | boot-order-test.c | 77 uint8_t b2 = read_mc146818(qts, 0x70, 0x3d); in read_boot_order_pc() local
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 125 .macro inv_out_bs_ch, b6, b5, b0, b3, b7, b1, b4, b2
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | mpl115.c | 29 s16 b1, b2; member
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dibusb-mb.c | 68 u8 b[2] = { 0,0 }, b2[1]; in dibusb_tuner_probe_and_attach() local
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | scsi.h | 47 uint8_t b1, b2; /* b2 & 0f = sense key */ member 107 uint8_t b2; /* b2; if evpd==1 */ member
|
/openbmc/linux/fs/hpfs/ |
H A D | ea.c | 322 void *b1, *b2; in hpfs_set_ea() local
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-i2c.c | 285 unsigned char b2, int both) in bttv_I2CWrite()
|