Searched refs:maxEdges (Results 1 – 4 of 4) sorted by relevance
280 int maxEdges = 0; in count_path_runtype_values() local285 maxEdges += verb_to_max_edges(verb); in count_path_runtype_values()304 if (0 == maxEdges) { in count_path_runtype_values()311 return maxEdges; in count_path_runtype_values()
651 ActiveEdgeList(int maxEdges) { in ActiveEdgeList() argument652 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()654 fMaxFree = maxEdges; in ActiveEdgeList()
664 ActiveEdgeList(int maxEdges) { in ActiveEdgeList() argument665 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()667 fMaxFree = maxEdges; in ActiveEdgeList()