Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 19 of 19) sorted by relevance

/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
/linux/drivers/atm/
H A Dfore200e.h72 #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 Dbpf_jit_comp.c42 #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 Dbpf_jit_comp32.c69 #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 Dvgetrandom-chacha.S103 #define QUARTERROUND4(a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,a4,b4,c4,d4) \ argument
/linux/lib/xz/
H A Dxz_dec_bcj.c398 uint32_t b3; in bcj_riscv() local
/linux/arch/x86/crypto/
H A Daria-aesni-avx-asm_64.S69 a3, b3, c3, d3, \ argument
121 a3, b3, c3, d3, \ argument
H A Daria-gfni-avx512-asm_64.S69 a3, b3, c3, d3, \ argument
121 a3, b3, c3, d3, \ argument
H A Daria-aesni-avx2-asm_64.S85 a3, b3, c3, d3, \ argument
137 a3, b3, c3, d3, \ argument
/linux/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c425 unsigned char b1,b2,b3; in ser12_check_uart() local
H A Dbaycom_ser_fdx.c343 unsigned char b1,b2,b3; in ser12_check_uart() local
H A Dyam.c496 unsigned char b1, b2, b3; in yam_check_uart() local
/linux/lib/crypto/
H A Dcurve25519-hacl64.c355 u64 b3; in fdifference() local
730 u8 *b3 = output + 24; in format_fcontract_store() local
/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c391 u8 b3[] = in ttusb_init_controller() local
/linux/include/video/
H A Dnewport.h28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c3474 uint32_t b1, b2, b3, b4, i, rev; in lpfc_decode_firmware_rev() local
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c2676 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 Dbmp280-core.c2897 s32 b3, b6; in bmp180_compensate_press() local