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

  /src/sys/arch/hp300/dev/
diofb_mono.c 130 uint32_t startmask, endmask; /* masks for writing ends of dst */ local in function:diofb_mono_windowmove
169 maskbits(dx, cx, startmask, endmask, nlMiddle);
170 if (startmask != 0)
190 if (startmask != 0) {
260 if (startmask != 0) {
  /src/sys/arch/hp300/stand/common/
ite_subr.c 309 uint32_t startmask, endmask; /* masks for writing ends of dst */ local in function:ite_dio_windowmove1bpp
346 maskbits(dx, w, startmask, endmask, nlMiddle);
347 if (startmask != 0)
366 if (startmask != 0) {
  /src/sys/arch/vax/vsa/
smg.c 785 unsigned int startmask, endmask; /* masks for writing ends of dst */ local in function:smg_blockmove
818 startmask = ALL1BITS << (dx & ALIGNMASK);
820 if (startmask)
825 if (startmask)
845 if (startmask) {
937 if (startmask) {

Completed in 152 milliseconds