Searched refs:cyclenlp (Results 1 – 1 of 1) sorted by relevance
205 nltype *cyclenlp; in cycletime() local209 cyclenlp = &cyclenl[cycle]; in cycletime()210 for (childp = cyclenlp->cnext; childp; childp = childp->cnext) { in cycletime()218 cyclenlp->time += childp->time; in cycletime()220 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()241 nltype *cyclenlp; in cyclelink() local285 cyclenlp = &cyclenl[cycle]; in cyclelink()286 cyclenlp->name = 0; /* the name */ in cyclelink()287 cyclenlp->value = 0; /* pc entry point */ in cyclelink()288 cyclenlp->time = 0.0; /* ticks in routine */ in cyclelink()[all …]