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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h311 #define FbLaneCase1(n,a,o) \ macro
320 FbLaneCase1((n)&1,a,o) \
321 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h452 #define FbLaneCase1(n,a,o) \ macro
461 FbLaneCase1((n)&1,a,o) \
462 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h458 #define FbLaneCase1(n,a,o) ((n) == 0x01 ? \ macro
464 ((void)FbLaneCase1((n)&1,a,o), \
465 FbLaneCase1((n)>>1,a,(o)+1)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h493 #define FbLaneCase1(n,a,o) ((n) == 0x01 ? (void) \ macro
499 ((void)FbLaneCase1((n)&1,a,o), \
500 FbLaneCase1((n)>>1,a,(o)+1)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h494 #define FbLaneCase1(n,a,o) ((n) == 0x01 ? (void) \ macro
500 ((void)FbLaneCase1((n)&1,a,o), \
501 FbLaneCase1((n)>>1,a,(o)+1)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h490 #define FbLaneCase1(n,a,o) ((n) == 0x01 ? (void) \ macro
496 ((void)FbLaneCase1((n)&1,a,o), \
497 FbLaneCase1((n)>>1,a,(o)+1)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h490 #define FbLaneCase1(n,a,o) \ macro
499 FbLaneCase1((n)&1,a,o) \
500 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h490 #define FbLaneCase1(n,a,o) \ macro
499 FbLaneCase1((n)&1,a,o) \
500 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h486 #define FbLaneCase1(n,a,o) \ macro
495 FbLaneCase1((n)&1,a,o) \
496 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h486 #define FbLaneCase1(n,a,o) \ macro
495 FbLaneCase1((n)&1,a,o) \
496 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h465 #define FbLaneCase1(n,a,o) \ macro
474 FbLaneCase1((n)&1,a,o) \
475 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h465 #define FbLaneCase1(n,a,o) \ macro
474 FbLaneCase1((n)&1,a,o) \
475 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h453 #define FbLaneCase1(n,a,o) \ macro
462 FbLaneCase1((n)&1,a,o) \
463 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h452 #define FbLaneCase1(n,a,o) \ macro
461 FbLaneCase1((n)&1,a,o) \
462 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h452 #define FbLaneCase1(n,a,o) \ macro
461 FbLaneCase1((n)&1,a,o) \
462 FbLaneCase1((n)>>1,a,(o)+1) \
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h456 #define FbLaneCase1(n,a,o) ((n) == 0x01 ? \ macro
462 ((void)FbLaneCase1((n)&1,a,o), \
463 FbLaneCase1((n)>>1,a,(o)+1)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h460 #define FbLaneCase1(n,a,o) ((n) == 0x01 ? \ macro
466 ((void)FbLaneCase1((n)&1,a,o), \
467 FbLaneCase1((n)>>1,a,(o)+1)))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h460 #define FbLaneCase1(n,a,o) ((n) == 0x01 ? \ macro
466 ((void)FbLaneCase1((n)&1,a,o), \
467 FbLaneCase1((n)>>1,a,(o)+1)))

Completed in 3701 milliseconds