Searched refs:maxEdges (Results 1 – 2 of 2) 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()
681 ActiveEdgeList(int maxEdges) { in ActiveEdgeList() argument682 fAllocation = (char*) sk_malloc_throw(sizeof(ActiveEdge)*maxEdges); in ActiveEdgeList()684 fMaxFree = maxEdges; in ActiveEdgeList()