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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmaskbits.h577 #define u_FASTPUT(aa, bb, cc, dd) FASTPUTBITS(aa, bb, cc, dd) macro
579 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd) macro
586 u_FASTPUT(_tmpbits, dstbit, width, pdst); \
595 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
604 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmaskbits.h577 #define u_FASTPUT(aa, bb, cc, dd) FASTPUTBITS(aa, bb, cc, dd) macro
579 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd) macro
586 u_FASTPUT(_tmpbits, dstbit, width, pdst); \
595 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
604 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmaskbits.h577 #define u_FASTPUT(aa, bb, cc, dd) FASTPUTBITS(aa, bb, cc, dd) macro
579 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd) macro
586 u_FASTPUT(_tmpbits, dstbit, width, pdst); \
595 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
604 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmaskbits.h579 #define u_FASTPUT(aa, bb, cc, dd) FASTPUTBITS(aa, bb, cc, dd) macro
581 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd) macro
588 u_FASTPUT(_tmpbits, dstbit, width, pdst); \
597 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
606 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmaskbits.h579 #define u_FASTPUT(aa, bb, cc, dd) FASTPUTBITS(aa, bb, cc, dd) macro
581 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd) macro
588 u_FASTPUT(_tmpbits, dstbit, width, pdst); \
597 u_FASTPUT(_tmpdst, dstbit, width, pdst); \
606 u_FASTPUT(_tmpdst, dstbit, width, pdst); \

Completed in 40 milliseconds