Home | History | Annotate | Download | only in intl

Lines Matching full:xsum

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