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

  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 220 static int ictotlen = 0;
526 if (iclen == ictotlen)
528 ictotlen += 20;
530 xrealloc (ics, (ictotlen) * sizeof (struct iclass *));
219 static int ictotlen = 0; variable
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 220 static int ictotlen = 0;
526 if (iclen == ictotlen)
528 ictotlen += 20;
530 xrealloc (ics, (ictotlen) * sizeof (struct iclass *));
219 static int ictotlen = 0; variable
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 220 static int ictotlen = 0;
526 if (iclen == ictotlen)
528 ictotlen += 20;
530 xrealloc (ics, (ictotlen) * sizeof (struct iclass *));
219 static int ictotlen = 0; variable
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 220 static int ictotlen = 0;
526 if (iclen == ictotlen)
528 ictotlen += 20;
530 xrealloc (ics, (ictotlen) * sizeof (struct iclass *));
219 static int ictotlen = 0; variable

Completed in 20 milliseconds