Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDmacrotab.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()
/freebsd-11-stable/sys/x86/iommu/
HDintel_drv.c653 int busno2, const ACPI_DMAR_PCI_PATH *path2, int depth2, in dmar_match_pathes() argument
660 if (scope_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && depth1 != depth2) in dmar_match_pathes()
663 if (depth2 < depth) in dmar_match_pathes()
664 depth = depth2; in dmar_match_pathes()