Searched defs:FbBits (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h79 * by this software; it must be log2(sizeof (FbBits) * 8)
92 #define FB_ALLONES ((FbBits) -1)
107 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
110 typedef unsigned __int64 FbBits; typedef
118 typedef unsigned long FbBits;
120 typedef unsigned long long FbBits;
126 typedef CARD32 FbBits; typedef
130 typedef CARD16 FbBits; typedef
134 typedef FbBits FbStip;
160 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h79 * by this software; it must be log2(sizeof (FbBits) * 8)
88 #define FB_ALLONES ((FbBits) -1)
103 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
106 typedef CARD32 FbBits; typedef
112 typedef FbBits FbStip;
134 /* #define FbLeftBits(x,n) ((x) & ((((FbBits) 1) << (n)) - 1)) */
144 #define FbPatternOffsetBits (sizeof (FbBits) - 1)
243 case (sizeof (FbBits) - 3) | (1 << (FB_SHIFT - 3)): \
244 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
246 case (sizeof (FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h49 * by this software; it must be log2(sizeof (FbBits) * 8)
63 #define FB_ALLONES ((FbBits) -1)
98 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
102 typedef unsigned __int64 FbBits; typedef
111 typedef unsigned long FbBits;
113 typedef unsigned long long FbBits;
119 typedef CARD32 FbBits; typedef
123 typedef CARD16 FbBits; typedef
127 typedef FbBits FbStip;
153 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h84 * by this software; it must be log2(sizeof (FbBits) * 8)
98 #define FB_ALLONES ((FbBits) -1)
133 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
137 typedef unsigned __int64 FbBits; typedef
146 typedef unsigned long FbBits;
148 typedef unsigned long long FbBits;
154 typedef CARD32 FbBits; typedef
158 typedef CARD16 FbBits; typedef
162 typedef FbBits FbStip;
188 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h85 * by this software; it must be log2(sizeof (FbBits) * 8)
99 #define FB_ALLONES ((FbBits) -1)
134 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
138 typedef unsigned __int64 FbBits; typedef
147 typedef unsigned long FbBits;
149 typedef unsigned long long FbBits;
155 typedef CARD32 FbBits; typedef
159 typedef CARD16 FbBits; typedef
163 typedef FbBits FbStip;
189 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h85 * by this software; it must be log2(sizeof (FbBits) * 8)
99 #define FB_ALLONES ((FbBits) -1)
131 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
135 typedef unsigned __int64 FbBits; typedef
143 typedef unsigned long FbBits;
145 typedef unsigned long long FbBits;
151 typedef CARD32 FbBits; typedef
155 typedef CARD16 FbBits; typedef
159 typedef FbBits FbStip;
185 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h85 * by this software; it must be log2(sizeof (FbBits) * 8)
99 #define FB_ALLONES ((FbBits) -1)
131 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
135 typedef unsigned __int64 FbBits; typedef
143 typedef unsigned long FbBits;
145 typedef unsigned long long FbBits;
151 typedef CARD32 FbBits; typedef
155 typedef CARD16 FbBits; typedef
159 typedef FbBits FbStip;
185 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h85 * by this software; it must be log2(sizeof (FbBits) * 8)
99 #define FB_ALLONES ((FbBits) -1)
131 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
135 typedef unsigned __int64 FbBits; typedef
143 typedef unsigned long FbBits;
145 typedef unsigned long long FbBits;
151 typedef CARD32 FbBits; typedef
155 typedef CARD16 FbBits; typedef
159 typedef FbBits FbStip;
185 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h81 * by this software; it must be log2(sizeof (FbBits) * 8)
95 #define FB_ALLONES ((FbBits) -1)
127 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
131 typedef unsigned __int64 FbBits; typedef
139 typedef unsigned long FbBits;
141 typedef unsigned long long FbBits;
147 typedef CARD32 FbBits; typedef
151 typedef CARD16 FbBits; typedef
155 typedef FbBits FbStip;
181 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h81 * by this software; it must be log2(sizeof (FbBits) * 8)
95 #define FB_ALLONES ((FbBits) -1)
127 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
131 typedef unsigned __int64 FbBits; typedef
139 typedef unsigned long FbBits;
141 typedef unsigned long long FbBits;
147 typedef CARD32 FbBits; typedef
151 typedef CARD16 FbBits; typedef
155 typedef FbBits FbStip;
181 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h81 * by this software; it must be log2(sizeof (FbBits) * 8)
95 #define FB_ALLONES ((FbBits) -1)
116 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
120 typedef unsigned __int64 FbBits; typedef
128 typedef unsigned long FbBits;
130 typedef unsigned long long FbBits;
136 typedef CARD32 FbBits; typedef
140 typedef CARD16 FbBits; typedef
144 typedef FbBits FbStip;
170 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h81 * by this software; it must be log2(sizeof (FbBits) * 8)
95 #define FB_ALLONES ((FbBits) -1)
116 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
120 typedef unsigned __int64 FbBits; typedef
128 typedef unsigned long FbBits;
130 typedef unsigned long long FbBits;
136 typedef CARD32 FbBits; typedef
140 typedef CARD16 FbBits; typedef
144 typedef FbBits FbStip;
170 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h80 * by this software; it must be log2(sizeof (FbBits) * 8)
93 #define FB_ALLONES ((FbBits) -1)
108 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
111 typedef unsigned __int64 FbBits; typedef
119 typedef unsigned long FbBits;
121 typedef unsigned long long FbBits;
127 typedef CARD32 FbBits; typedef
131 typedef CARD16 FbBits; typedef
135 typedef FbBits FbStip;
161 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h79 * by this software; it must be log2(sizeof (FbBits) * 8)
92 #define FB_ALLONES ((FbBits) -1)
107 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
110 typedef unsigned __int64 FbBits; typedef
118 typedef unsigned long FbBits;
120 typedef unsigned long long FbBits;
126 typedef CARD32 FbBits; typedef
130 typedef CARD16 FbBits; typedef
134 typedef FbBits FbStip;
160 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h79 * by this software; it must be log2(sizeof (FbBits) * 8)
92 #define FB_ALLONES ((FbBits) -1)
107 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
110 typedef unsigned __int64 FbBits; typedef
118 typedef unsigned long FbBits;
120 typedef unsigned long long FbBits;
126 typedef CARD32 FbBits; typedef
130 typedef CARD16 FbBits; typedef
134 typedef FbBits FbStip;
160 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h49 * by this software; it must be log2(sizeof (FbBits) * 8)
63 #define FB_ALLONES ((FbBits) -1)
98 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
102 typedef unsigned __int64 FbBits; typedef
109 typedef unsigned long FbBits;
111 typedef unsigned long long FbBits;
117 typedef CARD32 FbBits; typedef
121 typedef CARD16 FbBits; typedef
125 typedef FbBits FbStip;
151 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h51 * by this software; it must be log2(sizeof (FbBits) * 8)
65 #define FB_ALLONES ((FbBits) -1)
100 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
104 typedef unsigned __int64 FbBits; typedef
113 typedef unsigned long FbBits;
115 typedef unsigned long long FbBits;
121 typedef CARD32 FbBits; typedef
125 typedef CARD16 FbBits; typedef
129 typedef FbBits FbStip;
155 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h51 * by this software; it must be log2(sizeof (FbBits) * 8)
65 #define FB_ALLONES ((FbBits) -1)
100 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
104 typedef unsigned __int64 FbBits; typedef
113 typedef unsigned long FbBits;
115 typedef unsigned long long FbBits;
121 typedef CARD32 FbBits; typedef
125 typedef CARD16 FbBits; typedef
129 typedef FbBits FbStip;
155 /* #define FbLeftBits(x,n) ((x) & ((((FbBits)
[all...]

Completed in 445 milliseconds