Lines Matching defs:visited
79 uint8_t *visited;
93 if (!state->visited[e->vertices[0]]) {
97 } else if (!state->visited[e->vertices[1]]) {
113 state->visited[v0] = 1;
114 state->visited[v1] = 1;
115 state->visited[v2] = 1;
129 if (!state->visited[e->vertices[0]]) {
140 state->visited[v0] = 1;
141 state->visited[v1] = 1;
274 state.visited = calloc(sizeof(uint8_t), v);
275 if (state.g == NULL || state.visited == NULL)
291 free(state.visited);