Home | History | Annotate | Download | only in raidframe

Lines Matching defs:acount

702 rf_ValidateBranch(RF_DagNode_t *node, int *scount, int *acount,
746 acount[node->antecedents[i]->nodeNum]++;
751 acount, nodes, unvisited)) {
811 int *scount, *acount;/* per-node successor and antecedent counts */
846 acount = RF_Malloc(nodecount * sizeof(*acount));
851 acount, nodes, unvisited)) {
875 if (nodes[i]->numSuccedents != acount[nodes[i]->nodeNum]) {
877 nodes[i]->name, nodes[i]->numSuccedents, acount[nodes[i]->nodeNum]);
891 RF_Free(acount, nodecount * sizeof(int));