Searched refs:vlowest (Results 1 – 1 of 1) sorted by relevance
2212 struct owner_vertex *v, *vlowest; in graph_assign_indices() local2215 vlowest = NULL; in graph_assign_indices()2217 if (!vlowest || v->v_order < vlowest->v_order) in graph_assign_indices()2218 vlowest = v; in graph_assign_indices()2220 TAILQ_REMOVE(set, vlowest, v_link); in graph_assign_indices()2221 vlowest->v_order = indices[nextunused]; in graph_assign_indices()2222 g->g_vertices[vlowest->v_order] = vlowest; in graph_assign_indices()