Home | History | Annotate | Download | only in coregrind

Lines Matching refs:cand

1097          // take it only if 'cand' isn't obviously a duplicate
1099 Addr cand = (lr & 0xFFFFFFFE) - 1;
1100 if (abs_diff(cand, ips[i-1]) > 1) {
1103 ips[i++] = cand;
1114 Addr cand = (w & 0xFFFFFFFE) - 1;
1115 // take it only if 'cand' isn't obviously a duplicate
1117 if (abs_diff(cand, ips[i-1]) > 1) {
1120 ips[i++] = cand;