Searched refs:FB_STIP_UNIT (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h96 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
97 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
142 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
155 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
156 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
165 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
166 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
172 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
289 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
341 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h100 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
101 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
168 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
181 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
182 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
191 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
192 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
198 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
430 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
496 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h88 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
89 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
161 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
174 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
175 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
184 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
185 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
191 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
436 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
490 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h123 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
124 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
196 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
209 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
210 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
219 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
220 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
226 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
471 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
525 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h124 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
125 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
197 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
210 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
211 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
220 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
221 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
227 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
472 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
526 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h121 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
122 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
193 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
206 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
207 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
216 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
217 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
223 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
468 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
522 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h121 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
122 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
193 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
206 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
207 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
216 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
217 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
223 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
468 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
534 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h121 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
122 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
193 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
206 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
207 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
216 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
217 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
223 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
468 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
534 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h117 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
118 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
189 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
202 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
203 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
212 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
213 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
219 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
464 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
530 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h117 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
118 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
189 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
202 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
203 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
212 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
213 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
219 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
464 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
530 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h106 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
107 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
178 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
191 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
192 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
201 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
202 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
208 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
443 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
509 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h106 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
107 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
178 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
191 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
192 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
201 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
202 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
208 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
443 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
509 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h101 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
102 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
169 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
182 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
183 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
192 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
193 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
199 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
431 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
497 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h100 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
101 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
168 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
181 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
182 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
191 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
192 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
198 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
430 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
496 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h100 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
101 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
168 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
181 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
182 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
191 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
192 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
198 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
430 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
496 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h88 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
89 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
159 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
172 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
173 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
182 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
183 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
189 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
434 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
488 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h90 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
91 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
163 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
176 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
177 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
186 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
187 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
193 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
438 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
492 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h90 #define FB_STIP_UNIT (1 << FB_STIP_SHIFT) macro
91 #define FB_STIP_MASK (FB_STIP_UNIT - 1)
163 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n)))
176 #define FbRotStipLeft(x,n) FbStipLeft(x,n) | (n ? FbStipRight(x,FB_STIP_UNIT-n) : 0)
177 #define FbRotStipRight(x,n) FbStipRight(x,n) | (n ? FbStipLeft(x,FB_STIP_UNIT-n) : 0)
186 #define FbRightStipMask(x) ( ((FB_STIP_UNIT - (x)) & FB_STIP_MASK) ? \
187 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
193 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
438 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
492 #define FbNext24Stip(p) (FbRot24(p,(24-FB_STIP_UNIT
[all...]

Completed in 88 milliseconds