Lines Matching refs:xsum
224 size_t augmented_length = xsum (length, n);
240 augmented_length = xsum (length, 1);
309 width = xsum (xtimes (width, 10), *digitp++ - '0');
332 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
442 tmp_length = xsum (tmp_length, precision);
449 tmp_length = xsum (tmp_length, precision);
493 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
588 ENSURE_ALLOCATION (xsum (length, 1));
794 xmax (xsum (length, count), xtimes (allocated, 2));
819 ENSURE_ALLOCATION (xsum (length, 1));