Lines Matching refs:maxEdge
2319 ANTLR3_UINT32 maxEdge;
2324 maxEdge = edge;
2328 maxEdge = dependency;
2340 topo->edges = ANTLR3_CALLOC(sizeof(pANTLR3_BITSET) * (maxEdge + 1), 1);
2348 topo->limit = maxEdge + 1;
2350 else if (topo->limit <= maxEdge)
2354 topo->edges = ANTLR3_REALLOC(topo->edges, sizeof(pANTLR3_BITSET) * (maxEdge + 1));
2362 for (i = topo->limit; i <= maxEdge; i++)
2369 topo->limit = maxEdge + 1;