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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h161 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
168 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h135 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
142 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h154 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
161 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h189 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
196 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h190 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
197 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h186 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
193 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h186 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
193 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h186 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
193 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h182 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
189 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h182 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
189 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h171 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
178 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h171 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
178 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h162 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
169 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h161 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
168 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h161 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
168 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h152 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
159 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h156 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
163 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h156 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro
163 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro

Completed in 6472 milliseconds