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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dia64-gen.c240 static int opdeptotlen = 0;
433 if (opdeplen == opdeptotlen)
435 opdeptotlen += 20;
437 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
239 static int opdeptotlen = 0; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dia64-gen.c240 static int opdeptotlen = 0;
433 if (opdeplen == opdeptotlen)
435 opdeptotlen += 20;
437 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
239 static int opdeptotlen = 0; variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dia64-gen.c240 static int opdeptotlen = 0;
433 if (opdeplen == opdeptotlen)
435 opdeptotlen += 20;
437 xrealloc (opdeps, sizeof(struct opdep **) * opdeptotlen);
239 static int opdeptotlen = 0; variable

Completed in 124 milliseconds