Searched refs:putbits (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dselect.c243 #define putbits(name, x) if (name) bcopy(obits[x], name, ncpbytes) macro
245 putbits(in, 0);
246 putbits(ou, 1);
247 putbits(ex, 2);
248 #undef putbits macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dmaskbits.h45 these are used as accelerators for doing putbits and masking out
127 putbits(src, x, w, pdst)
150 like putbits but calls DoRop with the rasterop ROP (see mfb.h for
154 like putbits but calls DoRRop with the reduced rasterop ROP
342 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst) macro
360 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst) macro
379 * I used slo_putbits as something which either u_putbits or putbits could be
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
407 #if defined(putbits)
414 #define putbits macro
[all...]
H A Dcfbmskbits.h47 * getbits() and putbits() retain much the same calling sequence, but
98 * parameter to the putbits and putbitsrop macros that is the plane
213 these are used as accelerators for doing putbits and masking out
284 putbits(src, x, w, pdst, planemask)
307 like putbits but calls DoRop with the rasterop ROP (see cfb.h for
552 #define putbits(src, x, w, pdst, planemask) \ macro
589 #undef putbits macro
590 #define putbits(src, x, w, pdst, planemask) \ macro
664 * For 32-bit operations, getbits(), putbits(), and putbitsrop()
671 #define putbits(sr macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dmaskbits.h45 these are used as accelerators for doing putbits and masking out
127 putbits(src, x, w, pdst)
150 like putbits but calls DoRop with the rasterop ROP (see mfb.h for
154 like putbits but calls DoRRop with the reduced rasterop ROP
342 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst) macro
360 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst) macro
379 * I used slo_putbits as something which either u_putbits or putbits could be
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
407 #if defined(putbits)
414 #define putbits macro
[all...]
H A Dcfbmskbits.h44 * getbits() and putbits() retain much the same calling sequence, but
95 * parameter to the putbits and putbitsrop macros that is the plane
210 these are used as accelerators for doing putbits and masking out
281 putbits(src, x, w, pdst, planemask)
304 like putbits but calls DoRop with the rasterop ROP (see cfb.h for
549 #define putbits(src, x, w, pdst, planemask) \ macro
586 #undef putbits macro
587 #define putbits(src, x, w, pdst, planemask) \ macro
661 * For 32-bit operations, getbits(), putbits(), and putbitsrop()
668 #define putbits(sr macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dmaskbits.h45 these are used as accelerators for doing putbits and masking out
127 putbits(src, x, w, pdst)
150 like putbits but calls DoRop with the rasterop ROP (see mfb.h for
154 like putbits but calls DoRRop with the reduced rasterop ROP
342 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst) macro
360 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst) macro
379 * I used slo_putbits as something which either u_putbits or putbits could be
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
407 #if defined(putbits)
414 #define putbits macro
[all...]
H A Dcfbmskbits.h44 * getbits() and putbits() retain much the same calling sequence, but
95 * parameter to the putbits and putbitsrop macros that is the plane
210 these are used as accelerators for doing putbits and masking out
281 putbits(src, x, w, pdst, planemask)
304 like putbits but calls DoRop with the rasterop ROP (see cfb.h for
549 #define putbits(src, x, w, pdst, planemask) \ macro
586 #undef putbits macro
587 #define putbits(src, x, w, pdst, planemask) \ macro
661 * For 32-bit operations, getbits(), putbits(), and putbitsrop()
668 #define putbits(sr macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dmaskbits.h47 these are used as accelerators for doing putbits and masking out
129 putbits(src, x, w, pdst)
152 like putbits but calls DoRop with the rasterop ROP (see mfb.h for
156 like putbits but calls DoRRop with the reduced rasterop ROP
344 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst) macro
362 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst) macro
381 * I used slo_putbits as something which either u_putbits or putbits could be
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
409 #if defined(putbits)
416 #define putbits macro
[all...]
H A Dcfbmskbits.h49 * getbits() and putbits() retain much the same calling sequence, but
100 * parameter to the putbits and putbitsrop macros that is the plane
215 these are used as accelerators for doing putbits and masking out
286 putbits(src, x, w, pdst, planemask)
309 like putbits but calls DoRop with the rasterop ROP (see cfb.h for
554 #define putbits(src, x, w, pdst, planemask) \ macro
591 #undef putbits macro
592 #define putbits(src, x, w, pdst, planemask) \ macro
666 * For 32-bit operations, getbits(), putbits(), and putbitsrop()
673 #define putbits(sr macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dmaskbits.h47 these are used as accelerators for doing putbits and masking out
129 putbits(src, x, w, pdst)
152 like putbits but calls DoRop with the rasterop ROP (see mfb.h for
156 like putbits but calls DoRRop with the reduced rasterop ROP
344 #define putbits(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst) macro
362 #define putbits(src, x, w, pdst) FASTPUTBITS(SHR((src),32-(w)), x, w, pdst) macro
381 * I used slo_putbits as something which either u_putbits or putbits could be
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
409 #if defined(putbits)
416 #define putbits macro
[all...]
H A Dcfbmskbits.h50 * getbits() and putbits() retain much the same calling sequence, but
101 * parameter to the putbits and putbitsrop macros that is the plane
216 these are used as accelerators for doing putbits and masking out
287 putbits(src, x, w, pdst, planemask)
310 like putbits but calls DoRop with the rasterop ROP (see cfb.h for
555 #define putbits(src, x, w, pdst, planemask) \ macro
592 #undef putbits macro
593 #define putbits(src, x, w, pdst, planemask) \ macro
667 * For 32-bit operations, getbits(), putbits(), and putbitsrop()
674 #define putbits(sr macro
[all...]

Completed in 98 milliseconds