/openbmc/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 179 mov.d %d1,%a3 180 extr.u %d1,%d1,6,16 #; get CSA index 181 or %d1,%d1,%d0 #; add segment number 182 mtcr $lcx,%d1 #; initialize LCX 186 mov.d %d1,%a4 #; %d1 = current CSA address 187 extr.u %d1,%d1,6,16 #; get CSA index 188 or %d1,%d1,%d0 #; add segment number 189 st.w [%a3],%d1 #; store "nextCSA" pointer 194 mov.d %d1,%a4 #; %d1 = current CSA address 195 extr.u %d1,%d1,6,16 #; get CSA index [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 35 -int mh_numsort (const void *d1,const void *d2); 37 +int mh_numsort (const struct dirent **d1,const struct dirent **d2); 51 * Returns: negative if d1 < d2, 0 if d1 == d2, postive if d1 > d2 54 -int mh_numsort (const void *d1,const void *d2) 55 +int mh_numsort (const struct dirent **d1,const struct dirent **d2) 57 return atoi ((*(struct direct **) d1)->d_name) - 77 -int mix_msgfsort (const void *d1,const void *d2); 79 +int mix_msgfsort (const struct dirent **d1,const struct dirent **d2); 102 * Returns: -1 if d1 < d2, 0 if d1 == d2, 1 d1 > d2 105 -int mix_msgfsort (const void *d1,const void *d2) [all …]
|
/openbmc/u-boot/board/freescale/m54451evb/ |
H A D | sbf_dram_init.S | 25 move.l #0x13, %d1 33 add.l #1, %d1 41 or.l %d1, (%a1) 44 or.l %d1, (%a2) 63 move.l #1000, %d1 82 move.l #500, %d1 85 move.l #(CONFIG_SYS_SDRAM_CTRL), %d1 86 and.l #0x7FFFFFFF, %d1 88 or.l #0x10000C00, %d1 90 move.l %d1, (%a2) [all …]
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | sbf_dram_init.S | 25 move.l #0x13, %d1 33 add.l #1, %d1 41 or.l %d1, (%a1) 44 or.l %d1, (%a2) 69 move.l #1000, %d1 86 move.l #500, %d1 89 move.l #(CONFIG_SYS_SDRAM_CTRL), %d1 90 and.l #0x7FFFFFFF, %d1 92 or.l #0x10000C00, %d1 94 move.l %d1, (%a2) [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_translate.c | 36 "w0.d0", "w0.d1", "w1.d0", "w1.d1", 37 "w2.d0", "w2.d1", "w3.d0", "w3.d1", 38 "w4.d0", "w4.d1", "w5.d0", "w5.d1", 39 "w6.d0", "w6.d1", "w7.d0", "w7.d1", 40 "w8.d0", "w8.d1", "w9.d0", "w9.d1", 41 "w10.d0", "w10.d1", "w11.d0", "w11.d1", 42 "w12.d0", "w12.d1", "w13.d0", "w13.d1", 43 "w14.d0", "w14.d1", "w15.d0", "w15.d1", 44 "w16.d0", "w16.d1", "w17.d0", "w17.d1", 45 "w18.d0", "w18.d1", "w19.d0", "w19.d1", [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | boost_handler_timeline_vis.js | 27 const d1 = desc.substr(idx0 + 2); 29 while (idx1 + 1 < d1.length && 30 ((d1[idx1] >= '0' && d1[idx1] <= '9') || 31 (d1[idx1] >= 'A' && d1[idx1] <= 'F') || 32 (d1[idx1] >= 'a' && d1[idx1] <= 'f'))) { 35 return desc.substr(0, idx0) + d1.substr(idx1)
|
/openbmc/qemu/scripts/ |
H A D | symlink-install-tree.py | 11 def destdir_join(d1: str, d2: str) -> str: 12 if not d1: 15 return str(PurePath(d1, *PurePath(d2).parts[1:]))
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | libgcc.c | 152 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local 157 d1 = dd.s.high; in __udivmoddi4() 162 if (d1 == 0) in __udivmoddi4() 196 if (d1 == 0) in __udivmoddi4() 272 if (d1 > n1) in __udivmoddi4() 291 count_leading_zeros (bm, d1); in __udivmoddi4() 294 /* From (n1 >= d1) /\ (the most significant bit of d1 is set), in __udivmoddi4() 301 n1 >= d1 (true due to program flow). */ in __udivmoddi4() 302 if (n1 > d1 || n0 >= d0) in __udivmoddi4() 305 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4() [all …]
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_ecc.c | 138 unsigned char d0, d1, d2; /* deltas */ in yaffs_ecc_correct() local 141 d1 = read_ecc[1] ^ test_ecc[1]; in yaffs_ecc_correct() 144 if ((d0 | d1 | d2) == 0) in yaffs_ecc_correct() 148 ((d1 ^ (d1 >> 1)) & 0x55) == 0x55 && in yaffs_ecc_correct() 157 if (d1 & 0x80) in yaffs_ecc_correct() 159 if (d1 & 0x20) in yaffs_ecc_correct() 161 if (d1 & 0x08) in yaffs_ecc_correct() 163 if (d1 & 0x02) in yaffs_ecc_correct() 186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) { in yaffs_ecc_correct()
|
/openbmc/u-boot/lib/ |
H A D | tiny-printf.c | 90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local 91 d1 = (q >> 4) & 0xf; in put_dec_trunc() 95 d0 = 6 * (d3 + d2 + d1) + (q & 0xf); in put_dec_trunc() 99 d1 = q + 9 * d3 + 5 * d2 + d1; in put_dec_trunc() 100 if (d1 != 0) { in put_dec_trunc() 101 q = (d1 * 0xcd) >> 11; in put_dec_trunc() 102 d1 = d1 - 10 * q; in put_dec_trunc() 103 *buf++ = d1 + '0'; /* next digit */ in put_dec_trunc()
|
H A D | vsprintf.c | 53 unsigned d3, d2, d1, d0; in put_dec_trunc() local 54 d1 = (q>>4) & 0xf; in put_dec_trunc() 58 d0 = 6*(d3 + d2 + d1) + (q & 0xf); in put_dec_trunc() 62 d1 = q + 9*d3 + 5*d2 + d1; in put_dec_trunc() 63 if (d1 != 0) { in put_dec_trunc() 64 q = (d1 * 0xcd) >> 11; in put_dec_trunc() 65 d1 = d1 - 10*q; in put_dec_trunc() 66 *buf++ = d1 + '0'; /* next digit */ in put_dec_trunc() 91 unsigned d3, d2, d1, d0; in put_dec_full() local 92 d1 = (q>>4) & 0xf; in put_dec_full() [all …]
|
/openbmc/sdeventplus/test/utility/ |
H A D | sdbus.cpp | 31 int d1 = 0, d2 = 0; in TEST_F() local 32 source::Exit(event, [&](source::EventBase&) { d1 = 1; }).set_floating(true); in TEST_F() 40 EXPECT_EQ(1, d1); in TEST_F()
|
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
H A D | start.S | 135 move.l #0x13, %d1 143 add.l #1, %d1 149 or.l %d1, (%a1) 152 or.l %d1, (%a2) 274 move.b %d1, (%a0) /* read, copy to dst */ 286 move.b %d1, (%a4) /* read, copy to dst */ 317 move.b (%a3), %d1 432 move.l %a0, %d1 433 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 436 cmp.l %a1,%d1 [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | per.S | 38 larl %r1, d1 40 j1: j d1 42 d1: label
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | runqueue.py | 177 cmd = ["bitbake", "d1"] 182 …'a1:populate_sysroot', 'd1:package', 'd1:fetch', 'd1:unpack', 'd1:patch', 'd1:prepare_recipe_sysro… 183 …'d1:compile', 'd1:install', 'd1:packagedata', 'd1:package_qa', 'd1:package_write_rpm', 'd1:package… 184 'd1:populate_sysroot', 'd1:build']
|
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
H A D | Kconfig | 25 config D1 config 26 bool "D1"
|
H A D | expected_stderr | 18 Kconfig:30: symbol D2 is selected by D1 19 Kconfig:25: symbol D1 depends on D2
|
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
H A D | start.S | 260 move.b %d1, (%a0) /* read, copy to dst */ 272 move.b %d1, (%a4) /* read, copy to dst */ 302 move.b (%a3), %d1 325 or.l #0x00000040, %d1 326 move.l %d1, (%a1) 377 move.l #0x2000, %d1 405 move.l #0x200, %d1 439 subq.l #1, %d1 561 move.l %a0, %d1 562 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 [all …]
|
/openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
H A D | start.S | 197 move.l %a0, %d1 198 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 201 cmp.l %a1,%d1 215 move.l (%a1),%d1 216 sub.l #_start,%d1 217 add.l %a0,%d1 218 move.l %d1,(%a1)+
|
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
H A D | start.S | 200 move.l %a0, %d1 201 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 204 cmp.l %a1,%d1 218 move.l (%a1),%d1 219 sub.l #_start,%d1 220 add.l %a0,%d1 221 move.l %d1,(%a1)+
|
/openbmc/qemu/tests/qtest/ |
H A D | cdrom-test.c | 212 "-device virtio-blk,drive=d1 " in add_s390x_tests() 213 "-drive driver=null-co,read-zeroes=on,if=none,id=d1 " in add_s390x_tests() 218 "-device virtio-blk,drive=d1,bootindex=1 " in add_s390x_tests() 219 "-drive driver=null-co,read-zeroes=on,if=none,id=d1 " in add_s390x_tests() 224 "-device virtio-blk,drive=d1,bootindex=1 " in add_s390x_tests() 225 "-drive driver=null-co,read-zeroes=on,if=none,id=d1 " in add_s390x_tests() 243 "-device x-terminal3270 -device virtio-blk,drive=d1 " in add_s390x_tests() 244 "-drive driver=null-co,read-zeroes=on,if=none,id=d1 " in add_s390x_tests()
|
/openbmc/u-boot/arch/m68k/cpu/mcf530x/ |
H A D | start.S | 196 move.l %a0, %d1 197 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE), %d1 200 cmp.l %a1,%d1 216 move.l (%a1),%d1 217 sub.l #_start, %d1 218 add.l %a0,%d1 219 move.l %d1,(%a1)+
|
/openbmc/u-boot/arch/m68k/cpu/mcf532x/ |
H A D | start.S | 212 move.l %a0, %d1 213 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 216 cmp.l %a1,%d1 230 move.l (%a1),%d1 231 sub.l #_start,%d1 232 add.l %a0,%d1 233 move.l %d1,(%a1)+
|
/openbmc/qemu/target/arm/tcg/ |
H A D | crypto_helper.c | 174 uint64_t d0, d1; in HELPER() local 177 d1 = n[0] ^ d[1] ^ m[1]; in HELPER() 179 d[1] = d1; in HELPER() 439 uint64_t d1 = rd[1]; in HELPER() local 441 d1 += S1_512(rm[1]) + cho512(rm[1], rn[0], rn[1]); in HELPER() 442 d0 += S1_512(d1 + rm[0]) + cho512(d1 + rm[0], rm[1], rn[0]); in HELPER() 445 rd[1] = d1; in HELPER() 456 uint64_t d1 = rd[1]; in HELPER() local 458 d1 += S0_512(rm[0]) + maj512(rn[0], rm[1], rm[0]); in HELPER() 459 d0 += S0_512(d1) + maj512(d1, rm[0], rm[1]); in HELPER() [all …]
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | udiv_qrnnd.S | 19 /* r0: rn r1: qn */ /* r0: n1 r4: n0 r5: d r6: d1 */ /* r2: __m */ 20 /* n1 < d, but n1 might be larger than d1. */
|