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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h97 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
163 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
164 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
171 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
172 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
289 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h101 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
189 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
190 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
197 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
198 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
430 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h89 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
182 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
183 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
190 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
191 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
436 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h124 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
217 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
218 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
225 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
226 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
471 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h125 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
218 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
219 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
226 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
227 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
472 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h122 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
214 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
215 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
222 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
223 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
468 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h122 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
214 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
215 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
222 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
223 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
468 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h122 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
214 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
215 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
222 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
223 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
468 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h118 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
210 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
211 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
218 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
219 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
464 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h118 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
210 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
211 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
218 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
219 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
464 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h107 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
199 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
200 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
207 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
208 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
443 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h107 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
199 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
200 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
207 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
208 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
443 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h102 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
190 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
191 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
198 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
199 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
431 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h101 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
189 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
190 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
197 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
198 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
430 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h101 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
189 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
190 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
197 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
198 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
430 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h89 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
180 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
181 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
188 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
189 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
434 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h91 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
184 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
185 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
192 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
193 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
438 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h91 #define FB_STIP_MASK (FB_STIP_UNIT - 1) macro
184 #define FbLeftStipMask(x) ( ((x) & FB_STIP_MASK) ? \
185 FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) : 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)
192 #define FbStipMask(x,w) (FbStipRight(FB_STIP_ALLONES,(x) & FB_STIP_MASK) & \
193 FbStipLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - ((x)+(w))) & FB_STIP_MASK))
438 n -= FB_STIP_UNIT - ((x) & FB_STIP_MASK); \

Completed in 113 milliseconds