Searched refs:FASTPUTBITS (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmaskbits.h338 #define FASTPUTBITS(src, x, w, pdst) \ macro
342 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst)
355 #define FASTPUTBITS(src, x, w, pdst) \ macro
360 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst)
382 * putbits gets it iff it is not already defined with FASTPUTBITS above.
383 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
463 #if defined(FASTPUTBITS) && defined(FASTGETBITS) && defined(NO_3_60_CG4)
471 FASTPUTBITS(_tmp, x, w, pdst); \
480 FASTPUTBITS(_tmp, x, w, pdst); \
489 FASTPUTBITS(_tm
[all...]
H A Dcfbmskbits.h584 #define FASTPUTBITS(src, x, w, pdst) \ macro
598 FASTPUTBITS(_m, (x) * PSZ, (w) * PSZ, pdst); \
600 FASTPUTBITS(SCRRIGHT(src, PPW-(w)), (x) * PSZ, (w) * PSZ, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmaskbits.h338 #define FASTPUTBITS(src, x, w, pdst) \ macro
342 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst)
355 #define FASTPUTBITS(src, x, w, pdst) \ macro
360 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst)
382 * putbits gets it iff it is not already defined with FASTPUTBITS above.
383 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
463 #if defined(FASTPUTBITS) && defined(FASTGETBITS) && defined(NO_3_60_CG4)
471 FASTPUTBITS(_tmp, x, w, pdst); \
480 FASTPUTBITS(_tmp, x, w, pdst); \
489 FASTPUTBITS(_tm
[all...]
H A Dcfbmskbits.h581 #define FASTPUTBITS(src, x, w, pdst) \ macro
595 FASTPUTBITS(_m, (x) * PSZ, (w) * PSZ, pdst); \
597 FASTPUTBITS(SCRRIGHT(src, PPW-(w)), (x) * PSZ, (w) * PSZ, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmaskbits.h338 #define FASTPUTBITS(src, x, w, pdst) \ macro
342 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst)
355 #define FASTPUTBITS(src, x, w, pdst) \ macro
360 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst)
382 * putbits gets it iff it is not already defined with FASTPUTBITS above.
383 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
463 #if defined(FASTPUTBITS) && defined(FASTGETBITS) && defined(NO_3_60_CG4)
471 FASTPUTBITS(_tmp, x, w, pdst); \
480 FASTPUTBITS(_tmp, x, w, pdst); \
489 FASTPUTBITS(_tm
[all...]
H A Dcfbmskbits.h581 #define FASTPUTBITS(src, x, w, pdst) \ macro
595 FASTPUTBITS(_m, (x) * PSZ, (w) * PSZ, pdst); \
597 FASTPUTBITS(SCRRIGHT(src, PPW-(w)), (x) * PSZ, (w) * PSZ, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmaskbits.h340 #define FASTPUTBITS(src, x, w, pdst) \ macro
344 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst)
357 #define FASTPUTBITS(src, x, w, pdst) \ macro
362 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst)
384 * putbits gets it iff it is not already defined with FASTPUTBITS above.
385 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
465 #if defined(FASTPUTBITS) && defined(FASTGETBITS) && defined(NO_3_60_CG4)
473 FASTPUTBITS(_tmp, x, w, pdst); \
482 FASTPUTBITS(_tmp, x, w, pdst); \
491 FASTPUTBITS(_tm
[all...]
H A Dcfbmskbits.h586 #define FASTPUTBITS(src, x, w, pdst) \ macro
600 FASTPUTBITS(_m, (x) * PSZ, (w) * PSZ, pdst); \
602 FASTPUTBITS(SCRRIGHT(src, PPW-(w)), (x) * PSZ, (w) * PSZ, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmaskbits.h340 #define FASTPUTBITS(src, x, w, pdst) \ macro
344 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst)
357 #define FASTPUTBITS(src, x, w, pdst) \ macro
362 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst)
384 * putbits gets it iff it is not already defined with FASTPUTBITS above.
385 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
465 #if defined(FASTPUTBITS) && defined(FASTGETBITS) && defined(NO_3_60_CG4)
473 FASTPUTBITS(_tmp, x, w, pdst); \
482 FASTPUTBITS(_tmp, x, w, pdst); \
491 FASTPUTBITS(_tm
[all...]
H A Dcfbmskbits.h587 #define FASTPUTBITS(src, x, w, pdst) \ macro
601 FASTPUTBITS(_m, (x) * PSZ, (w) * PSZ, pdst); \
603 FASTPUTBITS(SCRRIGHT(src, PPW-(w)), (x) * PSZ, (w) * PSZ, pdst); \

Completed in 61 milliseconds