Lines Matching refs:depth
20 extern int verbose, lineno, xspin, jumpsteps, depth, merger, cutoff;
143 while (fscanf(fd, "%d:%d:%d\n", &depth, &pno, &nst) == 3) in match_trail()
144 { if (depth == -2) { start_claim(pno); continue; } in match_trail()
145 if (depth == -4) { merger = 1; ana_src(0, 1); continue; } in match_trail()
146 if (depth == -1) in match_trail()
156 if (cutoff > 0 && depth >= cutoff) in match_trail()
170 depth, pno - Have_claim, nst); in match_trail()
187 depth); in match_trail()
190 depth, pno - Have_claim); in match_trail()
195 printf("%3d: stop error, ", depth); in match_trail()
212 { printf("%3d: no process %d (step %d)\n", depth, pno - Have_claim, nst); in match_trail()
223 { printf("%3d:\tproc %d (?) ", depth, pno); in match_trail()
237 if (g && depth >= jumpsteps in match_trail()
270 if (depth >= jumpsteps in match_trail()
316 printf("spin: trail ends after %d steps\n", depth); in match_trail()