HomeSort by: relevance | last modified time | path
    Searched defs:endmask (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);
174 if (endmask != 0)
222 if (endmask != 0) {
244 if (endmask != 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);
351 if (endmask != 0)
391 if (endmask != 0) {
  /src/sys/arch/vax/vsa/
smg.c 785 unsigned int startmask, endmask; /* masks for writing ends of dst */ local in function:smg_blockmove
819 endmask = ALL1BITS >> (~cx & ALIGNMASK);
829 if (endmask)
892 if (endmask) {
914 if (endmask) {

Completed in 14 milliseconds