Searched refs:other_hint (Results 1 – 4 of 4) sorted by relevance
33 struct hint_data *other_hint) { in hint_compare() argument34 if (first_hint == other_hint) { in hint_compare()36 } else if ((first_hint && other_hint) && in hint_compare()37 (first_hint->hint_id == other_hint->hint_id)) { in hint_compare()
42 struct hint_data *other_hint);