/third_party/uboot/u-boot-2020.01/arch/x86/cpu/i386/ |
D | call64.S | 29 leal gdt, %eax 30 movl %eax, gdt+2 31 lgdt gdt 90 gdt: label 91 .word gdt_end - gdt - 1 92 .long gdt /* Fixed up by code above */
|
D | cpu.c | 109 struct gdt_ptr gdt; in load_gdt() local 111 gdt.len = (num_entries * X86_GDT_ENTRY_SIZE) - 1; in load_gdt() 112 gdt.ptr = (ulong)boot_gdt; in load_gdt() 114 asm volatile("lgdtl %0\n" : : "m" (gdt)); in load_gdt() 121 gdt_addr = new_gd->arch.gdt; in arch_setup_gd()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdatetime.c | 389 GDateTime *gdt, *gdt2; in GST_START_TEST() local 640 gdt = g_date_time_new_now_utc (); in GST_START_TEST() 643 fail_unless (gst_date_time_get_year (dt) == g_date_time_get_year (gdt)); in GST_START_TEST() 644 fail_unless (gst_date_time_get_month (dt) == g_date_time_get_month (gdt)); in GST_START_TEST() 646 g_date_time_get_day_of_month (gdt)); in GST_START_TEST() 653 fail_unless (gst_date_time_get_year (dt) == g_date_time_get_year (gdt)); in GST_START_TEST() 654 fail_unless (gst_date_time_get_month (dt) == g_date_time_get_month (gdt)); in GST_START_TEST() 656 g_date_time_get_day_of_month (gdt)); in GST_START_TEST() 663 fail_unless (gst_date_time_get_year (dt) == g_date_time_get_year (gdt)); in GST_START_TEST() 664 fail_unless (gst_date_time_get_month (dt) == g_date_time_get_month (gdt)); in GST_START_TEST() [all …]
|
/third_party/uboot/u-boot-2020.01/lib/efi/ |
D | efi_stub.c | 160 struct desctab_info gdt; in get_codeseg32() local 164 get_gdt(&gdt); in get_codeseg32() 165 for (ptr = (uint64_t *)(unsigned long)gdt.addr, i = 0; i < gdt.limit; in get_codeseg32() 195 printhex8(gdt.limit); in get_codeseg32() 197 printhex8(gdt.addr >> 32); in get_codeseg32() 198 printhex8(gdt.addr); in get_codeseg32() 199 for (i = 0; i < gdt.limit; i += 8) { in get_codeseg32() 200 uint32_t *ptr = (uint32_t *)((unsigned long)gdt.addr + i); in get_codeseg32()
|
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/ |
D | sipi.h | 36 u32 gdt; member
|
D | global_data.h | 71 u64 gdt[X86_GDT_NUM_ENTRIES] __aligned(16); member
|
/third_party/ffmpeg/doc/ |
D | t2h.pm | 196 $self->gdt('This document was generated using @uref{{program_homepage}, @emph{{program}}}.', 201 $self->gdt('This document was generated automatically.'));
|
/third_party/e2fsprogs/tests/d_dumpe2fs_group_only/ |
D | expect | 19 group:block:super:gdt:bbitmap:ibitmap:itable
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ |
D | mp_init.c | 236 params16->gdt = (uint32_t)gd->arch.gdt; in load_sipi_vector() 238 debug("gdt = %x, gdt_limit = %x\n", params16->gdt, params16->gdt_limit); in load_sipi_vector()
|
/third_party/boost/libs/parameter_python/doc/ |
D | Jamfile.v2 | 19 …<docutils-html>"-gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-refe…
|
/third_party/boost/libs/parameter/doc/ |
D | Jamfile.v2 | 19 …<docutils-html>"-gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-refe…
|
/third_party/boost/libs/graph/doc/ |
D | BUILD_DOCS.sh | 12 …rst2html.py -gdt --link-stylesheet --traceback --trim-footnote-reference-space --footnote-referenc…
|
/third_party/e2fsprogs/tests/r_expand_full/ |
D | expect | 27 group:block:super:gdt:bbitmap:ibitmap:itable
|
/third_party/e2fsprogs/tests/r_32to64bit_expand_full/ |
D | expect | 31 group:block:super:gdt:bbitmap:ibitmap:itable
|
/third_party/e2fsprogs/tests/r_32to64bit/ |
D | expect | 47 group:block:super:gdt:bbitmap:ibitmap:itable
|
/third_party/e2fsprogs/tests/r_64to32bit/ |
D | expect | 51 group:block:super:gdt:bbitmap:ibitmap:itable
|
/third_party/e2fsprogs/tests/r_32to64bit_move_itable/ |
D | expect | 51 group:block:super:gdt:bbitmap:ibitmap:itable
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 5313 gdt = datetime(1941, 6, 23, 20, 59, 59, tzinfo=timezone.utc) 5314 ldt = gdt.astimezone(Vilnius) 5320 gdt = datetime(1941, 6, 23, 21, tzinfo=timezone.utc) 5321 ldt = gdt.astimezone(Vilnius) 5327 gdt = datetime(1941, 6, 23, 22, tzinfo=timezone.utc) 5328 ldt = gdt.astimezone(Vilnius) 5338 gdt = ldt.astimezone(timezone.utc) 5339 self.assertEqual(gdt.strftime("%c %Z"), 5343 gdt = ldt.astimezone(timezone.utc) 5344 self.assertEqual(gdt.strftime("%c %Z"), [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 4967 GDateTime *gdt; in gst_mpd_client_add_time_difference() local 4972 gdt = gst_date_time_to_g_date_time (t1); in gst_mpd_client_add_time_difference() 4973 g_assert (gdt != NULL); in gst_mpd_client_add_time_difference() 4974 gdt2 = g_date_time_add (gdt, usecs); in gst_mpd_client_add_time_difference() 4976 g_date_time_unref (gdt); in gst_mpd_client_add_time_difference()
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.42.txt | 724 of reserved gdt blocks). This also fixes a problem where if the user 725 creates a filesystem with a restricted number of reserved gdt blocks,
|
D | v1.41.txt | 1514 Fix resize2fs to clean up the resize_inode if all of the reserved gdt
|
/third_party/e2fsprogs/debian/ |
D | changelog | 1182 fewer-than-normal reserved gdt blocks 1184 systems with the flex_bg feature and without any reserved gdt 2276 gdt blocks are consumed during an off-line resize.
|
/third_party/e2fsprogs/po/ |
D | uk.po | 7409 msgid "Not enough reserved gdt blocks for resizing" 7410 msgstr "Недостатньо зарезервованих блоків gdt для зміни розмірів"
|
D | zh_CN.po | 7434 msgid "Not enough reserved gdt blocks for resizing" 7435 msgstr "没有足够的保留gdt块用于改变文件系统大小"
|
D | da.po | 7295 msgid "Not enough reserved gdt blocks for resizing" 7296 msgstr "Ikke nok reserverede gdt-blokke for ændring af størrelse"
|