Searched refs:from_index (Results 1 – 1 of 1) sorted by relevance
260 ARCINDEX from_index, to_index; in _gprof_write_call_graph() local267 for (from_index = 0; from_index < from_len; ++from_index) { in _gprof_write_call_graph()269 if (_gmonparam.froms[from_index] == 0) in _gprof_write_call_graph()273 frompc += (from_index * _gmonparam.hashfraction in _gprof_write_call_graph()275 for (to_index = _gmonparam.froms[from_index]; in _gprof_write_call_graph()
Completed in 2 milliseconds