Lines Matching defs:edges
352 * incident edges and remember the number of such edges as that's all
367 uint32_t edges;
385 struct edge *edges;
399 struct edge *e_ = &state->edges[e];
403 v->edges ^= e;
415 e = v_->edges;
435 e = state->edges;
477 e = state->edges + state->output_order[i];
498 e = state->edges + state->output_order[i];
638 NALLOC(state.edges, state.keys);
642 if (state.g == NULL || state.visited == NULL || state.edges == NULL ||
663 free(state.edges);