Home | History | Annotate | Download | only in libasprintf

Lines Matching refs:xsum

210 	    size_t augmented_length = xsum (length, n);
226 augmented_length = xsum (length, 1);
295 width = xsum (xtimes (width, 10), *digitp++ - '0');
318 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
350 tmp_length = xsum (tmp_length, tmp_length);
352 tmp_length = xsum (tmp_length, 1);
380 tmp_length = xsum (tmp_length, 1);
408 tmp_length = xsum (tmp_length, 2);
430 tmp_length = xsum (tmp_length, precision);
437 tmp_length = xsum (tmp_length, precision);
481 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
582 ENSURE_ALLOCATION (xsum (length, 1));
788 xsum (xtimes (allocated, 2), 12);
824 xmax (xsum (length, count), xtimes (allocated, 2));
849 ENSURE_ALLOCATION (xsum (length, 1));