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

Lines Matching refs:xsum

761   char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes));
1514 size_t augmented_length = xsum (length, n);
1542 augmented_length = xsum (length, 1);
1614 width = xsum (xtimes (width, 10), *digitp++ - '0');
1645 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
1719 ENSURE_ALLOCATION (xsum (length, n));
1727 ENSURE_ALLOCATION (xsum (length, n));
1761 ENSURE_ALLOCATION (xsum (length, converted_len));
1773 ENSURE_ALLOCATION (xsum (length, n));
1847 ENSURE_ALLOCATION (xsum (length, n));
1855 ENSURE_ALLOCATION (xsum (length, n));
1889 ENSURE_ALLOCATION (xsum (length, converted_len));
1901 ENSURE_ALLOCATION (xsum (length, n));
1975 ENSURE_ALLOCATION (xsum (length, n));
1983 ENSURE_ALLOCATION (xsum (length, n));
2017 ENSURE_ALLOCATION (xsum (length, converted_len));
2029 ENSURE_ALLOCATION (xsum (length, n));
2093 width = xsum (xtimes (width, 10), *digitp++ - '0');
2124 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2145 tmp_length = xsum (tmp_length, 12);
2150 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
2520 size_t n = xsum (length, count);
2598 width = xsum (xtimes (width, 10), *digitp++ - '0');
2629 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2687 tmp_length = xsum (tmp_length, 12);
2692 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
3550 size_t n = xsum (length, count);
3621 width = xsum (xtimes (width, 10), *digitp++ - '0');
3654 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
3692 tmp_length = xsum (tmp_length, tmp_length);
3694 tmp_length = xsum (tmp_length, 1);
3722 tmp_length = xsum (tmp_length, 1);
3750 tmp_length = xsum (tmp_length, 2);
3770 tmp_length = xsum (tmp_length, precision);
3776 tmp_length = xsum (tmp_length, precision);
3795 tmp_length = xsum (tmp_length, 12);
3842 tmp_length = xsum (tmp_length, width);
3849 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
4052 ENSURE_ALLOCATION (xsum (length, 1));
4261 xsum (xtimes (allocated, 2), 12);
4303 xmax (xsum (length,
4349 xsum (length,
4420 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
4446 ENSURE_ALLOCATION (xsum (length, count));
4452 ENSURE_ALLOCATION (xsum (length, count));
4457 ENSURE_ALLOCATION (xsum (length, count));
4476 xmax (xsum (length, count), xtimes (allocated, 2));
4504 if (xsum (count, pad) > allocated - length)
4622 ENSURE_ALLOCATION (xsum (length, 1));