Home
last modified time | relevance | path

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

1234

/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 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/x86/net/
H A Dbpf_jit_comp.c41 #define EMIT1(b1) EMIT(b1, 1) argument
42 #define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2) argument
43 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
44 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
45 #define EMIT5(b1, b2, b3, b4, b5) \ argument
48 #define EMIT1_off32(b1, off) \ argument
50 #define EMIT2_off32(b1, b2, off) \ argument
52 #define EMIT3_off32(b1, b2, b3, off) \ argument
54 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
913 u8 b1, b2, b3; in emit_mov_imm32() local
[all …]
/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
H A Dnxt6000.c54 u8 b1[] = { 0 }; in nxt6000_readreg() local
H A Dves1820.c65 u8 b1[] = { 0 }; in ves1820_readreg() local
H A Dcx22700.c79 u8 b1 [] = { 0 }; in cx22700_readreg() local
H A Dstv6110x.c35 u8 b1[] = { 0 }; in stv6110x_read_reg() local
H A Dmt352.c72 u8 b1 [] = { 0 }; in mt352_read_register() local
H A Dstv0288.c85 u8 b1[] = { 0 }; in stv0288_readreg() 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/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/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
/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local
/linux/drivers/media/tuners/
H A Dmax2165.c58 u8 b1[] = { 0 }; in max2165_read_reg() local
/linux/drivers/staging/media/av7110/
H A Dsp8870.c82 u8 b1[] = { 0, 0 }; in sp8870_readreg() local

1234