Searched refs:orc_a (Results 1 – 1 of 1) sorted by relevance
164 struct orc_entry *orc_a, *orc_b; in orc_sort_swap() local175 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_swap()177 orc_tmp = *orc_a; in orc_sort_swap()178 *orc_a = *orc_b; in orc_sort_swap()184 struct orc_entry *orc_a; in orc_sort_cmp() local200 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_cmp()201 return orc_a->sp_reg == ORC_REG_UNDEFINED && !orc_a->end ? -1 : 1; in orc_sort_cmp()