• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/

Lines Matching refs:xsum

760   char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes));
1513 size_t augmented_length = xsum (length, n);
1541 augmented_length = xsum (length, 1);
1613 width = xsum (xtimes (width, 10), *digitp++ - '0');
1644 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
1718 ENSURE_ALLOCATION (xsum (length, n));
1726 ENSURE_ALLOCATION (xsum (length, n));
1760 ENSURE_ALLOCATION (xsum (length, converted_len));
1772 ENSURE_ALLOCATION (xsum (length, n));
1846 ENSURE_ALLOCATION (xsum (length, n));
1854 ENSURE_ALLOCATION (xsum (length, n));
1888 ENSURE_ALLOCATION (xsum (length, converted_len));
1900 ENSURE_ALLOCATION (xsum (length, n));
1974 ENSURE_ALLOCATION (xsum (length, n));
1982 ENSURE_ALLOCATION (xsum (length, n));
2016 ENSURE_ALLOCATION (xsum (length, converted_len));
2028 ENSURE_ALLOCATION (xsum (length, n));
2092 width = xsum (xtimes (width, 10), *digitp++ - '0');
2123 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2144 tmp_length = xsum (tmp_length, 12);
2149 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
2519 size_t n = xsum (length, count);
2597 width = xsum (xtimes (width, 10), *digitp++ - '0');
2628 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2686 tmp_length = xsum (tmp_length, 12);
2691 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
3549 size_t n = xsum (length, count);
3620 width = xsum (xtimes (width, 10), *digitp++ - '0');
3653 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
3691 tmp_length = xsum (tmp_length, tmp_length);
3693 tmp_length = xsum (tmp_length, 1);
3721 tmp_length = xsum (tmp_length, 1);
3749 tmp_length = xsum (tmp_length, 2);
3769 tmp_length = xsum (tmp_length, precision);
3775 tmp_length = xsum (tmp_length, precision);
3794 tmp_length = xsum (tmp_length, 12);
3841 tmp_length = xsum (tmp_length, width);
3848 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
4051 ENSURE_ALLOCATION (xsum (length, 1));
4260 xsum (xtimes (allocated, 2), 12);
4302 xmax (xsum (length,
4348 xsum (length,
4419 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
4445 ENSURE_ALLOCATION (xsum (length, count));
4451 ENSURE_ALLOCATION (xsum (length, count));
4456 ENSURE_ALLOCATION (xsum (length, count));
4475 xmax (xsum (length, count), xtimes (allocated, 2));
4503 if (xsum (count, pad) > allocated - length)
4621 ENSURE_ALLOCATION (xsum (length, 1));