Lines Matching defs:depth
64 int depth = 0;67 pcstack[depth++] = (pc_t) intrpc;78 while (depth < pcstack_limit) {91 pcstack[depth++] = state.registers[PC];98 for (; depth < pcstack_limit; depth++) {99 pcstack[depth] = 0;138 int depth = 1;149 depth++;152 if (depth < aframes)155 return depth - aframes;