Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hp300/dev/ | |
diofb.c | 518 u_int colcount = 1 << fb->planes; local in function:diofb_getcmap 521 if (index >= colcount || count > colcount - index) |
gbox.c | 399 u_int colcount = 1 << fb->planes; local in function:gbox_setcmap 402 if (index >= colcount || count > colcount - index) |
topcat.c | 526 u_int colcount = 1 << fb->planes; local in function:topcat_setcmap 529 if (index >= colcount || count > colcount - index) |
/src/sys/arch/vax/vsa/ | |
gpx.c | 1143 u_int colcount = 1 << ss->ss_depth; local in function:gpx_getcmap 1147 if (index >= colcount || count > colcount - index) 1181 u_int colcount = 1 << ss->ss_depth; local in function:gpx_putcmap 1185 if (index >= colcount || count > colcount - index) |