Searched refs:NUMOPS (Results 1 – 6 of 6) sorted by relevance
256 #define NUMOPS 256 macro257 extern long _profcnts[NUMOPS];
27 double counts[NUMOPS]; /* instruction counts */ in stats()47 for (count = 0; count < NUMOPS; count++) in stats()
116 long _profcnts[NUMOPS];
18 for(cur_op=0; cur_op<NUMOPS; cur_op++) { in start_commands()
65 for(cur_op=0; cur_op<NUMOPS; cur_op++) {
99 #define NUMOPS 7 macro100 op_tbl operations[NUMOPS];