Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslopt.c324 UINT32 MaxCommonSegments; in OptBuildShortestPath() local
348 MaxCommonSegments = TargetPath->Length / ACPI_PATH_SEGMENT_LENGTH; in OptBuildShortestPath()
351 MaxCommonSegments = CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH; in OptBuildShortestPath()
359 NumCommonSegments < MaxCommonSegments; in OptBuildShortestPath()
386 if (NumCommonSegments == MaxCommonSegments) in OptBuildShortestPath()