Lines Matching full:n_edges
148 static int n_edges;313 for (i = n_edges * edgewords; --i >= 0; )1983 n_edges = 2 * n_blocks;1984 edges = (struct edge **)calloc(n_edges, sizeof(*edges));1995 edgewords = n_edges / (8 * sizeof(bpf_u_int32)) + 1;2000 + n_edges * edgewords * sizeof(*space));