Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 110) sorted by relevance

12345

/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h28 #define SM4_CRYPT_BLK2_BE(b0, b1) \ argument
52 #define SM4_CRYPT_BLK2(b0, b1) \ argument
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 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/arch/x86/crypto/
H A Dcast5-avx-x86_64-asm_64.S129 #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 Dcast6-avx-x86_64-asm_64.S129 #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
/linux/arch/s390/net/
H A Dbpf_jit_comp.c122 static inline void reg_set_seen(struct bpf_jit *jit, u32 b1) in reg_set_seen()
130 #define REG_SET_SEEN(b1) \ argument
146 #define EMIT2(op, b1, b2) \ argument
160 #define EMIT4(op, b1, b2) \ argument
167 #define EMIT4_RRF(op, b1, b2, b3) \ argument
181 #define EMIT4_DISP(op, b1, b2, disp) \ argument
189 #define EMIT4_IMM(op, b1, imm) \ argument
231 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
240 #define EMIT6_PCREL_RIEB(op1, op2, b1, b2, mask, target) \ argument
249 #define EMIT6_PCREL_RIEC(op1, op2, b1, imm, mask, target) \ argument
[all …]
/linux/drivers/isdn/mISDN/
H A Ddsp_biquad.h19 int32_t b1; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init()
/linux/crypto/
H A Dxor.c83 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
H A Daes_generic.c1179 u32 b0[4], b1[4]; in crypto_aes_encrypt() local
1249 u32 b0[4], b1[4]; in crypto_aes_decrypt() local
/linux/arch/x86/net/
H A Dbpf_jit_comp32.c67 #define EMIT1(b1) EMIT(b1, 1) argument
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
73 #define EMIT1_off32(b1, off) \ 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
/linux/drivers/media/dvb-frontends/
H A Dl64781.c57 u8 b1 [] = { 0 }; in l64781_readreg() local
495 u8 b1 [] = { 0x00 }; in l64781_attach() local
H A Dlgs8gl5.c85 u8 b1[] = {0}; in lgs8gl5_read_reg() local
125 u8 b1[] = {0}; in lgs8gl5_update_alt_reg() local
H A Dstb6000.c192 u8 b1[] = { 0, 0 }; in stb6000_attach() local
H A Dtda826x.c133 u8 b1 [] = { 0, 0 }; in tda826x_attach() local
H A Dtua6100.c163 u8 b1 [] = { 0x80 }; in tua6100_attach() local
H A Dau8522_common.c52 u8 b1[] = { 0 }; in au8522_readreg() local
H A Ds5h1432.c63 u8 b1[] = { 0 }; in s5h1432_readreg() local
/linux/drivers/atm/
H A Dfore200e.h71 #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/arch/arm/crypto/
H A Dghash-ce-core.S110 .macro __pmull_p8, rq, ad, bd, b1=t4l, b2=t3l, b3=t4l, b4=t3l
/linux/fs/f2fs/
H A Dhash.c28 __u32 b0 = buf[0], b1 = buf[1]; in TEA_transform() local
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_misc.c26 int b1; member
/linux/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c638 void add128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in add128()
649 sub128(bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 * z0Ptr, in sub128()
658 bits64 b0, b1; in estimateDiv128To64() local
/linux/drivers/iio/pressure/
H A Dmpl115.c29 s16 b1, b2; member
/linux/fs/hpfs/
H A Dea.c322 void *b1, *b2; in hpfs_set_ea() local
/linux/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c284 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()
/linux/lib/crypto/
H A Dcurve25519-hacl64.c303 u64 *b1; in crecip_crecip() local
353 u64 b1; in fdifference() local
728 u8 *b1 = output + 8; in format_fcontract_store() local

12345