Searched refs:b12 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/skein/ |
D | threefish_block.c | 3370 b12 = input[12], b13 = input[13], in threefish_encrypt_1024() local 3409 b12 += b13 + k12; in threefish_encrypt_1024() 3410 b13 = ((b13 << 22) | (b13 >> (64 - 22))) ^ b12; in threefish_encrypt_1024() 3431 b12 += b3; in threefish_encrypt_1024() 3432 b3 = ((b3 << 18) | (b3 >> (64 - 18))) ^ b12; in threefish_encrypt_1024() 3452 b12 += b15; in threefish_encrypt_1024() 3453 b15 = ((b15 << 34) | (b15 >> (64 - 34))) ^ b12; in threefish_encrypt_1024() 3485 b12 += b7; in threefish_encrypt_1024() 3486 b7 = ((b7 << 25) | (b7 >> (64 - 25))) ^ b12; in threefish_encrypt_1024() 3513 b12 += b13 + k13; in threefish_encrypt_1024() [all …]
|
/linux-4.4.14/arch/c6x/include/uapi/asm/ |
D | ptrace.h | 139 REG_PAIR(b13, b12);
|
/linux-4.4.14/arch/c6x/kernel/ |
D | asm-offsets.c | 78 OFFSET(REGS_B12, pt_regs, b12); in foo()
|
D | traps.c | 49 pr_err("A12: %08lx B12: %08lx\n", regs->a12, regs->b12); in show_regs()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | dev-kmsg | 87 b12:8 - block dev_t
|
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/ |
D | defBF54x_base.h | 2223 #define MUX(b15,b14,b13,b12,b11,b10,b9,b8,b7,b6,b5,b4,b3,b2,b1,b0) \ argument 2227 (((b12)&3) << 24) | \
|