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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dafb.h960 #define afbScanlineIncNoBankSwitch(_ptr, _off) _ptr += (_off) macro
973 #define afbScanlineInc(_ptr, _off) afbScanlineIncNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dafb.h836 #define afbScanlineIncNoBankSwitch(_ptr, _off) _ptr += (_off) macro
849 #define afbScanlineInc(_ptr, _off) afbScanlineIncNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dafb.h807 #define afbScanlineIncNoBankSwitch(_ptr, _off) _ptr += (_off) macro
820 #define afbScanlineInc(_ptr, _off) afbScanlineIncNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/afb/
H A Dafb.h1146 #define afbScanlineIncNoBankSwitch(_ptr, _off) _ptr += (_off) macro
1159 #define afbScanlineInc(_ptr, _off) afbScanlineIncNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dafb.h962 #define afbScanlineIncNoBankSwitch(_ptr, _off) _ptr += (_off) macro
975 #define afbScanlineInc(_ptr, _off) afbScanlineIncNoBankSwitch(_ptr, _off)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dafb.h962 #define afbScanlineIncNoBankSwitch(_ptr, _off) _ptr += (_off) macro
975 #define afbScanlineInc(_ptr, _off) afbScanlineIncNoBankSwitch(_ptr, _off)

Completed in 41 milliseconds