Searched refs:cyclenlp (Results 1 – 1 of 1) sorted by relevance
202 nltype *cyclenlp; in cycletime() local206 cyclenlp = &cyclenl[cycle]; in cycletime()207 for (childp = cyclenlp->cnext; childp; childp = childp->cnext) { in cycletime()215 cyclenlp->time += childp->time; in cycletime()217 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()238 nltype *cyclenlp; in cyclelink() local282 cyclenlp = &cyclenl[cycle]; in cyclelink()283 cyclenlp->name = 0; /* the name */ in cyclelink()284 cyclenlp->value = 0; /* pc entry point */ in cyclelink()285 cyclenlp->time = 0.0; /* ticks in routine */ in cyclelink()[all …]