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

  /src/sys/dev/splash/
splash.c 245 int swidth, int sheight, int flg)
264 for (x = 0; x < swidth; x++) {
297 memcpy(hrp, rp, swidth);
319 int swidth, int sheight, int flg)
338 for (x = 0; x < swidth; x++) {
369 memcpy(hrp, rp, swidth * 2);
384 int swidth, int sheight, int flg)
403 for (x = 0; x < swidth; x++) {
439 memcpy(hrp, rp, swidth * 4);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_overlay.c 144 u32 SWIDTH;
776 u32 swidth, swidthsw, sheight, ostride; local
822 swidth = params->src_width;
833 swidth |= (params->src_width / uv_hscale) << 16;
850 iowrite32(swidth, &regs->SWIDTH);
1474 P(SWIDTH);
  /src/external/bsd/less/dist/
search.c 1192 int swidth = sc_width - line_pfx_width(); local
1394 sshift = swidth * get_seg(linepos, linepos + chpos[start_off]);
1395 eshift = swidth * get_seg(linepos, linepos + chpos[end_off]);
1418 if (end_off >= swidth * sheight / 4) /* heuristic */

Completed in 91 milliseconds