Searched refs:srcStartOver (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/hp300/dev/
H A Ddiofb_mono.c137 int srcStartOver; /* pulling nstart bits from src local
180 srcStartOver = ((sx & 0x1f) + nstart) > 31;
194 if (srcStartOver)
261 if (srcStartOver)
/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_subr.c319 int srcStartOver; /* pulling nstart bits from src local
358 srcStartOver = ((sx & 0x1f) + nstart) > 31;
371 if (srcStartOver)
/netbsd-current/sys/arch/vax/vsa/
H A Dsmg.c792 int srcStartOver; /* pulling nstart bits from src local
835 srcStartOver = ((sx & ALIGNMASK) + nstart) > 31;
850 if (srcStartOver)
938 if (srcStartOver)

Completed in 107 milliseconds