Home
last modified time | relevance | path

Searched refs:rasops_rmask (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/rasops/
H A Drasops_masks.h84 *(dp) = (*(dp) & rasops_rmask[x]) | (MBR(sw, x)); \
85 (dp)[1] = ((dp)[1] & rasops_rmask[n]) | \
92 extern const uint32_t rasops_rmask[32 + 1];
H A Drasops_bitops.h107 lmask = rasops_rmask[col]; in NAME()
182 lmask = ~rasops_rmask[col]; in NAME()
291 lmask = rasops_rmask[db]; in NAME()
H A Drasops1.c196 rmask = ~rasops_rmask[(col + width) & 31]; in rasops1_putchar()
H A Drasops1-4_putchar.h200 rmask = ~rasops_rmask[(col + width) & 31]; in NAME()
H A Drasops_masks.c50 const uint32_t rasops_rmask[32 + 1] = { variable
/netbsd-src/sys/arch/hp300/dev/
H A Dmaskbits.h60 endmask = rasops_rmask[((x) + (w)) & 0x1f]; \