/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) 58 atoi ((*(struct direct **) d2)->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/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 146 mov.a %a14,%d2 # move exit code to match trap handler 167 movh %d2,hi:__CSA_END #; %d2 = end of CSA 168 addi %d2,%d2,lo:__CSA_END 169 andn %d2,%d2,63 #; force alignment (2^6) 170 sub %d2,%d2,%d0 171 sh %d2,%d2,-6 #; %d2 = number of CSAs 183 add %d2,%d2,-2 #; CSAs to initialize -= 2 184 mov.a %a5,%d2 #; %a5 = loop counter 300 mov.d %d2, %a14 301 st.w [%a15], %d2 # write exit code to testdevice
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
H A D | uefi_secureboot.py | 17 # 8be4df61-93ca-11d2-aa0d-00e098032b8c-SecureBoot. 18 # The GUID '8be4df61-93ca-11d2-aa0d-00e098032b8c' is a well-known 21 # '8be4df61-93ca-11d2-aa0d-00e098032b8c-SecureBoot', we can determine 27 … -t u2 -A n -j 4 -N 4 /sys/firmware/efi/efivars/SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c )"
|
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
H A D | Kconfig | 27 depends on D2 28 select D2 30 config D2 config
|
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/lib/ |
H A D | tiny-printf.c | 90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local 92 d2 = (q >> 8) & 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() 105 d2 = q + 2 * d2; in put_dec_trunc() 106 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc() 107 q = (d2 * 0xd) >> 7; in put_dec_trunc() 108 d2 = d2 - 10 * q; in put_dec_trunc() 109 *buf++ = d2 + '0'; /* next digit */ in put_dec_trunc()
|
H A D | vsprintf.c | 53 unsigned d3, d2, d1, d0; in put_dec_trunc() local 55 d2 = (q>>8) & 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() 68 d2 = q + 2*d2; in put_dec_trunc() 69 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc() 70 q = (d2 * 0xd) >> 7; in put_dec_trunc() 71 d2 = d2 - 10*q; in put_dec_trunc() 72 *buf++ = d2 + '0'; /* next digit */ in put_dec_trunc() 91 unsigned d3, d2, d1, d0; in put_dec_full() local [all …]
|
/openbmc/u-boot/board/freescale/m54451evb/ |
H A D | sbf_dram_init.S | 26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2 28 lsr.l #1, %d2 32 lsr.l #1, %d2 34 cmp.l #1, %d2
|
/openbmc/qemu/scripts/ |
H A D | symlink-install-tree.py | 11 def destdir_join(d1: str, d2: str) -> str: 13 return d2 15 return str(PurePath(d1, *PurePath(d2).parts[1:]))
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | sbf_dram_init.S | 26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2 28 lsr.l #1, %d2 32 lsr.l #1, %d2 34 cmp.l #1, %d2
|
/openbmc/sdeventplus/test/utility/ |
H A D | sdbus.cpp | 31 int d1 = 0, d2 = 0; in TEST_F() local 35 d2 = 2; in TEST_F() 41 EXPECT_EQ(2, d2); in TEST_F()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_ecc.c | 138 unsigned char d0, d1, d2; /* deltas */ in yaffs_ecc_correct() local 142 d2 = read_ecc[2] ^ test_ecc[2]; in yaffs_ecc_correct() 144 if ((d0 | d1 | d2) == 0) in yaffs_ecc_correct() 149 ((d2 ^ (d2 >> 1)) & 0x54) == 0x54) { in yaffs_ecc_correct() 174 if (d2 & 0x80) in yaffs_ecc_correct() 176 if (d2 & 0x20) in yaffs_ecc_correct() 178 if (d2 & 0x08) in yaffs_ecc_correct() 186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) { in yaffs_ecc_correct()
|
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
H A D | start.S | 136 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2 138 lsr.l #1, %d2 142 lsr.l #1, %d2 144 cmp.l #1, %d2 248 move.l #0x8004000B, %d2 /* Fast Read Cmd */ 252 move.l #0x80040000, %d2 /* Address byte 2 */ 256 move.l #0x80040000, %d2 /* Address byte 1 */ 260 move.l #0x80040000, %d2 /* Address byte 0 */ 264 move.l #0x80040000, %d2 /* Dummy Wr and Rd */ 270 move.l #0x80040000, %d2 [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | toaster.bbclass | 343 d2 = d.createCopy() 344 d2.setVar('FILE', e.taskfile) 347 extrainf = d2.getVarFlag(e.taskname, 'stamp-extra-info') 349 d2.setVar('SSTATE_MANMACH', extrainf) 352 d2.setVar('SSTATE_MANMACH', d2.expand("${MACHINE}${SDKMACHINE}")) 354 d2.setVar('SSTATE_MANMACH', d2.expand("${MACHINE}")) 355 manifest = oe.sstatesig.sstate_get_manifest_filename(e.taskname[3:], d2)[0] 361 bb.event.fire(bb.event.MetadataEvent("TaskArtifacts", data), d2)
|
/openbmc/u-boot/scripts/dtc/ |
H A D | data.c | 154 struct data data_merge(struct data d1, struct data d2) in data_merge() argument 157 struct marker *m2 = d2.markers; in data_merge() 159 d = data_append_markers(data_append_data(d1, d2.val, d2.len), m2); in data_merge() 165 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge() 166 data_free(d2); in data_merge()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih407-clock.dtsi | 234 clk_s_d2_quadfs: clk-s-d2-quadfs@9106000 { 241 clock-output-names = "clk-s-d2-fs0-ch0", 242 "clk-s-d2-fs0-ch1", 243 "clk-s-d2-fs0-ch2", 244 "clk-s-d2-fs0-ch3"; 253 clockgen-d2@x9106000 { 257 clk_s_d2_flexgen: clk-s-d2-flexgen {
|
H A D | kirkwood-d2net.dts | 3 * Device Tree file for d2 Network v2 15 model = "LaCie d2 Network v2";
|
H A D | stih410-clock.dtsi | 255 clk_s_d2_quadfs: clk-s-d2-quadfs@9106000 { 262 clock-output-names = "clk-s-d2-fs0-ch0", 263 "clk-s-d2-fs0-ch1", 264 "clk-s-d2-fs0-ch2", 265 "clk-s-d2-fs0-ch3"; 274 clockgen-d2@x9106000 { 278 clk_s_d2_flexgen: clk-s-d2-flexgen {
|
/openbmc/qemu/tests/qtest/ |
H A D | cdrom-test.c | 214 "-device virtio-blk,drive=d2,bootindex=1 " in add_s390x_tests() 215 "-drive if=none,id=d2,media=cdrom,file=", test_cdboot); in add_s390x_tests() 220 "-device virtio-blk,drive=d2,bootindex=2 " in add_s390x_tests() 221 "-drive if=none,id=d2,media=cdrom,file=", test_cdboot); in add_s390x_tests() 226 "-device virtio-blk,drive=d2,bootindex=2 " in add_s390x_tests() 227 "-drive driver=null-co,read-zeroes=on,if=none,id=d2 " in add_s390x_tests() 245 "-device virtio-blk,drive=d2 " in add_s390x_tests() 246 "-drive if=none,id=d2,media=cdrom,file=", in add_s390x_tests()
|
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
H A D | start.S | 234 move.l #0x8002000B, %d2 /* Fast Read Cmd */ 238 move.l #0x80020000, %d2 /* Address byte 2 */ 242 move.l #0x80020000, %d2 /* Address byte 1 */ 246 move.l #0x80020000, %d2 /* Address byte 0 */ 250 move.l #0x80020000, %d2 /* Dummy Wr and Rd */ 256 move.l #0x80020000, %d2 268 move.l #0x80020000, %d2 278 move.l #0x00020000, %d2 /* Terminate */ 292 move.l %d2, (%a2) 390 move.l #4, %d2 /* start at 4 */ [all …]
|
/openbmc/u-boot/test/ |
H A D | unicode_ut.c | 39 static const char d2[] = {0x6b, 0x61, 0x66, 0x62, 0xc3, 0xa1, 0x74, 0x75, variable 86 ut_assert(!strncmp(&buf[2], d2, 7)); in unicode_test_string16() 126 s = d2; in unicode_test_utf8_get() 129 /* c2 is the utf-8 encoding of d2 */ in unicode_test_utf8_get() 134 ut_asserteq_ptr(s, d2 + 9) in unicode_test_utf8_get() 198 ut_asserteq(8, utf8_utf16_strlen(d2)); in unicode_test_utf8_utf16_strlen() 215 ut_asserteq(6, utf8_utf16_strnlen(d2, 6)); in unicode_test_utf8_utf16_strnlen() 259 utf8_utf16_strcpy(&pos, d2); in unicode_test_utf8_utf16_strcpy() 307 utf8_utf16_strncpy(&pos, d2, 10); in unicode_test_utf8_utf16_strncpy() 450 ut_asserteq_str(d2, buf); in unicode_test_utf16_utf8_strcpy() [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | per.S | 46 larl %r1, d2 49 d2: label
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | UTIL.interface.yaml | 17 - name: D2 20 D2 keyword.
|
H A D | VSBK.interface.yaml | 64 - name: D2 67 D2 keyword.
|
/openbmc/qemu/util/ |
H A D | bitops.c | 45 unsigned long d1, d2, d3; in find_next_bit() local 48 d2 = *(p+2); in find_next_bit() 53 if (d1 | d2 | d3) { in find_next_bit()
|