Searched refs:endmask (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) \
60 endmask = rasops_rmask[((x) + (w)) & 0x1f]; \
H A Ddiofb_mono.c130 unsigned int startmask, endmask; /* masks for writing ends of dst */ local
169 maskbits(dx, cx, startmask, endmask, nlMiddle);
174 if (endmask)
222 if (endmask) {
244 if (endmask) {
/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) \
58 endmask = endtab[((x)+(w)) & 0x1f]; \
H A Dite_subr.c310 unsigned int startmask, endmask; /* masks for writing ends of dst */ local
347 maskbits(dx, w, startmask, endmask, nlMiddle);
352 if (endmask)
392 if (endmask) {
/netbsd-current/sys/arch/vax/vsa/
H A Dsmg.c785 unsigned int startmask, endmask; /* masks for writing ends of dst */ local
819 endmask = ALL1BITS >> (~cx & ALIGNMASK);
829 if (endmask)
892 if (endmask) {
914 if (endmask) {

Completed in 103 milliseconds