/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-asm.h | 57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 61 sm4e b3.4s, v24.4s; \ 65 sm4e b3.4s, v25.4s; \ 69 sm4e b3.4s, v26.4s; \ 73 sm4e b3.4s, v27.4s; \ 77 sm4e b3.4s, v28.4s; \ 81 sm4e b3.4s, v29.4s; \ 85 sm4e b3.4s, v30.4s; \ 89 sm4e b3.4s, v31.4s; \ 93 rev64 b3.4s, b3.4s; \ [all …]
|
H A D | sm4-neon-core.S | 131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 137 ROUND4(0, b0, b1, b2, b3); \ 138 ROUND4(1, b1, b2, b3, b0); \ 139 ROUND4(2, b2, b3, b0, b1); \ 140 ROUND4(3, b3, b0, b1, b2); \ 147 rev32 b3.16b, b3.16b; \ 149 rotate_clockwise_4x4(b0, b1, b2, b3); \ 154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument 158 rev32 b3.16b, b3.16b; \ 159 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3); [all …]
|
H A D | aes-neonbs-core.S | 26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 29 eor \b3, \b3, \b0 32 eor \b6, \b6, \b3 33 eor \b3, \b3, \b7 35 eor \b3, \b3, \b4 38 eor \b3, \b3, \b1 42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 49 eor \b5, \b5, \b3 50 eor \b3, \b3, \b7 56 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
/openbmc/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 167 uint32_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u32() local 169 word = BYTE_SHIFT(b1, 3) | BYTE_SHIFT(b2, 2) | BYTE_SHIFT(b3, 1) | in init_test_data_u32() 192 uint64_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u64() local 194 word = BYTE_SHIFT(b1, 7) | BYTE_SHIFT(b2, 6) | BYTE_SHIFT(b3, 5) | in init_test_data_u64() 238 uint8_t b1, b2, b3, b4; in read_test_data_u32() local 244 b3 = word >> 8 & 0xff; in read_test_data_u32() 249 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u32() 253 ptr - 1, b1, b2, b3, b4); in read_test_data_u32() 258 (b2 < b3 && b2 != 0) || in read_test_data_u32() 259 (b3 < b4 && b3 != 0)) { in read_test_data_u32() [all …]
|
/openbmc/linux/drivers/atm/ |
H A D | fore200e.h | 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 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
|
/openbmc/linux/tools/mm/ |
H A D | slabinfo.c | 806 char b1[20], b2[20], b3[20], b4[20]; in totals() local 983 store_size(b3, total_waste * 100 / total_used); in totals() 984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 987 store_size(b3, total_partobj * 100 / total_objects); in totals() 988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 997 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 999 b1, b2, b3, b4); in totals() 1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 1004 b1, b2, b3, b4); in totals() 1007 store_size(b3, max_partial);store_size(b4, total_partial); in totals() [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 83 veor \b3, \b3, \b0 86 veor \b6, \b6, \b3 87 veor \b3, \b3, \b7 89 veor \b3, \b3, \b4 92 veor \b3, \b3, \b1 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 103 veor \b5, \b5, \b3 104 veor \b3, \b3, \b7 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
H A D | 30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch | 19 Source/JavaScriptCore/b3/B3Validate.cpp | 12 +++++++++--- 22 diff --git a/Source/JavaScriptCore/b3/B3Validate.cpp b/Source/JavaScriptCore/b3/B3Validate.cpp 24 --- a/Source/JavaScriptCore/b3/B3Validate.cpp 25 +++ b/Source/JavaScriptCore/b3/B3Validate.cpp
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | xor.h | 32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 57 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2() 79 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 38 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument 39 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument 45 #define EMIT3_off32(b1, b2, b3, off) \ argument 46 do { EMIT3(b1, b2, b3); EMIT(off, 4); } while (0) 47 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument 48 do { EMIT4(b1, b2, b3, b4); EMIT(off, 4); } while (0) 678 u8 b1, b2, b3; in emit_mov_imm32() local 688 b3 = 0xC0; in emit_mov_imm32() 689 EMIT3_off32(b1, b2, add_1reg(b3, dst_reg), imm32); in emit_mov_imm32() 701 b3 = 0xC0; in emit_mov_imm32() [all …]
|
/openbmc/qemu/include/hw/input/ |
H A D | ps2.h | 107 void ps2_queue_3(PS2State *s, int b1, int b2, int b3); 108 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4);
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 223.out | 41 "arguments":{"node":"null", "name":"b3"}} 73 "bitmap":"b3"}} 74 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}} 81 "bitmaps":[{"node":"null","name":"b3"}]}} 114 qemu:dirty-bitmap:b3 195 "bitmap":"b3"}} 196 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}} 203 "bitmaps":[{"node":"null","name":"b3"}]}} 236 qemu:dirty-bitmap:b3
|
/openbmc/linux/drivers/video/console/ |
H A D | newport_con.c | 183 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 186 npregs->set.dcbdata0.bybytes.b3 &= ~XM9_PUPMODE; in newport_reset() 255 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 262 tmp = npregs->set.dcbdata0.bybytes.b3; in newport_get_revisions() 270 xmap9_rev = npregs->set.dcbdata0.bybytes.b3 & 7; in newport_get_revisions() 274 npregs->set.dcbdata0.bybytes.b3 = BT445_REVISION_REG; in newport_get_revisions() 277 bt445_rev = (npregs->set.dcbdata0.bybytes.b3 >> 4) - 0x0a; in newport_get_revisions()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67) 70 .long R(b7, d6, d6, 61), R(7d, b3, b3, ce) 146 .long R(2b, 98, 98, b3), R(22, 11, 11, 33) 240 .long R(2b, b3, 16, 6c), R(a9, 70, b9, 99) 253 .long R(6f, d5, 2d, a9), R(cf, 25, 12, b3) 274 .long R(b3, 67, 1d, 5a), R(92, db, d2, 52) 288 .long R(39, a8, 01, 71), R(08, 0c, b3, de)
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | qemu-img-bitmaps | 111 -f $IMGFMT "$TEST_IMG.base" b3 122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG"
|
/openbmc/linux/include/linux/ |
H A D | signal.h | 133 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \ 138 b3 = b->sig[3]; b2 = b->sig[2]; \ 139 r->sig[3] = op(a3, b3); \
|
/openbmc/linux/include/video/ |
H A D | newport.h | 28 struct { volatile unsigned char b0, b1, b2, b3; } bybytes; member 400 regs->set.dcbdata0.bybytes.b3 = vc2ireg; in newport_vc2_get() 557 while ((rex->set.dcbdata0.bybytes.b3 & 3) != XM9_FIFO_EMPTY) in xmap9FIFOWait()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aria-gfni-avx512-asm_64.S | 69 a3, b3, c3, d3, \ argument 74 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 90 vpshufb a0, b3, b3; \ 113 transpose_4x4(a3, b3, c3, d3, b0, b1); \ 121 a3, b3, c3, d3, \ argument 126 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 142 vpshufb a0, b3, b3; \ 165 transpose_4x4(c3, d3, a3, b3, b0, b1); \
|
H A D | aria-aesni-avx-asm_64.S | 69 a3, b3, c3, d3, \ argument 74 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 90 vpshufb a0, b3, b3; \ 113 transpose_4x4(a3, b3, c3, d3, b0, b1); \ 121 a3, b3, c3, d3, \ argument 126 transpose_4x4(b0, b1, b2, b3, d2, d3); \ 142 vpshufb a0, b3, b3; \ 165 transpose_4x4(c3, d3, a3, b3, b0, b1); \
|
/openbmc/openbmc/poky/scripts/ |
H A D | rpm2cpio.sh | 27 local i b b0 b1 b2 b3 b4 b5 b6 b7
|
/openbmc/qemu/hw/input/ |
H A D | ps2.c | 207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3() argument 215 ps2_queue_noirq(s, b3); in ps2_queue_3() 219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4() argument 227 ps2_queue_noirq(s, b3); in ps2_queue_4() 262 static void ps2_cqueue_3(PS2State *s, int b1, int b2, int b3) in ps2_cqueue_3() argument 270 ps2_cqueue_data(q, b3); in ps2_cqueue_3()
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 369 TCGReg r1, uint8_t b2, uint8_t b3) 374 tcg_debug_assert(b3 == extract32(b3, 0, 6)); 379 insn = deposit32(insn, 22, 6, b3); 397 TCGReg r1, TCGReg r2, uint8_t b3, uint8_t b4) 401 tcg_debug_assert(b3 == extract32(b3, 0, 6)); 407 insn = deposit32(insn, 20, 6, b3);
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
H A D | 0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch | 19 index 5dfe9ee..42721b3 100644
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | ptrace.h | 195 unsigned long b3; member
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | baycom_ser_fdx.c | 343 unsigned char b1,b2,b3; in ser12_check_uart() local 352 b3 = inb(MSR(iobase)) & 0xf0; in ser12_check_uart() 355 if (b3 != 0x90) in ser12_check_uart()
|