Searched refs:width2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/seq/
H A Dseq.c413 int precision, width1, width2, places; local
437 width2 = sprintf(buf, "%g", last);
441 width2 -= (places + strlen(decimal_point));
445 MAX(width1, width2) + (int) strlen(decimal_point) +
448 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2),
/freebsd-9.3-release/lib/libvgl/
H A Dbitmap.c181 int width2, len; local
200 for (width2 = count; width2 > 0; ) {
202 len = min(VGLAdpInfo.va_window_size - offset, width2);
203 bcopy(src->Bitmap + offset, &VGLPlane[i][count - width2], len);
205 width2 -= len;

Completed in 75 milliseconds