Searched defs:PORT_SIZE (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcompiler.h523 #define PORT_SIZE long macro
525 #define PORT_SIZE short macro
531 outb(unsigned PORT_SIZE port, unsigned char val)
533 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
538 outw(unsigned PORT_SIZE port, unsigned short val)
540 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
545 outl(unsigned PORT_SIZE port, unsigned int val)
547 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
552 inb(unsigned PORT_SIZE port)
554 return *(volatile unsigned char *) (((unsigned PORT_SIZE) (por
798 #define PORT_SIZE macro
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c64 #define PORT_SIZE 32 macro
322 char port[PORT_SIZE];
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcompiler.h905 # define PORT_SIZE long macro
907 # define PORT_SIZE short macro
913 outb(unsigned PORT_SIZE port, unsigned char val)
915 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
919 outw(unsigned PORT_SIZE port, unsigned short val)
921 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
925 outl(unsigned PORT_SIZE port, unsigned int val)
927 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
931 inb(unsigned PORT_SIZE port)
933 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcompiler.h903 # define PORT_SIZE long macro
905 # define PORT_SIZE short macro
911 outb(unsigned PORT_SIZE port, unsigned char val)
913 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
917 outw(unsigned PORT_SIZE port, unsigned short val)
919 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
923 outl(unsigned PORT_SIZE port, unsigned int val)
925 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
929 inb(unsigned PORT_SIZE port)
931 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcompiler.h903 # define PORT_SIZE long macro
905 # define PORT_SIZE short macro
911 outb(unsigned PORT_SIZE port, unsigned char val)
913 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
917 outw(unsigned PORT_SIZE port, unsigned short val)
919 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
923 outl(unsigned PORT_SIZE port, unsigned int val)
925 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
929 inb(unsigned PORT_SIZE port)
931 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcompiler.h868 # define PORT_SIZE long macro
870 # define PORT_SIZE short macro
876 outb(unsigned PORT_SIZE port, unsigned char val)
878 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
882 outw(unsigned PORT_SIZE port, unsigned short val)
884 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
888 outl(unsigned PORT_SIZE port, unsigned int val)
890 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
894 inb(unsigned PORT_SIZE port)
896 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcompiler.h711 # define PORT_SIZE long macro
713 # define PORT_SIZE short macro
719 outb(unsigned PORT_SIZE port, unsigned char val)
721 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
725 outw(unsigned PORT_SIZE port, unsigned short val)
727 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
731 outl(unsigned PORT_SIZE port, unsigned int val)
733 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
737 inb(unsigned PORT_SIZE port)
739 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcompiler.h712 # define PORT_SIZE long macro
714 # define PORT_SIZE short macro
720 outb(unsigned PORT_SIZE port, unsigned char val)
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
726 outw(unsigned PORT_SIZE port, unsigned short val)
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
732 outl(unsigned PORT_SIZE port, unsigned int val)
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
738 inb(unsigned PORT_SIZE port)
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcompiler.h712 # define PORT_SIZE long macro
714 # define PORT_SIZE short macro
720 outb(unsigned PORT_SIZE port, unsigned char val)
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
726 outw(unsigned PORT_SIZE port, unsigned short val)
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
732 outl(unsigned PORT_SIZE port, unsigned int val)
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
738 inb(unsigned PORT_SIZE port)
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcompiler.h712 # define PORT_SIZE long macro
714 # define PORT_SIZE short macro
720 outb(unsigned PORT_SIZE port, unsigned char val)
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
726 outw(unsigned PORT_SIZE port, unsigned short val)
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
732 outl(unsigned PORT_SIZE port, unsigned int val)
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
738 inb(unsigned PORT_SIZE port)
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
1031 #define PORT_SIZE macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcompiler.h712 # define PORT_SIZE long macro
714 # define PORT_SIZE short macro
720 outb(unsigned PORT_SIZE port, unsigned char val)
722 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
726 outw(unsigned PORT_SIZE port, unsigned short val)
728 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
732 outl(unsigned PORT_SIZE port, unsigned int val)
734 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
738 inb(unsigned PORT_SIZE port)
740 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
1031 #define PORT_SIZE macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcompiler.h693 # define PORT_SIZE long macro
695 # define PORT_SIZE short macro
701 outb(unsigned PORT_SIZE port, unsigned char val)
703 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
707 outw(unsigned PORT_SIZE port, unsigned short val)
709 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
713 outl(unsigned PORT_SIZE port, unsigned int val)
715 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
719 inb(unsigned PORT_SIZE port)
721 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
1012 #define PORT_SIZE macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcompiler.h725 #define PORT_SIZE long macro
727 #define PORT_SIZE short macro
733 outb(unsigned PORT_SIZE port, unsigned char val)
735 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
740 outw(unsigned PORT_SIZE port, unsigned short val)
742 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
747 outl(unsigned PORT_SIZE port, unsigned int val)
749 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
754 inb(unsigned PORT_SIZE port)
756 return *(volatile unsigned char *) (((unsigned PORT_SIZE) (por
1038 #define PORT_SIZE macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcompiler.h725 #define PORT_SIZE long macro
727 #define PORT_SIZE short macro
733 outb(unsigned PORT_SIZE port, unsigned char val)
735 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
740 outw(unsigned PORT_SIZE port, unsigned short val)
742 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
747 outl(unsigned PORT_SIZE port, unsigned int val)
749 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
754 inb(unsigned PORT_SIZE port)
756 return *(volatile unsigned char *) (((unsigned PORT_SIZE) (por
1038 #define PORT_SIZE macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompiler.h725 #define PORT_SIZE long macro
727 #define PORT_SIZE short macro
733 outb(unsigned PORT_SIZE port, unsigned char val)
735 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
740 outw(unsigned PORT_SIZE port, unsigned short val)
742 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
747 outl(unsigned PORT_SIZE port, unsigned int val)
749 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
754 inb(unsigned PORT_SIZE port)
756 return *(volatile unsigned char *) (((unsigned PORT_SIZE) (por
1038 #define PORT_SIZE macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcompiler.h726 #define PORT_SIZE long macro
728 #define PORT_SIZE short macro
734 outb(unsigned PORT_SIZE port, unsigned char val)
736 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
741 outw(unsigned PORT_SIZE port, unsigned short val)
743 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
748 outl(unsigned PORT_SIZE port, unsigned int val)
750 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) =
755 inb(unsigned PORT_SIZE port)
757 return *(volatile unsigned char *) (((unsigned PORT_SIZE) (por
1039 #define PORT_SIZE macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h853 #define PORT_SIZE long macro
855 #define PORT_SIZE short macro
861 outb(unsigned PORT_SIZE port, unsigned char val)
863 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
867 outw(unsigned PORT_SIZE port, unsigned short val)
869 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
873 outl(unsigned PORT_SIZE port, unsigned int val)
875 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
879 inb(unsigned PORT_SIZE port)
881 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h906 # define PORT_SIZE long macro
908 # define PORT_SIZE short macro
914 outb(unsigned PORT_SIZE port, unsigned char val)
916 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
920 outw(unsigned PORT_SIZE port, unsigned short val)
922 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
926 outl(unsigned PORT_SIZE port, unsigned int val)
928 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
932 inb(unsigned PORT_SIZE port)
934 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h910 # define PORT_SIZE long macro
912 # define PORT_SIZE short macro
918 outb(unsigned PORT_SIZE port, unsigned char val)
920 *(volatile unsigned char*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
924 outw(unsigned PORT_SIZE port, unsigned short val)
926 *(volatile unsigned short*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
930 outl(unsigned PORT_SIZE port, unsigned int val)
932 *(volatile unsigned int*)(((unsigned PORT_SIZE)(port))+IOPortBase) = val;
936 inb(unsigned PORT_SIZE port)
938 return *(volatile unsigned char*)(((unsigned PORT_SIZE)(por
[all...]

Completed in 146 milliseconds