| /openbmc/u-boot/lib/ |
| H A D | tiny-printf.c | 90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local 93 d3 = (q >> 12); 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() 106 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc() 111 d3 = q + 4 * d3; in put_dec_trunc() 112 if (d3 != 0) { in put_dec_trunc() 113 q = (d3 * 0xcd) >> 11; in put_dec_trunc() 114 d3 = d3 - 10 * q; in put_dec_trunc() 115 *buf++ = d3 + '0'; /* next digit */ in put_dec_trunc()
|
| H A D | vsprintf.c | 53 unsigned d3, d2, d1, d0; in put_dec_trunc() local 56 d3 = (q>>12); 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() 69 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc() 74 d3 = q + 4*d3; in put_dec_trunc() 75 if (d3 != 0) { in put_dec_trunc() 76 q = (d3 * 0xcd) >> 11; in put_dec_trunc() 77 d3 = d3 - 10*q; in put_dec_trunc() 78 *buf++ = d3 + '0'; /* next digit */ in put_dec_trunc() [all …]
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | per.S | 53 larl %r1, d3 55 j3: jne d3 57 d3: label
|
| /openbmc/qemu/tests/tcg/tricore/c/ |
| H A D | crt0-tc2x.S | 218 ld.w %d3,[%a13+]4 # %d3 = current block length 219 jeq %d3,-1,__clear_table_done # length == -1 => end of table 220 sh %d0,%d3,-3 # %d0 = length / 8 (doublewords) 221 and %d1,%d3,7 # %d1 = length % 8 (rem. bytes) 263 ld.w %d3,[%a13+]4 # %d3 = block length 264 jeq %d3,-1,__copy_table_done # length == -1 => end of table 265 sh %d0,%d3,-3 # %d0 = length / 8 (doublewords) 266 and %d1,%d3,7 # %d1 = length % 8 (rem. bytes)
|
| /openbmc/qemu/util/ |
| H A D | bitops.c | 45 unsigned long d1, d2, d3; in find_next_bit() local 49 d3 = *(p+3); in find_next_bit() 53 if (d1 | d2 | d3) { in find_next_bit()
|
| /openbmc/u-boot/test/ |
| H A D | unicode_ut.c | 42 static const char d3[] = {0xe6, 0xbd, 0x9c, 0xe6, 0xb0, 0xb4, 0xe8, 0x89, variable 137 s = d3; in unicode_test_utf8_get() 145 ut_asserteq_ptr(s, d3 + 9) in unicode_test_utf8_get() 199 ut_asserteq(3, utf8_utf16_strlen(d3)); in unicode_test_utf8_utf16_strlen() 216 ut_asserteq(2, utf8_utf16_strnlen(d3, 2)); in unicode_test_utf8_utf16_strnlen() 264 utf8_utf16_strcpy(&pos, d3); in unicode_test_utf8_utf16_strcpy() 314 utf8_utf16_strncpy(&pos, d3, 2); in unicode_test_utf8_utf16_strncpy() 455 ut_asserteq_str(d3, buf); in unicode_test_utf16_utf8_strcpy() 506 ut_assert(!strncmp(buf, d3, 6)); in unicode_test_utf16_utf8_strncpy()
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | sama5d31ek.dts | 47 d3 { 48 label = "d3";
|
| H A D | sama5d34ek.dts | 57 d3 { 58 label = "d3";
|
| H A D | stih407-clock.dtsi | 288 clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 { 295 clock-output-names = "clk-s-d3-fs0-ch0", 296 "clk-s-d3-fs0-ch1", 297 "clk-s-d3-fs0-ch2", 298 "clk-s-d3-fs0-ch3"; 301 clockgen-d3@9107000 { 305 clk_s_d3_flexgen: clk-s-d3-flexgen {
|
| H A D | stih410-clock.dtsi | 309 clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 { 316 clock-output-names = "clk-s-d3-fs0-ch0", 317 "clk-s-d3-fs0-ch1", 318 "clk-s-d3-fs0-ch2", 319 "clk-s-d3-fs0-ch3"; 322 clockgen-d3@9107000 { 326 clk_s_d3_flexgen: clk-s-d3-flexgen {
|
| H A D | at91sam9263ek.dts | 189 d3 { 190 label = "d3";
|
| H A D | at91-sama5d3_xplained.dts | 360 d3 { 361 label = "d3";
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | string.c | 135 int d0, d1, d2, d3, d4, d5; in memmove() local 285 "=r" (d3), "=r" (d4), "=r"(d5) in memmove()
|
| /openbmc/libpldm/tests/data/ |
| H A D | test.hex | 10 d3 5c 1c 8a 5a a5
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | ptrace.h | 16 ulong d3; member
|
| /openbmc/qemu/linux-user/m68k/ |
| H A D | target_syscall.h | 8 abi_long d1, d2, d3, d4, d5, d6, d7; member
|
| H A D | cpu_loop.c | 105 env->dregs[3] = regs->d3; in target_cpu_copy_regs()
|
| /openbmc/u-boot/arch/x86/cpu/i386/ |
| H A D | interrupt.c | 71 unsigned long d0, d1, d2, d3, d6, d7; in dump_regs() local 124 d3 = get_debugreg(3); in dump_regs() 127 d0, d1, d2, d3); in dump_regs()
|
| /openbmc/u-boot/arch/m68k/lib/ |
| H A D | traps.c | 25 fp->d0, fp->d1, fp->d2, fp->d3); in show_frame()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/ |
| H A D | stdc-predef.patch | 16 index bcdb293..92327d3 100644
|
| /openbmc/u-boot/include/ |
| H A D | efi.h | 101 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 106 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } }
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch | 19 index 90644d3..911c759 100755
|
| /openbmc/qemu/roms/ |
| H A D | Makefile | 5 pxerom_targets := 8086100e 808610d3 80861209 10500940 10222000 10ec8139 1af41000 15ad07b0 10 pxe-rom-e1000e efi-rom-e1000e : DID := 10d3
|
| /openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-Add-prototype-to-function-definitions.patch | 19 index 79f486c..50375d3 100644
|
| /openbmc/qemu/chardev/ |
| H A D | baum.c | 121 #define BRLAPI_DOTS(d1,d2,d3,d4,d5,d6,d7,d8) \ argument 124 (d3?BRLAPI_DOT3:0)|\
|