Lines Matching defs:width
32 u8 base, s32 width, s32 precision, u8 type);
191 * width - Field width
204 u8 base, s32 width, s32 precision, u8 type)
236 width--;
239 width--;
242 width--;
246 width--;
248 width--;
263 width -= precision;
268 while (--width >= 0) {
284 while (--width >= 0) {
296 while (--width >= 0) {
322 s32 width;
371 /* Process width */
373 width = -1;
376 width = (s32)number;
379 width = va_arg(args, int);
380 if (width < 0) {
381 width = -width;
426 while (--width > 0) {
437 while (--width > 0) {
451 while (length < width--) {
464 while (length < width--) {
496 if (width == -1) {
497 width = 2 * sizeof(void *);
504 16, width, precision, type);
543 width, precision, type);