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

  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 240 static int dlisttotlen = 0;
388 if (dlistlen == dlisttotlen)
390 dlisttotlen += 20;
392 xrealloc (dlists, sizeof(struct deplist **) * dlisttotlen);
239 static int dlisttotlen = 0; variable
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 240 static int dlisttotlen = 0;
388 if (dlistlen == dlisttotlen)
390 dlisttotlen += 20;
392 xrealloc (dlists, sizeof(struct deplist **) * dlisttotlen);
239 static int dlisttotlen = 0; variable
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 240 static int dlisttotlen = 0;
388 if (dlistlen == dlisttotlen)
390 dlisttotlen += 20;
392 xrealloc (dlists, sizeof(struct deplist **) * dlisttotlen);
239 static int dlisttotlen = 0; variable
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 240 static int dlisttotlen = 0;
388 if (dlistlen == dlisttotlen)
390 dlisttotlen += 20;
392 xrealloc (dlists, sizeof(struct deplist **) * dlisttotlen);
239 static int dlisttotlen = 0; variable

Completed in 30 milliseconds