Searched refs:opdeptotlen (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-gen.c239 static int opdeptotlen = 0;
432 if (opdeplen == opdeptotlen)
434 opdeptotlen += 20;
436 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
238 static int opdeptotlen = 0; variable

Completed in 63 milliseconds