HomeSort by: relevance | last modified time | path
    Searched refs:PUTBITS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/rasops/
rasops_masks.h 65 * Using GETBITS() and PUTBITS() inside a loop mightn't be such a good idea.
78 #define PUTBITS(sw, x, w, dp) do { \
rasops_bitops.h 279 PUTBITS(tmp, db, num, drp);
326 PUTBITS(tmp, 0, rnum, dp);
342 PUTBITS(tmp, db, lnum, dp);
370 PUTBITS(tmp, db, lnum, dp);
387 PUTBITS(tmp, 0, rnum, dp);
  /src/sys/arch/luna68k/dev/
omrasops.c 156 /* luna68k version PUTBITS() that puts w bits from bit x at pdst memory */
165 #define PUTBITS(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst)
1311 PUTBITS(tmp, db, w, P0(dp));
1350 PUTBITS(tmp, db, lnum, P0(dp));
1365 PUTBITS(tmp, 0, rnum, P0(dp));
1389 PUTBITS(tmp, 0, rnum, P0(dp));
1404 PUTBITS(tmp, db, lnum, P0(dp));
1444 PUTBITS(tmp, db, w, P0(dp));
1446 PUTBITS(tmp, db, w, P1(dp));
1448 PUTBITS(tmp, db, w, P2(dp))
    [all...]

Completed in 15 milliseconds