Searched defs:afbScanlineOffsetNoBankSwitch (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dafb.h961 #define afbScanlineOffsetNoBankSwitch(_ptr, _off) ((_ptr) + (_off)) macro
963 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w))
965 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
977 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dafb.h837 #define afbScanlineOffsetNoBankSwitch(_ptr, _off) ((_ptr) + (_off)) macro
839 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w))
841 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
853 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dafb.h808 #define afbScanlineOffsetNoBankSwitch(_ptr, _off) ((_ptr) + (_off)) macro
810 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w))
812 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
824 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/afb/
H A Dafb.h1147 #define afbScanlineOffsetNoBankSwitch(_ptr, _off) ((_ptr) + (_off)) macro
1149 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w))
1151 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
1163 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dafb.h963 #define afbScanlineOffsetNoBankSwitch(_ptr, _off) ((_ptr) + (_off)) macro
965 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w))
967 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
979 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dafb.h963 #define afbScanlineOffsetNoBankSwitch(_ptr, _off) ((_ptr) + (_off)) macro
965 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w))
967 afbScanlineOffsetNoBankSwitch(_ptr, (_y) * (_w) + ((_x) >> MFB_PWSH))
979 #define afbScanlineOffset(_ptr, _off) afbScanlineOffsetNoBankSwitch(_ptr, _off)

Completed in 1498 milliseconds