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

  /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)

Completed in 14 milliseconds