Home
last modified time | relevance | path

Searched defs:b5 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h110 #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.S220 #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.S56 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
/linux/arch/arm/crypto/
H A Daes-neonbs-core.S110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
/linux/drivers/atm/
H A Dfore200e.h74 #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
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.c44 #define EMIT5(b1, b2, b3, b4, b5) \ argument