Home
last modified time | relevance | path

Searched refs:depth2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmacrotab.c229 int depth2 = inclusion_depth (file2); in compare_locations() local
233 while (depth1 > depth2) in compare_locations()
240 while (depth2 > depth1) in compare_locations()
245 depth2--; in compare_locations()
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c139 int depth1, depth2; local
222 depth2 = class_depth (type2);
223 for ( ; depth1 > depth2; depth1--)
225 for ( ; depth2 > depth1; depth2--)