Home
last modified time | relevance | path

Searched refs:d3 (Results 1 – 25 of 47) sorted by relevance

12

/openbmc/u-boot/lib/
H A Dtiny-printf.c90 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 Dvsprintf.c53 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 Dper.S53 larl %r1, d3
55 j3: jne d3
57 d3: label
/openbmc/qemu/tests/tcg/tricore/c/
H A Dcrt0-tc2x.S218 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 Dbitops.c45 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 Dunicode_ut.c42 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 Dsama5d31ek.dts47 d3 {
48 label = "d3";
H A Dsama5d34ek.dts57 d3 {
58 label = "d3";
H A Dstih407-clock.dtsi288 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 Dstih410-clock.dtsi309 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 Dat91sam9263ek.dts189 d3 {
190 label = "d3";
H A Dat91-sama5d3_xplained.dts360 d3 {
361 label = "d3";
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c135 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 Dtest.hex10 d3 5c 1c 8a 5a a5
/openbmc/u-boot/arch/m68k/include/asm/
H A Dptrace.h16 ulong d3; member
/openbmc/qemu/linux-user/m68k/
H A Dtarget_syscall.h8 abi_long d1, d2, d3, d4, d5, d6, d7; member
H A Dcpu_loop.c105 env->dregs[3] = regs->d3; in target_cpu_copy_regs()
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c71 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 Dtraps.c25 fp->d0, fp->d1, fp->d2, fp->d3); in show_frame()
/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/
H A Dstdc-predef.patch16 index bcdb293..92327d3 100644
/openbmc/u-boot/include/
H A Defi.h101 #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 D0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch19 index 90644d3..911c759 100755
/openbmc/qemu/roms/
H A DMakefile5 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 D0001-Add-prototype-to-function-definitions.patch19 index 79f486c..50375d3 100644
/openbmc/qemu/chardev/
H A Dbaum.c121 #define BRLAPI_DOTS(d1,d2,d3,d4,d5,d6,d7,d8) \ argument
124 (d3?BRLAPI_DOT3:0)|\

12