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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h457 #define FbLaneCase2(n,a,o) \ macro
469 FbLaneCase2((n)&3,a,o) \
470 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h316 #define FbLaneCase2(n,a,o) \ macro
328 FbLaneCase2((n)&3,a,o) \
329 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h461 #define FbLaneCase2(n,a,o) ((n) == 0x03 ? \ macro
469 ((void)FbLaneCase2((n)&3,a,o), \
470 FbLaneCase2((n)>>2,a,(o)+2)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h496 #define FbLaneCase2(n,a,o) ((n) == 0x03 ? (void) \ macro
504 ((void)FbLaneCase2((n)&3,a,o), \
505 FbLaneCase2((n)>>2,a,(o)+2)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h497 #define FbLaneCase2(n,a,o) ((n) == 0x03 ? (void) \ macro
505 ((void)FbLaneCase2((n)&3,a,o), \
506 FbLaneCase2((n)>>2,a,(o)+2)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h493 #define FbLaneCase2(n,a,o) ((n) == 0x03 ? (void) \ macro
501 ((void)FbLaneCase2((n)&3,a,o), \
502 FbLaneCase2((n)>>2,a,(o)+2)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h495 #define FbLaneCase2(n,a,o) \ macro
507 FbLaneCase2((n)&3,a,o) \
508 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h495 #define FbLaneCase2(n,a,o) \ macro
507 FbLaneCase2((n)&3,a,o) \
508 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h491 #define FbLaneCase2(n,a,o) \ macro
503 FbLaneCase2((n)&3,a,o) \
504 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h491 #define FbLaneCase2(n,a,o) \ macro
503 FbLaneCase2((n)&3,a,o) \
504 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h470 #define FbLaneCase2(n,a,o) \ macro
482 FbLaneCase2((n)&3,a,o) \
483 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h470 #define FbLaneCase2(n,a,o) \ macro
482 FbLaneCase2((n)&3,a,o) \
483 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h458 #define FbLaneCase2(n,a,o) \ macro
470 FbLaneCase2((n)&3,a,o) \
471 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h457 #define FbLaneCase2(n,a,o) \ macro
469 FbLaneCase2((n)&3,a,o) \
470 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h457 #define FbLaneCase2(n,a,o) \ macro
469 FbLaneCase2((n)&3,a,o) \
470 FbLaneCase2((n)>>2,a,(o)+2) \
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h459 #define FbLaneCase2(n,a,o) ((n) == 0x03 ? \ macro
467 ((void)FbLaneCase2((n)&3,a,o), \
468 FbLaneCase2((n)>>2,a,(o)+2)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h463 #define FbLaneCase2(n,a,o) ((n) == 0x03 ? \ macro
471 ((void)FbLaneCase2((n)&3,a,o), \
472 FbLaneCase2((n)>>2,a,(o)+2)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h463 #define FbLaneCase2(n,a,o) ((n) == 0x03 ? \ macro
471 ((void)FbLaneCase2((n)&3,a,o), \
472 FbLaneCase2((n)>>2,a,(o)+2)))

Completed in 136 milliseconds