HomeSort by: relevance | last modified time | path
    Searched defs:PUTBITS (Results 1 - 2 of 2) 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 { \
  /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 57 milliseconds