/u-boot/test/lib/ |
A D | efi_device_path.c | 23 u8 d3[] __aligned(2) = { in lib_test_efi_dp_check_length() local 29 struct efi_device_path *p3 = (struct efi_device_path *)d3; in lib_test_efi_dp_check_length() 39 ut_asserteq((ssize_t)-1, efi_dp_check_length(p3, sizeof(d3) - 1)); in lib_test_efi_dp_check_length() 40 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, sizeof(d3))); in lib_test_efi_dp_check_length() 41 ut_asserteq((ssize_t)sizeof(d3), efi_dp_check_length(p3, SSIZE_MAX)); in lib_test_efi_dp_check_length() 44 ut_asserteq((ssize_t)sizeof(d3), in lib_test_efi_dp_check_length() 45 efi_dp_check_length(p3, sizeof(d3) + 4)); in lib_test_efi_dp_check_length()
|
/u-boot/lib/ |
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()
|
A D | vsprintf.c | 54 unsigned d3, d2, d1, d0; in put_dec_trunc() local 57 d3 = (q>>12); in put_dec_trunc() 75 d3 = q + 4*d3; in put_dec_trunc() 76 if (d3 != 0) { in put_dec_trunc() 77 q = (d3 * 0xcd) >> 11; in put_dec_trunc() 78 d3 = d3 - 10*q; in put_dec_trunc() 92 unsigned d3, d2, d1, d0; in put_dec_full() local 95 d3 = (q>>12); in put_dec_full() 121 d3 = q + 4*d3; in put_dec_full() 124 d3 = d3 - 10*q; in put_dec_full() [all …]
|
/u-boot/arch/arm/dts/ |
A D | sama5d31ek.dts | 47 d3 { 48 label = "d3";
|
A D | sama5d34ek.dts | 57 d3 { 58 label = "d3";
|
A D | stih410-clock.dtsi | 295 clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 { 302 clock-output-names = "clk-s-d3-fs0-ch0", 303 "clk-s-d3-fs0-ch1", 304 "clk-s-d3-fs0-ch2", 305 "clk-s-d3-fs0-ch3"; 308 clockgen-d3@9107000 { 312 clk_s_d3_flexgen: clk-s-d3-flexgen {
|
A D | stih407-clock.dtsi | 285 clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 { 292 clock-output-names = "clk-s-d3-fs0-ch0", 293 "clk-s-d3-fs0-ch1", 294 "clk-s-d3-fs0-ch2", 295 "clk-s-d3-fs0-ch3"; 298 clockgen-d3@9107000 { 302 clk_s_d3_flexgen: clk-s-d3-flexgen {
|
A D | at91sam9263ek.dts | 189 d3 { 190 label = "d3";
|
A D | at91-sama5d3_xplained.dts | 360 d3 { 361 label = "d3";
|
A D | r8a7794-alt.dts | 34 d3_3v: regulator-d3-3v {
|
A D | r8a7794-silk.dts | 100 d3_3v: regulator-d3-3v {
|
A D | armada-388-clearfog.dts | 355 MPP37: sd0:d3 x sd0
|
/u-boot/arch/x86/lib/ |
A D | string.c | 135 int d0, d1, d2, d3, d4, d5; in memmove() local 285 "=r" (d3), "=r" (d4), "=r"(d5) in memmove()
|
/u-boot/arch/m68k/include/asm/ |
A D | ptrace.h | 16 ulong d3; member
|
/u-boot/test/ |
A D | unicode_ut.c | 45 static const char d3[] = {0xe6, 0xbd, 0x9c, 0xe6, 0xb0, 0xb4, 0xe8, 0x89, variable 156 s = d3; in unicode_test_utf8_get() 164 ut_asserteq_ptr(s, d3 + 9) in unicode_test_utf8_get() 224 ut_asserteq(3, utf8_utf16_strlen(d3)); in unicode_test_utf8_utf16_strlen() 241 ut_asserteq(2, utf8_utf16_strnlen(d3, 2)); in unicode_test_utf8_utf16_strnlen() 289 utf8_utf16_strcpy(&pos, d3); in unicode_test_utf8_utf16_strcpy() 339 utf8_utf16_strncpy(&pos, d3, 2); in unicode_test_utf8_utf16_strncpy() 480 ut_asserteq_str(d3, buf); in unicode_test_utf16_utf8_strcpy() 531 ut_assert(!strncmp(buf, d3, 6)); in unicode_test_utf16_utf8_strncpy()
|
/u-boot/arch/m68k/lib/ |
A D | traps.c | 27 fp->d0, fp->d1, fp->d2, fp->d3); in show_frame()
|
/u-boot/arch/x86/cpu/i386/ |
A D | interrupt.c | 90 unsigned long d0, d1, d2, d3, d6, d7; in dump_regs() local 143 d3 = get_debugreg(3); in dump_regs() 146 d0, d1, d2, d3); in dump_regs()
|
/u-boot/include/ |
A D | efi.h | 112 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 117 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } }
|
/u-boot/arch/arm/mach-imx/imx8/ |
A D | snvs_security_sc.c | 292 u32 d3 = ptr_value(_p3); in check_write_secvio_config() local 296 scierr = sc_seco_secvio_config(-1, id, SC_WRITE_CONF, &d1, &d2, &d3, in check_write_secvio_config() 302 d1, d2, d3, d4, d5, _cnt); in check_write_secvio_config() 311 *(u32 *)_p3 = d3; in check_write_secvio_config()
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | start.S | 420 move.l #0x200, %d3 424 subq.l #1, %d3
|
/u-boot/arch/x86/dts/ |
A D | chromebook_samus.dts | 526 intel,adsp-d3-pg-enable = <0>;
|
/u-boot/doc/ |
A D | README.fsl-ddr | 424 01:00.0 - 8086:10d3 - Network controller
|