Home | History | Annotate | Download | only in import

Lines Matching defs:depth

89 find_stack_direction (int *addr, int depth)
95 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
103 (b) keep track of stack depth.
118 char *deep; /* For stack depth measure. */
134 auto char probe; /* Probes stack depth: */
135 register char *depth = &probe;
153 if ((STACK_DIR > 0 && hp->h.deep > depth)
154 || (STACK_DIR < 0 && hp->h.deep < depth))
191 new->h.deep = depth;