Searched defs:DX (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddwmapi.h49 DOUBLE DX; member in struct:_MilMatrix3x2D
/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm.c85 #define DX r.gr.u.r16.dx macro
183 DX = APM_BIOS_SEG; /* 16-bit data segment. */
H A Ddisk.c86 #define DX r.gr.u.r16.dx macro
131 BX_DEBUG_INT13_HD("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
291 DX = lba & 0xffff;
346 BX_DEBUG_INT13_HD("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x DS=%04x SI=%04x\n",
347 __func__, AX, BX, CX, DX, ES, DS, SI);
H A Dfloppy.c440 #define DX r.gr.u.r16.dx macro
459 BX_DEBUG_INT13_FL("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
996 DX = 0;
H A Dkeyboard.c343 uint16_t BX, uint16_t DX, uint16_t CX, uint16_t AX)
579 #define DX r.gr.u.r16.dx macro
593 BX_DEBUG_INT16("int16: AX=%04x BX=%04x CX=%04x DX=%04x \n", AX, BX, CX, DX);
740 BX_INFO("AX=%04x BX=%04x CX=%04x DX=%04x \n", AX, BX, CX, DX);
742 BX_DEBUG_INT16("int16ex: AX=%04x BX=%04x CX=%04x DX=%04x \n", AX, BX, CX, DX);
342 int09_function(uint16_t ES, uint16_t DI, uint16_t SI, uint16_t BP, uint16_t SP, uint16_t BX, uint16_t DX, uint16_t CX, uint16_t AX) argument
H A Dsystem.c268 #define DX r.gr.u.r16.dx macro
365 write_word( 0x40, 0x9C, DX ); // Low word, delay
591 // Wait for CX:DX microseconds. currently using the
594 timer_wait(DX, CX);
768 default: /* AX=E820, DX=534D4150, BX unrecognized */
776 // if DX != 0x534D4150)
800 DX = (inb_cmos(0x35) << 8) | inb_cmos(0x34);
804 BX = DX;
H A Deltorito.c72 #define DX r.gr.u.r16.dx macro
180 BX_DEBUG_INT13_ET("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
480 BX_DEBUG_INT13_ET("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
697 BX_DEBUG_INT13_CD("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
H A Dpcibios.c59 #define DX r.gr.u.r16.dx macro
333 if (DX == 0xFFFF) {
337 device = PCIxx(find_device)(DX | (uint32_t)CX << 16, SI, 0);
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvbe.c652 void vbe_biosfn_save_restore_state(uint16_t STACK_BASED *AX, uint16_t CX, uint16_t DX, argument
H A Dvgabios.c319 uint16_t DX, uint16_t CX, uint16_t AX, uint16_t DS, uint16_t ES, uint16_t FLAGS)
323 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n", GET_AH(), GET_AL(), BX, CX, DX);
1351 static void biosfn_write_pixel(uint8_t BH, uint8_t AL, uint16_t CX, uint16_t DX) argument
1366 addr = CX/8+DX*read_word(BIOSMEM_SEG,BIOSMEM_NB_COLS);
1383 addr=(CX>>2)+(DX>>1)*80;
1387 addr=(CX>>3)+(DX>>1)*80;
1389 if (DX & 1) addr += 0x2000;
1413 addr=CX+DX*(read_word(BIOSMEM_SEG,BIOSMEM_NB_COLS)*8);
1585 uint16_t DX, uint8_t BL, uint8_t BH)
1594 dest = blockaddr + (DX
318 int10_debugmsg(uint16_t DI, uint16_t SI, uint16_t BP, uint16_t SP, uint16_t BX, uint16_t DX, uint16_t CX, uint16_t AX, uint16_t DS, uint16_t ES, uint16_t FLAGS) argument
1584 biosfn_load_text_user_pat(uint8_t AL, uint16_t ES, uint16_t BP, uint16_t CX, uint16_t DX, uint8_t BL, uint8_t BH) argument
2107 int10_func(uint16_t DI, uint16_t SI, uint16_t BP, uint16_t SP, uint16_t BX, uint16_t DX, uint16_t CX, uint16_t AX, uint16_t DS, uint16_t ES, uint16_t FLAGS) argument
2137 biosfn_set_cursor_pos(GET_BH(),DX); local
2140 vga_get_cursor_pos(GET_BH(), &CX, &DX); local
2171 biosfn_write_pixel(GET_BH(),GET_AL(),CX,DX); local
2174 vga_read_pixel(GET_BH(), CX, DX, &AX); local
2194 biosfn_load_text_user_pat(GET_AL(),ES,BP,CX,DX,GET_BL(),GET_BH()); local
2224 vga_get_font_info(GET_BH(), &ES, &BP, &CX, &DX); local
2240 biosfn_switch_video_interface(GET_AL(),ES,DX); local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddwmapi.h103 DOUBLE DX; member in struct:_MilMatrix3x2D
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h315 /// DX = Required address alignment. Bit mapped. First non-zero bit from the right is the alignment.
1072 UINT16 DX; member in struct:__anon10760
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h5053 UINT16 DX; member in struct:__anon11944
/vbox/src/apps/svnsync-vbox/
H A Dmain.c34 #define DX(x) do { x } while (0); macro
36 #define DX(x) do { } while (0); macro
651 DX(fprintf(stderr, "init set_target_revision %ld\n", target_revision);)
667 DX(fprintf(stderr, "init open_root\n");)
671 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
695 DX(fprintf(stderr, "init add_directory %s\n", path);)
700 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
728 DX(fprintf(stderr, "init close_directory\n");)
729 DX(fprintf(stderr, " %s\n", db->process ? "EXPORT" : "IGNORE");)
748 DX(fprint
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h457 UINT16_t DX; member in struct:s_PXENV_START_UNDI
1711 UINT16_t DX; member in struct:s_UNDI_LOADER
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dassyntax.h122 #define DX dx macro
184 #define DX %dx macro
392 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
393 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
394 #define IN_B CHOICE(inb (DX), inb ARG2(DX,A
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dassyntax.h119 #define DX dx macro
181 #define DX %dx macro
389 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
390 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
391 #define IN_B CHOICE(inb (DX), inb ARG2(DX,A
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dassyntax.h119 #define DX dx macro
181 #define DX %dx macro
389 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
390 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
391 #define IN_B CHOICE(inb (DX), inb ARG2(DX,A
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dassyntax.h95 #define DX dx macro
157 #define DX %dx macro
365 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
366 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
367 #define IN_B CHOICE(inb (DX), inb ARG2(DX,A
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dassyntax.h123 #define DX dx macro
185 #define DX %dx macro
393 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
394 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
395 #define IN_B CHOICE(inb (DX), inb ARG2(DX,A
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dassyntax.h123 #define DX dx macro
185 #define DX %dx macro
393 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
394 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
395 #define IN_B CHOICE(inb (DX), inb ARG2(DX,A
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/x86/
H A Dassyntax.h107 #define DX dx macro
169 #define DX %dx macro
442 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
444 #define IN_B CHOICE(inb (DX), inb ARG2(DX,A
[all...]

Completed in 585 milliseconds