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

  /src/sys/dev/ic/
igsfb.c 911 u_int v, index, count, icount, iwidth; local in function:igsfb_set_cursor
917 index = count = icount = iwidth = 0; /* XXX: gcc */
943 iwidth = (p->size.x + 7) >> 3; /* bytes per scan line */
944 icount = iwidth * p->size.y;
1008 mp = cc->cc_mask + iwidth - 1;
1011 mp += iwidth;
1014 igsfb_convert_cursor_data(dc, iwidth, p->size.y);
  /src/bin/ps/
print.c 126 iwidth(u_int64_t v) function in typeref:typename:int
268 fmtlen = iwidth(-val) + 1;
273 fmtlen = iwidth(val);
899 fmtlen = iwidth(days) + 9;
902 fmtlen = iwidth(hours) + 6;
905 fmtlen = iwidth(mins) + 3;
1025 * passed to iwidth().
1033 fmtlen = iwidth(secs / SECSPERMIN) + 6;
1327 fmtlen = iwidth(-val) + 1;
1332 fmtlen = iwidth(val)
    [all...]

Completed in 12 milliseconds