Searched defs:RROP_UNROLL_MASK (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfbrrop.h316 #define RROP_UNROLL_MASK (RROP_UNROLL-1) macro
319 int part = (nmiddle) & RROP_UNROLL_MASK; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbrrop.h316 #define RROP_UNROLL_MASK (RROP_UNROLL-1) macro
319 int part = (nmiddle) & RROP_UNROLL_MASK; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfbrrop.h317 #define RROP_UNROLL_MASK (RROP_UNROLL-1) macro
320 int part = (nmiddle) & RROP_UNROLL_MASK; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfbrrop.h318 #define RROP_UNROLL_MASK (RROP_UNROLL-1) macro
321 int part = (nmiddle) & RROP_UNROLL_MASK; \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbrrop.h317 #define RROP_UNROLL_MASK (RROP_UNROLL-1) macro
320 int part = (nmiddle) & RROP_UNROLL_MASK; \

Completed in 59 milliseconds