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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-vax.c2121 int mycount; /* Number of operands. */
2162 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode;
2163 mycount;
2164 mycount--, p++)
2167 printf (" operand count=%d.\n", mycount = myvit.vit_operands);
2168 for (myvop = myvit.vit_operand; mycount; mycount--, myvop++)
2110 int mycount; /* Number of operands. */ variable
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dvarobj.c735 int mycount;
755 mycount = delcount;
757 while ((*cp != NULL) && (mycount > 0))
759 mycount--;
764 if (mycount || (*cp != NULL))
765 warning (_("varobj_delete: assertion failed - mycount(=%d) <> 0"),
766 mycount);
734 int mycount; local

Completed in 157 milliseconds