Searched refs:FB_UNIT (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h86 #define FB_UNIT (1 << FB_SHIFT) macro
87 #define FB_MASK (FB_UNIT - 1)
103 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
141 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
152 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
153 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
160 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
161 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
169 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
179 n -= FB_UNIT
[all...]
H A DrootlessCommon.h233 if (_pPix->drawable.bitsPerPixel != FB_UNIT) { \
235 (FB_UNIT / CHAR_BIT - 1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h89 #define FB_UNIT (1 << FB_SHIFT) macro
91 #define FB_MASK (FB_UNIT - 1)
107 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
167 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
178 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
179 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
186 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
187 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
195 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
205 n -= FB_UNIT
[all...]
H A DrootlessCommon.h233 if (_pPix->drawable.bitsPerPixel != FB_UNIT) { \
235 (FB_UNIT / CHAR_BIT - 1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h60 #define FB_UNIT (1 << FB_SHIFT) macro
62 #define FB_MASK (FB_UNIT - 1)
98 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
160 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
171 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
172 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
179 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
180 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
188 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
199 n -= FB_UNIT
[all...]
H A DrootlessCommon.h228 if (_pPix->drawable.bitsPerPixel != FB_UNIT) { \
230 (FB_UNIT / CHAR_BIT - 1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h95 #define FB_UNIT (1 << FB_SHIFT) macro
97 #define FB_MASK (FB_UNIT - 1)
133 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
195 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
206 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
207 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
214 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
215 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
223 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
234 n -= FB_UNIT
[all...]
H A DrootlessCommon.h228 if (_pPix->drawable.bitsPerPixel != FB_UNIT) { \
230 (FB_UNIT / CHAR_BIT - 1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h96 #define FB_UNIT (1 << FB_SHIFT) macro
98 #define FB_MASK (FB_UNIT - 1)
134 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
196 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
207 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
208 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
215 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
216 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
224 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
235 n -= FB_UNIT
[all...]
H A DrootlessCommon.h244 if (_pPix->drawable.bitsPerPixel != FB_UNIT) { \
246 (FB_UNIT / CHAR_BIT - 1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h96 #define FB_UNIT (1 << FB_SHIFT) macro
98 #define FB_MASK (FB_UNIT - 1)
131 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
192 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
203 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
204 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
211 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
212 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
220 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
231 n -= FB_UNIT
[all...]
H A DrootlessCommon.h240 if (_pPix->drawable.bitsPerPixel != FB_UNIT) { \
242 (FB_UNIT / CHAR_BIT - 1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h96 #define FB_UNIT (1 << FB_SHIFT) macro
98 #define FB_MASK (FB_UNIT - 1)
131 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
192 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
203 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
204 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
211 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
212 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
220 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
231 n -= FB_UNIT
[all...]
H A DrootlessCommon.h235 if (_pPix->drawable.bitsPerPixel != FB_UNIT) { \
237 (FB_UNIT / CHAR_BIT - 1); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h96 #define FB_UNIT (1 << FB_SHIFT) macro
98 #define FB_MASK (FB_UNIT - 1)
131 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
192 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
203 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
204 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
211 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
212 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
220 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
231 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h92 #define FB_UNIT (1 << FB_SHIFT) macro
94 #define FB_MASK (FB_UNIT - 1)
127 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
188 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
199 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
200 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
207 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
208 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
216 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
227 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h92 #define FB_UNIT (1 << FB_SHIFT) macro
94 #define FB_MASK (FB_UNIT - 1)
127 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
188 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
199 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
200 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
207 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
208 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
216 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
227 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h92 #define FB_UNIT (1 << FB_SHIFT) macro
94 #define FB_MASK (FB_UNIT - 1)
116 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
177 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
188 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
189 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
196 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
197 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
205 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
216 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h92 #define FB_UNIT (1 << FB_SHIFT) macro
94 #define FB_MASK (FB_UNIT - 1)
116 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
177 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
188 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
189 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
196 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
197 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
205 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
216 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h90 #define FB_UNIT (1 << FB_SHIFT) macro
92 #define FB_MASK (FB_UNIT - 1)
108 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
168 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
179 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
180 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
187 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
188 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
196 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
206 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h89 #define FB_UNIT (1 << FB_SHIFT) macro
91 #define FB_MASK (FB_UNIT - 1)
107 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
167 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
178 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
179 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
186 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
187 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
195 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
205 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h89 #define FB_UNIT (1 << FB_SHIFT) macro
91 #define FB_MASK (FB_UNIT - 1)
107 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
167 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
178 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
179 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
186 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
187 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
195 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
205 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h60 #define FB_UNIT (1 << FB_SHIFT) macro
62 #define FB_MASK (FB_UNIT - 1)
98 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
158 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
169 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
170 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
177 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
178 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
186 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
197 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h62 #define FB_UNIT (1 << FB_SHIFT) macro
64 #define FB_MASK (FB_UNIT - 1)
100 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
162 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
173 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
174 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
181 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
182 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
190 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
201 n -= FB_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h62 #define FB_UNIT (1 << FB_SHIFT) macro
64 #define FB_MASK (FB_UNIT - 1)
100 #define FbFullMask(n) ((n) == FB_UNIT ? FB_ALLONES : ((((FbBits) 1) << n) - 1))
162 /* #define FbLeftBits(x,n) ((x) >> (FB_UNIT - (n))) */
173 #define FbRotLeft(x,n) FbScrLeft(x,n) | (n ? FbScrRight(x,FB_UNIT-n) : 0)
174 #define FbRotRight(x,n) FbScrRight(x,n) | (n ? FbScrLeft(x,FB_UNIT-n) : 0)
181 #define FbRightMask(x) ( ((FB_UNIT - (x)) & FB_MASK) ? \
182 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
190 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
201 n -= FB_UNIT
[all...]

Completed in 85 milliseconds

12