Searched refs:u_putbits (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmaskbits.h376 /* This is gross. We want to #define u_putbits as something which can be used
378 * machine type, we want nothing to do with u_putbits. What a hastle. Here
379 * I used slo_putbits as something which either u_putbits or putbits could be
383 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
408 #define u_putbits(src, x, w, pdst) slo_putbits(src, x, w, pdst) macro
410 #define u_putbits(src, x, w, pdst) putbits(src, x, w, pdst) macro
579 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmaskbits.h376 /* This is gross. We want to #define u_putbits as something which can be used
378 * machine type, we want nothing to do with u_putbits. What a hastle. Here
379 * I used slo_putbits as something which either u_putbits or putbits could be
383 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
408 #define u_putbits(src, x, w, pdst) slo_putbits(src, x, w, pdst) macro
410 #define u_putbits(src, x, w, pdst) putbits(src, x, w, pdst) macro
579 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmaskbits.h376 /* This is gross. We want to #define u_putbits as something which can be used
378 * machine type, we want nothing to do with u_putbits. What a hastle. Here
379 * I used slo_putbits as something which either u_putbits or putbits could be
383 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
408 #define u_putbits(src, x, w, pdst) slo_putbits(src, x, w, pdst) macro
410 #define u_putbits(src, x, w, pdst) putbits(src, x, w, pdst) macro
579 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmaskbits.h378 /* This is gross. We want to #define u_putbits as something which can be used
380 * machine type, we want nothing to do with u_putbits. What a hastle. Here
381 * I used slo_putbits as something which either u_putbits or putbits could be
385 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
410 #define u_putbits(src, x, w, pdst) slo_putbits(src, x, w, pdst) macro
412 #define u_putbits(src, x, w, pdst) putbits(src, x, w, pdst) macro
581 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmaskbits.h378 /* This is gross. We want to #define u_putbits as something which can be used
380 * machine type, we want nothing to do with u_putbits. What a hastle. Here
381 * I used slo_putbits as something which either u_putbits or putbits could be
385 * u_putbits gets it if we have FASTPUTBITS (putbits) from above and have not
410 #define u_putbits(src, x, w, pdst) slo_putbits(src, x, w, pdst) macro
412 #define u_putbits(src, x, w, pdst) putbits(src, x, w, pdst) macro
581 #define u_FASTPUT(aa, bb, cc, dd) u_putbits(SCRLEFT(aa, PPW-(cc)), bb, cc, dd)

Completed in 39 milliseconds