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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h158 #define FbScrLeft(x,n) ((x) >> (n)) macro
165 #define FbScrLeft(x,n) ((x) << (n)) macro
175 #define FbStipLeft(x,n) FbScrLeft(x,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)
187 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
192 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
195 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
490 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h132 #define FbScrLeft(x,n) ((x) >> (n)) macro
139 #define FbScrLeft(x,n) ((x) << (n)) macro
149 #define FbStipLeft(x,n) FbScrLeft(x,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)
161 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
166 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
169 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
335 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h151 #define FbScrLeft(x,n) ((x) >> (n)) macro
158 #define FbScrLeft(x,n) ((x) << (n)) macro
168 #define FbStipLeft(x,n) FbScrLeft(x,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)
180 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
185 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
188 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
484 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h186 #define FbScrLeft(x,n) ((x) >> (n)) macro
193 #define FbScrLeft(x,n) ((x) << (n)) macro
203 #define FbStipLeft(x,n) FbScrLeft(x,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)
215 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
220 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
223 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
519 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h187 #define FbScrLeft(x,n) ((x) >> (n)) macro
194 #define FbScrLeft(x,n) ((x) << (n)) macro
204 #define FbStipLeft(x,n) FbScrLeft(x,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)
216 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
221 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
224 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
520 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h183 #define FbScrLeft(x,n) ((x) >> (n)) macro
190 #define FbScrLeft(x,n) ((x) << (n)) macro
200 #define FbStipLeft(x,n) FbScrLeft(x,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)
212 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
217 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
220 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
516 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h183 #define FbScrLeft(x,n) ((x) >> (n)) macro
190 #define FbScrLeft(x,n) ((x) << (n)) macro
200 #define FbStipLeft(x,n) FbScrLeft(x,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)
212 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
217 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
220 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
528 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h183 #define FbScrLeft(x,n) ((x) >> (n)) macro
190 #define FbScrLeft(x,n) ((x) << (n)) macro
200 #define FbStipLeft(x,n) FbScrLeft(x,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)
212 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
217 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
220 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
528 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h179 #define FbScrLeft(x,n) ((x) >> (n)) macro
186 #define FbScrLeft(x,n) ((x) << (n)) macro
196 #define FbStipLeft(x,n) FbScrLeft(x,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)
208 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
213 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
216 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
524 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h179 #define FbScrLeft(x,n) ((x) >> (n)) macro
186 #define FbScrLeft(x,n) ((x) << (n)) macro
196 #define FbStipLeft(x,n) FbScrLeft(x,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)
208 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
213 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
216 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
524 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h168 #define FbScrLeft(x,n) ((x) >> (n)) macro
175 #define FbScrLeft(x,n) ((x) << (n)) macro
185 #define FbStipLeft(x,n) FbScrLeft(x,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)
197 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
202 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
205 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
503 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h168 #define FbScrLeft(x,n) ((x) >> (n)) macro
175 #define FbScrLeft(x,n) ((x) << (n)) macro
185 #define FbStipLeft(x,n) FbScrLeft(x,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)
197 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
202 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
205 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
503 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h159 #define FbScrLeft(x,n) ((x) >> (n)) macro
166 #define FbScrLeft(x,n) ((x) << (n)) macro
176 #define FbStipLeft(x,n) FbScrLeft(x,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)
188 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
193 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
196 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
491 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h158 #define FbScrLeft(x,n) ((x) >> (n)) macro
165 #define FbScrLeft(x,n) ((x) << (n)) macro
175 #define FbStipLeft(x,n) FbScrLeft(x,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)
187 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
192 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
195 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
490 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h158 #define FbScrLeft(x,n) ((x) >> (n)) macro
165 #define FbScrLeft(x,n) ((x) << (n)) macro
175 #define FbStipLeft(x,n) FbScrLeft(x,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)
187 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
192 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
195 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
490 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h149 #define FbScrLeft(x,n) ((x) >> (n)) macro
156 #define FbScrLeft(x,n) ((x) << (n)) macro
166 #define FbStipLeft(x,n) FbScrLeft(x,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)
178 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
183 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
186 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
482 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h153 #define FbScrLeft(x,n) ((x) >> (n)) macro
160 #define FbScrLeft(x,n) ((x) << (n)) macro
170 #define FbStipLeft(x,n) FbScrLeft(x,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)
182 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
187 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
190 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
486 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h153 #define FbScrLeft(x,n) ((x) >> (n)) macro
160 #define FbScrLeft(x,n) ((x) << (n)) macro
170 #define FbStipLeft(x,n) FbScrLeft(x,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)
182 FbScrLeft(FB_ALLONES,(FB_UNIT - (x)) & FB_MASK) : 0)
187 FbScrLeft(FB_STIP_ALLONES,(FB_STIP_UNIT - (x)) & FB_STIP_MASK) : 0)
190 FbScrLeft(FB_ALLONES,(FB_UNIT - ((x) + (w))) & FB_MASK))
486 #define FbRot24(p,b) (FbScrRight(p,b) | FbScrLeft(p,24-(b)))

Completed in 262 milliseconds