Searched defs:instrcount (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c355 int instrcount; local
357 instrcount = 0;
383 instrcount++;
457 fprintf(stderr, "%s: %d instructions used\n", appname, instrcount);
528 int instrcount; local
534 instrcount = 0;
600 cur_instr = STAILQ_NEXT(cur_instr, links), instrcount++) {
602 if (check_patch(&cur_patch, instrcount,

Completed in 63 milliseconds