Searched defs:PWSH (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfbmskbits.h66 * PWSH pixel-to-word shift (should be log2(PPW))
84 * PWSH 2 0 0 3 1 1
141 /* set PWSH = log2(PPW) using brute force */
144 #define PWSH 0 macro
147 #define PWSH 1 macro
150 #define PWSH 2 macro
153 #define PWSH 3 macro
156 #define PWSH 4 macro
515 nlw = (((w) - (PPW - ((x)&PIM))) >> PWSH); \
517 nlw = (w) >> PWSH;
[all...]
H A Dmaskbits.h199 * PWSH 5 6 pixel-to-word shift (should be log2(PPW))
223 /* set PWSH = log2(PPW) using brute force */
249 #define PWSH MFB_PWSH macro
319 nlw = (((w) - (PPW - ((x) & PIM))) >> PWSH); \
321 nlw = (w) >> PWSH;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbmskbits.h63 * PWSH pixel-to-word shift (should be log2(PPW))
81 * PWSH 2 0 0 3 1 1
138 /* set PWSH = log2(PPW) using brute force */
141 #define PWSH 0 macro
144 #define PWSH 1 macro
147 #define PWSH 2 macro
150 #define PWSH 3 macro
153 #define PWSH 4 macro
512 nlw = (((w) - (PPW - ((x)&PIM))) >> PWSH); \
514 nlw = (w) >> PWSH;
[all...]
H A Dmaskbits.h199 * PWSH 5 6 pixel-to-word shift (should be log2(PPW))
223 /* set PWSH = log2(PPW) using brute force */
249 #define PWSH MFB_PWSH macro
319 nlw = (((w) - (PPW - ((x) & PIM))) >> PWSH); \
321 nlw = (w) >> PWSH;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfbmskbits.h63 * PWSH pixel-to-word shift (should be log2(PPW))
81 * PWSH 2 0 0 3 1 1
138 /* set PWSH = log2(PPW) using brute force */
141 #define PWSH 0 macro
144 #define PWSH 1 macro
147 #define PWSH 2 macro
150 #define PWSH 3 macro
153 #define PWSH 4 macro
512 nlw = (((w) - (PPW - ((x)&PIM))) >> PWSH); \
514 nlw = (w) >> PWSH;
[all...]
H A Dmaskbits.h199 * PWSH 5 6 pixel-to-word shift (should be log2(PPW))
223 /* set PWSH = log2(PPW) using brute force */
249 #define PWSH MFB_PWSH macro
319 nlw = (((w) - (PPW - ((x) & PIM))) >> PWSH); \
321 nlw = (w) >> PWSH;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfbmskbits.h68 * PWSH pixel-to-word shift (should be log2(PPW))
86 * PWSH 2 0 0 3 1 1
143 /* set PWSH = log2(PPW) using brute force */
146 #define PWSH 0 macro
149 #define PWSH 1 macro
152 #define PWSH 2 macro
155 #define PWSH 3 macro
158 #define PWSH 4 macro
517 nlw = (((w) - (PPW - ((x)&PIM))) >> PWSH); \
519 nlw = (w) >> PWSH;
[all...]
H A Dmaskbits.h201 * PWSH 5 6 pixel-to-word shift (should be log2(PPW))
225 /* set PWSH = log2(PPW) using brute force */
251 #define PWSH MFB_PWSH macro
321 nlw = (((w) - (PPW - ((x) & PIM))) >> PWSH); \
323 nlw = (w) >> PWSH;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbmskbits.h69 * PWSH pixel-to-word shift (should be log2(PPW))
87 * PWSH 2 0 0 3 1 1
144 /* set PWSH = log2(PPW) using brute force */
147 #define PWSH 0 macro
150 #define PWSH 1 macro
153 #define PWSH 2 macro
156 #define PWSH 3 macro
159 #define PWSH 4 macro
518 nlw = (((w) - (PPW - ((x)&PIM))) >> PWSH); \
520 nlw = (w) >> PWSH;
[all...]
H A Dmaskbits.h201 * PWSH 5 6 pixel-to-word shift (should be log2(PPW))
225 /* set PWSH = log2(PPW) using brute force */
251 #define PWSH MFB_PWSH macro
321 nlw = (((w) - (PPW - ((x) & PIM))) >> PWSH); \
323 nlw = (w) >> PWSH;

Completed in 47 milliseconds