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

  /src/external/gpl3/binutils/dist/bfd/
merge.c 162 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets) function
193 while (needs_resize (bfdtab->count, added, newnb));
252 if (needs_resize (bfdtab->count, 1, table->nbuckets))
  /src/external/gpl3/binutils.old/dist/bfd/
merge.c 164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets) function
195 while (needs_resize (bfdtab->count, added, newnb));
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))
  /src/external/gpl3/gdb/dist/bfd/
merge.c 164 needs_resize (unsigned int count, unsigned int added, unsigned int nbuckets) function
195 while (needs_resize (bfdtab->count, added, newnb));
254 if (needs_resize (bfdtab->count, 1, table->nbuckets))

Completed in 26 milliseconds