• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/

Lines Matching refs:xsum

822   char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes));
1537 tmp_length = xsum (tmp_length, tmp_length);
1539 tmp_length = xsum (tmp_length, 1);
1567 tmp_length = xsum (tmp_length, 1);
1595 tmp_length = xsum (tmp_length, 2);
1615 tmp_length = xsum (tmp_length, precision);
1621 tmp_length = xsum (tmp_length, precision);
1640 tmp_length = xsum (tmp_length, 12);
1727 tmp_length = xsum (tmp_length, width);
1735 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
1844 size_t augmented_length = xsum (length, n);
1872 augmented_length = xsum (length, 1);
1944 width = xsum (xtimes (width, 10), *digitp++ - '0');
1975 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2049 ENSURE_ALLOCATION (xsum (length, n));
2057 ENSURE_ALLOCATION (xsum (length, n));
2091 ENSURE_ALLOCATION (xsum (length, converted_len));
2103 ENSURE_ALLOCATION (xsum (length, n));
2177 ENSURE_ALLOCATION (xsum (length, n));
2185 ENSURE_ALLOCATION (xsum (length, n));
2219 ENSURE_ALLOCATION (xsum (length, converted_len));
2231 ENSURE_ALLOCATION (xsum (length, n));
2305 ENSURE_ALLOCATION (xsum (length, n));
2313 ENSURE_ALLOCATION (xsum (length, n));
2347 ENSURE_ALLOCATION (xsum (length, converted_len));
2359 ENSURE_ALLOCATION (xsum (length, n));
2422 width = xsum (xtimes (width, 10), *digitp++ - '0');
2453 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2549 ENSURE_ALLOCATION (xsum (length, n));
2562 ENSURE_ALLOCATION (xsum (length, characters));
2601 ENSURE_ALLOCATION (xsum (length, 1));
2611 ENSURE_ALLOCATION (xsum (length, n));
2803 ENSURE_ALLOCATION (xsum (length, n));
2817 ENSURE_ALLOCATION (xsum (length, characters));
2870 ENSURE_ALLOCATION (xsum (length, count));
2877 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
2887 ENSURE_ALLOCATION (xsum (length, n));
2947 width = xsum (xtimes (width, 10), *digitp++ - '0');
2978 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2999 tmp_length = xsum (tmp_length, 12);
3004 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
3374 size_t n = xsum (length, count);
3454 width = xsum (xtimes (width, 10), *digitp++ - '0');
3485 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
3545 tmp_length = xsum (tmp_length, 12);
3550 tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */
4560 size_t n = xsum (length, count);
4633 width = xsum (xtimes (width, 10), *digitp++ - '0');
4666 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
4895 ENSURE_ALLOCATION (xsum (length,
5125 xsum (length,
5126 xsum (tmp_length,
5134 xsum (xtimes (allocated, 2), 12);
5194 xmax (xsum (length,
5241 xsum (length,
5311 ENSURE_ALLOCATION (xsum (length, tmpdst_len));
5337 ENSURE_ALLOCATION (xsum (length, count));
5343 ENSURE_ALLOCATION (xsum (length, count));
5348 ENSURE_ALLOCATION (xsum (length, count));
5367 xmax (xsum (length, count), xtimes (allocated, 2));
5395 if (xsum (count, pad) > allocated - length)
5506 ENSURE_ALLOCATION (xsum (length, 1));