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

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

Completed in 27 milliseconds