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

  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 679 static int regdepstotlen = 0; variable
10161 if (regdepslen == regdepstotlen)
10163 regdepstotlen += 20;
10164 regdeps = XRESIZEVEC (struct rsrc, regdeps, regdepstotlen);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 679 static int regdepstotlen = 0; variable
10161 if (regdepslen == regdepstotlen)
10163 regdepstotlen += 20;
10164 regdeps = XRESIZEVEC (struct rsrc, regdeps, regdepstotlen);

Completed in 37 milliseconds