Searched refs:depth1 (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacrotab.c231 int depth1 = inclusion_depth (file1);
236 while (depth1 > depth2)
241 depth1--;
243 while (depth2 > depth1)
228 int depth1 = inclusion_depth (file1); local
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c2838 int depth1, depth2; local
2911 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
2914 depth1++;
2925 while (depth1 > depth2) {
2926 depth1--;
2929 while (depth2 > depth1) {
2985 int depth1, depth2; local
3202 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
3205 depth1++;
3216 while (depth1 > depth
[all...]

Completed in 99 milliseconds