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

  /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...]
  /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 { \
rasops_bitops.h 278 GETBITS(srp, sb, num, tmp);
325 GETBITS(sp, sboff, rnum, tmp);
333 GETBITS(sp, sboff, 32, tmp);
341 GETBITS(sp, sb, lnum, tmp);
369 GETBITS(sp, sboff, lnum, tmp);
381 GETBITS(sp, sboff, 32, tmp);
386 GETBITS(sp, sboff, rnum, tmp);

Completed in 13 milliseconds