Searched refs:YMAJOR (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
140 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
145 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
146 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
140 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
145 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
146 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmiline.h40 #define YMAJOR 1 macro
43 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
44 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
47 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
48 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmiline.h40 #define YMAJOR 1 macro
43 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
44 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
47 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
48 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
141 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
146 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
147 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
140 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
145 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
146 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
140 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
145 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
146 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmiline.h41 #define YMAJOR 1 macro
44 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
45 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
48 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
49 #define OCTANT7 (1 << (YMAJOR))
140 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
145 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
146 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmiline.h42 #define YMAJOR 1 macro
45 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
46 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
49 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
50 #define OCTANT7 (1 << (YMAJOR))
143 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
148 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
149 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmiline.h42 #define YMAJOR 1 macro
45 #define OCTANT2 (1 << (YDECREASING|YMAJOR))
46 #define OCTANT3 (1 << (XDECREASING|YDECREASING|YMAJOR))
49 #define OCTANT6 (1 << (XDECREASING|YMAJOR))
50 #define OCTANT7 (1 << (YMAJOR))
143 #define SetYMajorOctant(_octant) ((_octant) |= YMAJOR)
148 #define IsXMajorOctant(_octant) (!((_octant) & YMAJOR))
149 #define IsYMajorOctant(_octant) ((_octant) & YMAJOR)

Completed in 266 milliseconds