Searched +full:0 +full:x2c200000 (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/crypto/ |
| H A D | des.c | 30 0x00, 0x00, 0x40, 0x04, 0x10, 0x10, 0x50, 0x14, 31 0x04, 0x40, 0x44, 0x44, 0x14, 0x50, 0x54, 0x54, 32 0x02, 0x02, 0x42, 0x06, 0x12, 0x12, 0x52, 0x16, 33 0x06, 0x42, 0x46, 0x46, 0x16, 0x52, 0x56, 0x56, 34 0x80, 0x08, 0xc0, 0x0c, 0x90, 0x18, 0xd0, 0x1c, 35 0x84, 0x48, 0xc4, 0x4c, 0x94, 0x58, 0xd4, 0x5c, 36 0x82, 0x0a, 0xc2, 0x0e, 0x92, 0x1a, 0xd2, 0x1e, 37 0x86, 0x4a, 0xc6, 0x4e, 0x96, 0x5a, 0xd6, 0x5e, 38 0x20, 0x20, 0x60, 0x24, 0x30, 0x30, 0x70, 0x34, 39 0x24, 0x60, 0x64, 0x64, 0x34, 0x70, 0x74, 0x74, [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 13 #define __REG_R0 0 46 #define __REGA0_0 0 80 #define _R0 0 113 #define IMM_L(i) ((uintptr_t)(i) & 0xffff) 114 #define IMM_DS(i) ((uintptr_t)(i) & 0xfffc) 115 #define IMM_DQ(i) ((uintptr_t)(i) & 0xfff0) 116 #define IMM_D0(i) (((uintptr_t)(i) >> 16) & 0x3ffff) 122 * top half to negate the effect (i.e. 0xffff + 1 = 0x(1)0000). 128 (((uintptr_t)(i) & 0x8000) >> 15)) 133 #define IMM_H18(i) (((uintptr_t)(i)>>16) & 0x3ffff) [all …]
|