Searched refs:xtimes (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf-parse.c110 a_allocated = xtimes (a_allocated, 2); \
113 memory_size = xtimes (a_allocated, sizeof (argument)); \
165 n = xsum (xtimes (n, 10), *np - '0');
235 n = xsum (xtimes (n, 10), *np - '0');
292 n = xsum (xtimes (n, 10), *np - '0');
542 d_allocated = xtimes (d_allocated, 2);
543 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
H A Dxsize.h44 size_t size = xsum (header_size, xtimes (n, element_size));
99 #define xtimes(N, ELSIZE) \ macro
H A Dvasnprintf.c1460 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T));
1492 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \
1495 memory_size = xtimes (allocated, sizeof (DCHAR_T)); \
1614 width = xsum (xtimes (width, 10), *digitp++ - '0');
1645 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2093 width = xsum (xtimes (width, 10), *digitp++ - '0');
2124 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2156 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T));
2598 width = xsum (xtimes (width, 10), *digitp++ - '0');
2629 precision = xsum (xtimes (precisio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dprintf-parse.c110 a_allocated = xtimes (a_allocated, 2); \
113 memory_size = xtimes (a_allocated, sizeof (argument)); \
165 n = xsum (xtimes (n, 10), *np - '0');
235 n = xsum (xtimes (n, 10), *np - '0');
292 n = xsum (xtimes (n, 10), *np - '0');
542 d_allocated = xtimes (d_allocated, 2);
543 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
H A Dxsize.h44 size_t size = xsum (header_size, xtimes (n, element_size));
99 #define xtimes(N, ELSIZE) \ macro
H A Dvasnprintf.c1460 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T));
1492 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \
1495 memory_size = xtimes (allocated, sizeof (DCHAR_T)); \
1614 width = xsum (xtimes (width, 10), *digitp++ - '0');
1645 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2093 width = xsum (xtimes (width, 10), *digitp++ - '0');
2124 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2156 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T));
2598 width = xsum (xtimes (width, 10), *digitp++ - '0');
2629 precision = xsum (xtimes (precisio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dprintf-parse.c109 a_allocated = xtimes (a_allocated, 2); \
112 memory_size = xtimes (a_allocated, sizeof (argument)); \
164 n = xsum (xtimes (n, 10), *np - '0');
234 n = xsum (xtimes (n, 10), *np - '0');
291 n = xsum (xtimes (n, 10), *np - '0');
541 d_allocated = xtimes (d_allocated, 2);
542 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
H A Dxsize.h43 size_t size = xsum (header_size, xtimes (n, element_size));
98 #define xtimes(N, ELSIZE) \ macro
H A Dvasnprintf.c1459 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T));
1491 allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \
1494 memory_size = xtimes (allocated, sizeof (DCHAR_T)); \
1613 width = xsum (xtimes (width, 10), *digitp++ - '0');
1644 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2092 width = xsum (xtimes (width, 10), *digitp++ - '0');
2123 precision = xsum (xtimes (precision, 10), *digitp++ - '0');
2155 size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T));
2597 width = xsum (xtimes (width, 10), *digitp++ - '0');
2628 precision = xsum (xtimes (precisio
[all...]
H A Dgl_array_list.c228 new_allocated = xtimes (list->allocated, 2);
230 memory_size = xtimes (new_allocated, sizeof (const void *));
H A Dlinebreak.c1038 size_t memory_size = xsum3 (xtimes (n, sizeof (size_t)), m, m);
1136 xsum4 (xtimes (n, sizeof (size_t)), m, m,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxsize.h43 size_t size = xsum (header_size, xtimes (n, element_size));
98 #define xtimes(N, ELSIZE) \ macro
H A Dlinebreak.c1038 size_t memory_size = xsum3 (xtimes (n, sizeof (size_t)), m, m);
1136 xsum4 (xtimes (n, sizeof (size_t)), m, m,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c273 xtimes (nintervals[m],
H A Dxgettext.c1207 xtimes (old_shapes->nshapes,
2376 xtimes (shapes->nshapes - 1,
2420 xtimes (ap->nalternatives, sizeof (struct partial_call))));

Completed in 269 milliseconds