HomeSort by: relevance | last modified time | path
    Searched defs:newcount (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/fpr/
fpr.c 278 int newcount; local
310 newcount = cp->count + 1;
311 if (newcount > cp->width) {
312 cp->width = newcount;
313 sp = realloc(cp->str, (unsigned) newcount * sizeof(char));
318 cp->count = newcount;
319 cp->str[newcount - 1] = ch;
  /src/external/gpl3/binutils/dist/gprofng/src/
StringBuilder.cc 152 int newcount = count + len; local
153 if (newcount > maxCapacity)
154 expandCapacity (newcount);
156 count = newcount;
164 int newCount = count + len;
165 if (newCount > maxCapacity)
166 expandCapacity (newCount);
168 count = newCount;
175 int newCount = count + len;
176 if (newCount > maxCapacity
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
StringBuilder.cc 152 int newcount = count + len; local
153 if (newcount > maxCapacity)
154 expandCapacity (newcount);
156 count = newcount;
164 int newCount = count + len;
165 if (newCount > maxCapacity)
166 expandCapacity (newCount);
168 count = newCount;
175 int newCount = count + len;
176 if (newCount > maxCapacity
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
glob.c 705 int newcount = pglob->gl_pathc + pglob->gl_offs;
709 = realloc (pglob->gl_pathv, (newcount + 1 + 1) * sizeof (char *));
720 pglob->gl_pathv[newcount] = strdup (dirname);
721 if (pglob->gl_pathv[newcount] == NULL)
723 pglob->gl_pathv[++newcount] = NULL;
820 int newcount = pglob->gl_pathc + pglob->gl_offs;
824 (newcount + 2) * sizeof (char *));
832 pglob->gl_pathv[newcount] = strdup (pattern);
833 if (pglob->gl_pathv[newcount] == NULL)
842 ++newcount;
704 int newcount = pglob->gl_pathc + pglob->gl_offs; local
819 int newcount = pglob->gl_pathc + pglob->gl_offs; local
    [all...]
  /src/external/bsd/file/dist/src/
cdf.c 946 size_t newcount = *maxcount + incr; local
948 if (newcount > CDF_PROP_LIMIT) {
950 SIZE_T_FORMAT "u\n", newcount, CDF_PROP_LIMIT));
954 CDF_REALLOC(*info, newcount * sizeof(*inp)));
959 *maxcount = newcount;
  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 915 size_t newcount = pglob->gl_pathc + pglob->gl_offs;
918 if (newcount > SIZE_MAX / sizeof (char *) - 2)
929 (newcount + 2) * sizeof (char *));
937 pglob->gl_pathv[newcount] = malloc (dirlen + 2);
938 if (pglob->gl_pathv[newcount] == NULL)
940 p = mempcpy (pglob->gl_pathv[newcount], dirname, dirlen);
949 pglob->gl_pathv[newcount] = dirname;
952 pglob->gl_pathv[newcount] = strdup (dirname);
953 if (pglob->gl_pathv[newcount] == NULL)
957 pglob->gl_pathv[++newcount] = NULL
914 size_t newcount = pglob->gl_pathc + pglob->gl_offs; local
1061 size_t newcount = pglob->gl_pathc + pglob->gl_offs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 915 size_t newcount = pglob->gl_pathc + pglob->gl_offs;
918 if (newcount > SIZE_MAX / sizeof (char *) - 2)
929 (newcount + 2) * sizeof (char *));
937 pglob->gl_pathv[newcount] = malloc (dirlen + 2);
938 if (pglob->gl_pathv[newcount] == NULL)
940 p = mempcpy (pglob->gl_pathv[newcount], dirname, dirlen);
949 pglob->gl_pathv[newcount] = dirname;
952 pglob->gl_pathv[newcount] = strdup (dirname);
953 if (pglob->gl_pathv[newcount] == NULL)
957 pglob->gl_pathv[++newcount] = NULL
914 size_t newcount = pglob->gl_pathc + pglob->gl_offs; local
1061 size_t newcount = pglob->gl_pathc + pglob->gl_offs; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 341 /* Ensure list->initial.allocated >= newcount. */
343 ensure_initial_alloc (struct format_arg_list *list, unsigned int newcount)
345 if (newcount > list->initial.allocated)
348 MAX (2 * list->initial.allocated + 1, newcount);
371 /* Ensure list->repeated.allocated >= newcount. */
373 ensure_repeated_alloc (struct format_arg_list *list, unsigned int newcount)
375 if (newcount > list->repeated.allocated)
378 MAX (2 * list->repeated.allocated + 1, newcount);
528 unsigned int newcount = list->repeated.count + 1; local
529 ensure_repeated_alloc (list, newcount);
664 unsigned int newcount = list->repeated.count * m; local
688 unsigned int i, newcount; local
724 unsigned int i, j, k, newcount; local
757 unsigned int i, j, oldcount, newcount; local
793 unsigned int newcount; local
868 unsigned int newcount = local
1055 unsigned int i, j, newcount; local
2100 unsigned int p, n, i, si, ti, j, sj, tj, splitindex, newcount; local
    [all...]
format-scheme.c 344 /* Ensure list->initial.allocated >= newcount. */
346 ensure_initial_alloc (struct format_arg_list *list, unsigned int newcount)
348 if (newcount > list->initial.allocated)
351 MAX (2 * list->initial.allocated + 1, newcount);
374 /* Ensure list->repeated.allocated >= newcount. */
376 ensure_repeated_alloc (struct format_arg_list *list, unsigned int newcount)
378 if (newcount > list->repeated.allocated)
381 MAX (2 * list->repeated.allocated + 1, newcount);
531 unsigned int newcount = list->repeated.count + 1; local
532 ensure_repeated_alloc (list, newcount);
667 unsigned int newcount = list->repeated.count * m; local
691 unsigned int i, newcount; local
727 unsigned int i, j, k, newcount; local
760 unsigned int i, j, oldcount, newcount; local
796 unsigned int newcount; local
871 unsigned int newcount = local
1068 unsigned int i, j, newcount; local
2123 unsigned int p, n, i, si, ti, j, sj, tj, splitindex, newcount; local
    [all...]
  /src/sys/dev/ic/
aic79xx.c 5754 int newcount; local
5884 newcount = MIN(scb_data->sense_left, scb_data->scbs_left);
5885 newcount = MIN(newcount, scb_data->sgs_left);
5886 newcount = MIN(newcount, (AHD_SCB_MAX_ALLOC - scb_data->numscbs));
5887 scb_data->sense_left -= newcount;
5888 scb_data->scbs_left -= newcount;
5889 scb_data->sgs_left -= newcount;
5891 for (i = 0; i < newcount; i++)
    [all...]
aic7xxx.c 4309 int newcount; local
4340 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg)));
4341 newcount = MIN(newcount, (AHC_SCB_MAX_ALLOC - scb_data->numscbs));
4342 for (i = 0; i < newcount; i++) {
4378 return (newcount);

Completed in 47 milliseconds