Home | History | Annotate | Download | only in qtools

Lines Matching refs:top

40         top = 0;
43 if (top >= kNumStackFrames)
45 frames[top] = sym;
46 top += 1;
50 if (top <= 0) {
53 top -= 1;
54 return frames[top];
58 fprintf(stderr, "top %d\n", top);
59 for (int ii = 0; ii < top; ii++) {
65 int top;