Searched refs:vertex_t (Results 1 – 1 of 1) sorted by relevance
99 } vertex_t; typedef103 vertex_t **nodes; /* array with pointers to elements of the adj_list */134 vertex_t *adj_list;153 static inline void set_default_vertex(vertex_t * vertex) in set_default_vertex()196 vertex_t *tmp_node = NULL; in heap_exchange()271 static int heap_create(vertex_t * adj_list, uint32_t adj_list_size, in heap_create()286 heap->nodes = (vertex_t **) malloc(heap->size * sizeof(vertex_t *)); in heap_create()305 static vertex_t *heap_getmin(binary_heap_t * heap) in heap_getmin()307 vertex_t *min = NULL; in heap_getmin()1100 vertex_t *sw1 = *((vertex_t **) l1); in cmp_num_hca()[all …]