| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-asm.h | 28 #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 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/arch/x86/crypto/ |
| H A D | cast6-avx-x86_64-asm_64.S | 129 #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 D | bpf_jit_comp.c | 41 #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 D | l64781.c | 57 u8 b1 [] = { 0 }; in l64781_readreg() local 495 u8 b1 [] = { 0x00 }; in l64781_attach() local
|
| H A D | lgs8gl5.c | 85 u8 b1[] = {0}; in lgs8gl5_read_reg() local 125 u8 b1[] = {0}; in lgs8gl5_update_alt_reg() local
|
| H A D | stb6000.c | 192 u8 b1[] = { 0, 0 }; in stb6000_attach() local
|
| H A D | tda826x.c | 133 u8 b1 [] = { 0, 0 }; in tda826x_attach() local
|
| H A D | tua6100.c | 163 u8 b1 [] = { 0x80 }; in tua6100_attach() local
|
| H A D | au8522_common.c | 52 u8 b1[] = { 0 }; in au8522_readreg() local
|
| H A D | s5h1432.c | 63 u8 b1[] = { 0 }; in s5h1432_readreg() local
|
| H A D | nxt6000.c | 54 u8 b1[] = { 0 }; in nxt6000_readreg() local
|
| H A D | ves1820.c | 65 u8 b1[] = { 0 }; in ves1820_readreg() local
|
| H A D | cx22700.c | 79 u8 b1 [] = { 0 }; in cx22700_readreg() local
|
| H A D | stv6110x.c | 35 u8 b1[] = { 0 }; in stv6110x_read_reg() local
|
| H A D | mt352.c | 72 u8 b1 [] = { 0 }; in mt352_read_register() local
|
| H A D | stv0288.c | 85 u8 b1[] = { 0 }; in stv0288_readreg() local
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_reloc_misc.c | 26 int b1; member
|
| /linux/arch/sh/kernel/cpu/sh4/ |
| H A D | softfloat.c | 638 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 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/drivers/media/pci/bt8xx/ |
| H A D | bttv-i2c.c | 284 int bttv_I2CWrite(struct bttv *btv, unsigned char addr, unsigned char b1, in bttv_I2CWrite()
|
| /linux/lib/crypto/ |
| H A D | curve25519-hacl64.c | 303 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 D | ecc-sw-hamming.c | 378 unsigned char b0, b1, b2, bit_addr; in ecc_sw_hamming_correct() local
|
| /linux/drivers/media/tuners/ |
| H A D | max2165.c | 58 u8 b1[] = { 0 }; in max2165_read_reg() local
|
| /linux/drivers/staging/media/av7110/ |
| H A D | sp8870.c | 82 u8 b1[] = { 0, 0 }; in sp8870_readreg() local
|