Lines Matching refs:xsum
212 size_t augmented_length = xsum (length, n); in VASNPRINTF()
228 augmented_length = xsum (length, 1); in VASNPRINTF()
297 width = xsum (xtimes (width, 10), *digitp++ - '0'); in VASNPRINTF()
320 precision = xsum (xtimes (precision, 10), *digitp++ - '0'); in VASNPRINTF()
431 tmp_length = xsum (tmp_length, precision); in VASNPRINTF()
438 tmp_length = xsum (tmp_length, precision); in VASNPRINTF()
482 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ in VASNPRINTF()
583 ENSURE_ALLOCATION (xsum (length, 1)); in VASNPRINTF()
789 xsum (xtimes (allocated, 2), 12); in VASNPRINTF()
824 xmax (xsum (length, count), xtimes (allocated, 2)); in VASNPRINTF()
849 ENSURE_ALLOCATION (xsum (length, 1)); in VASNPRINTF()