Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslopt.c323 UINT32 NumCommonSegments; in OptBuildShortestPath() local
358 for (NumCommonSegments = 0; in OptBuildShortestPath()
359 NumCommonSegments < MaxCommonSegments; in OptBuildShortestPath()
360 NumCommonSegments++) in OptBuildShortestPath()
364 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1; in OptBuildShortestPath()
377 NumCommonSegments)); in OptBuildShortestPath()
381 if (NumCommonSegments == 0) in OptBuildShortestPath()
386 if (NumCommonSegments == MaxCommonSegments) in OptBuildShortestPath()
403 NumCommonSegments; in OptBuildShortestPath()
422 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1; in OptBuildShortestPath()