HomeSort by: relevance | last modified time | path
    Searched defs:GETBITS (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.
71 #define GETBITS(sp, x, w, dw) do { \
  /src/sys/arch/luna68k/dev/
omrasops.c 150 /* luna68k version GETBITS() that gets w bits from bit x at psrc memory */
164 #define GETBITS(psrc, x, w, dst) FASTGETBITS(psrc, x, w, dst)
540 GETBITS(f, fontx, dw, v);
1310 GETBITS(P0(sp), sb, w, tmp);
1349 GETBITS(P0(sp), sb, lnum, tmp);
1357 GETBITS(P0(sp), sboff, 32, tmp);
1364 GETBITS(P0(sp), sboff, rnum, tmp);
1388 GETBITS(P0(sp), sboff, rnum, tmp);
1395 GETBITS(P0(sp), sboff, 32, tmp);
1403 GETBITS(P0(sp), sb, lnum, tmp)
    [all...]

Completed in 13 milliseconds