Searched refs:inpw (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dinlines.h20 extern unsigned inpw(unsigned port);
22 #pragma intrinsic(inp,outp,inpw,outpw)
25 #define inw(p) inpw(p)
H A Dpcibios.c371 CX = inpw(PCI_CFG_DATA + (DI & 2));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dconio.h50 static inline unsigned short inpw(unsigned short i) { return _inpw(i); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dconio.h60 static inline unsigned short inpw(unsigned short i) { return _inpw(i); } function
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dinlines.h20 extern unsigned inpw(unsigned port);
22 #pragma intrinsic(inp,outp,inpw,outpw)
25 #define inw(p) inpw(p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcompiler.h94 # define inw inpw
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcompiler.h92 # define inw inpw
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcompiler.h92 # define inw inpw
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h68 # define inw inpw
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h95 # define inw inpw
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h99 # define inw inpw

Completed in 106 milliseconds