/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
|
/linux/drivers/atm/ |
H A D | fore200e.h | 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 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/arch/x86/net/ |
H A D | bpf_jit_comp.c | 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 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 1618 u8 b2 = 0, b3 = 0; in do_jit() local
|
H A D | bpf_jit_comp32.c | 69 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 70 #define EMIT4(b1, b2, b3, b4) \ argument 77 #define EMIT3_off32(b1, b2, b3, off) \ argument 79 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument
|
/linux/lib/xz/ |
H A D | xz_dec_bcj.c | 398 uint32_t b3; in bcj_riscv() local
|
/linux/arch/x86/crypto/ |
H A D | aria-aesni-avx-asm_64.S | 69 a3, b3, c3, d3, \ argument 121 a3, b3, c3, d3, \ argument
|
H A D | aria-gfni-avx512-asm_64.S | 69 a3, b3, c3, d3, \ argument 121 a3, b3, c3, d3, \ argument
|
H A D | aria-aesni-avx2-asm_64.S | 85 a3, b3, c3, d3, \ argument 137 a3, b3, c3, d3, \ argument
|
/linux/drivers/net/hamradio/ |
H A D | baycom_ser_hdx.c | 425 unsigned char b1,b2,b3; in ser12_check_uart() local
|
H A D | baycom_ser_fdx.c | 343 unsigned char b1,b2,b3; in ser12_check_uart() local
|
H A D | yam.c | 496 unsigned char b1, b2, b3; in yam_check_uart() local
|
/linux/lib/crypto/ |
H A D | curve25519-hacl64.c | 355 u64 b3; in fdifference() local 730 u8 *b3 = output + 24; in format_fcontract_store() local
|
/linux/drivers/media/usb/ttusb-budget/ |
H A D | dvb-ttusb-budget.c | 391 u8 b3[] = in ttusb_init_controller() local
|
/linux/include/video/ |
H A D | newport.h | 28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 3474 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 2676 int channel, u8 b1, u8 b2, u8 b3, u8 b4) in dsi_vc_write_long_payload() 2696 u8 b1, b2, b3, b4; in dsi_vc_send_long() local
|
/linux/drivers/iio/pressure/ |
H A D | bmp280-core.c | 2897 s32 b3, b6; in bmp180_compensate_press() local
|