Home | History | Annotate | Download | only in gprof

Lines Matching refs:prev_count

1057 	  int prev_count = 0;
1071 prev_count++;
1075 child = next_count < prev_count ? next : prev;
1080 int prev_count = 0;
1093 prev_count++;
1096 parent = prev_count < next_count ? prev : next;