Lines Matching refs:j
345 int i, j; in find_alternatives_list() local
351 for (j = 0; j < MAX_ALT; ++j) { in find_alternatives_list()
352 alt = event_alternatives[i][j]; in find_alternatives_list()
364 int i, j, nlim; in p6_get_alternatives() local
376 for (j = 0; j < MAX_ALT; ++j) { in p6_get_alternatives()
377 aevent = event_alternatives[i][j]; in p6_get_alternatives()
411 j = nalt; in p6_get_alternatives()
415 alt[j++] = 0x600005; /* PM_RUN_CYC */ in p6_get_alternatives()
419 alt[j++] = 0x1e; /* PM_CYC */ in p6_get_alternatives()
422 alt[j++] = 0x500009; /* PM_RUN_INST_CMPL */ in p6_get_alternatives()
426 alt[j++] = 2; /* PM_INST_CMPL */ in p6_get_alternatives()
429 alt[j++] = 0x4000f4; /* PM_RUN_PURR */ in p6_get_alternatives()
432 alt[j++] = 0x10000e; /* PM_PURR */ in p6_get_alternatives()
436 nalt = j; in p6_get_alternatives()
441 j = 0; in p6_get_alternatives()
444 alt[j] = alt[i]; in p6_get_alternatives()
445 ++j; in p6_get_alternatives()
448 nalt = j; in p6_get_alternatives()
451 j = 0; in p6_get_alternatives()
454 alt[j] = alt[i]; in p6_get_alternatives()
455 ++j; in p6_get_alternatives()
458 nalt = j; in p6_get_alternatives()