Searched refs:startmask (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/hp300/dev/
H A Dmaskbits.h50 maskbits(x, w, startmask, endmask, nlw)
57 #define maskbits(x, w, startmask, endmask, nlw) \
59 startmask = rasops_lmask[(x) & 0x1f]; \
61 if (startmask) \
H A Ddiofb_mono.c130 unsigned int startmask, endmask; /* masks for writing ends of dst */ local
169 maskbits(dx, cx, startmask, endmask, nlMiddle);
170 if (startmask)
190 if (startmask) {
260 if (startmask) {
/netbsd-current/sys/arch/hp300/stand/common/
H A Dmaskbits.h48 maskbits(x, w, startmask, endmask, nlw)
55 #define maskbits(x, w, startmask, endmask, nlw) \
57 startmask = starttab[(x) & 0x1f]; \
59 if (startmask) \
H A Dite_subr.c310 unsigned int startmask, endmask; /* masks for writing ends of dst */ local
347 maskbits(dx, w, startmask, endmask, nlMiddle);
348 if (startmask)
367 if (startmask) {
/netbsd-current/sys/arch/vax/vsa/
H A Dsmg.c785 unsigned int startmask, endmask; /* masks for writing ends of dst */ local
818 startmask = ALL1BITS << (dx & ALIGNMASK);
820 if (startmask)
825 if (startmask)
845 if (startmask) {
937 if (startmask) {

Completed in 111 milliseconds