HomeSort by relevance Sort by last modified time
    Searched refs:newmax (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/utils/
reflist.c 74 int newmax; local
83 newmax = oldmax;
84 while (newmax < newcount)
85 newmax += (newmax >> 1) + 4;
87 AARRAY_RENEW(items, newmax);
93 l->max = (uint16_t) newmax;
  /external/e2fsprogs/e2fsck/
profile_helpers.c 91 int newmax; local
94 newmax = list->max + 10;
95 newlist = realloc(list->list, newmax * sizeof(char *));
98 list->max = newmax;

Completed in 61 milliseconds