iwidth
fmtlen = iwidth(secs / SECSPERMIN) + 6;
fmtlen = iwidth(-val) + 1;
fmtlen = iwidth(val);
v->width = iwidth(uval);
fmtlen = iwidth(secs) + 6 + 1;
fmtlen = iwidth((secs + 1) / SECSPERHOUR)
fmtlen = iwidth(-val) + 1;
fmtlen = iwidth(val);
fmtlen = iwidth(days) + 9;
fmtlen = iwidth(hours) + 6;
fmtlen = iwidth(mins) + 3;
mp = cc->cc_mask + iwidth - 1;
mp += iwidth;
igsfb_convert_cursor_data(dc, iwidth, p->size.y);
u_int v, index, count, icount, iwidth;
index = count = icount = iwidth = 0; /* XXX: gcc */
iwidth = (p->size.x + 7) >> 3; /* bytes per scan line */
icount = iwidth * p->size.y;