Searched refs:cand (Results 1 – 2 of 2) sorted by relevance
1412 RomSec *cand = g_new(RomSec, 1); in add_romsec_to_list() local1413 cand->base = base; in add_romsec_to_list()1414 cand->se = se; in add_romsec_to_list()1415 return g_list_prepend(secs, cand); in add_romsec_to_list()1421 RomSec *cand; in rom_find_largest_gap_between() local1455 cand = (RomSec *) it->data; in rom_find_largest_gap_between()1456 if (count == 0 && count + cand->se == 1) { in rom_find_largest_gap_between()1457 size_t gap = cand->base - gapstart; in rom_find_largest_gap_between()1462 } else if (count == 1 && count + cand->se == 0) { in rom_find_largest_gap_between()1463 gapstart = cand->base; in rom_find_largest_gap_between()[all …]
139 int64_t cand = (uint64_t)s->reg_match[i] << 16; in cadence_timer_run() local140 if (is_between(cand, (uint64_t)s->reg_value, next_value)) { in cadence_timer_run()141 next_value = cand; in cadence_timer_run()