Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslopt.c215 UINT32 NumCommonSegments; in OptBuildShortestPath() local
250 for (NumCommonSegments = 0; in OptBuildShortestPath()
251 NumCommonSegments < MaxCommonSegments; in OptBuildShortestPath()
252 NumCommonSegments++) in OptBuildShortestPath()
256 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1; in OptBuildShortestPath()
269 NumCommonSegments)); in OptBuildShortestPath()
273 if (NumCommonSegments == 0) in OptBuildShortestPath()
278 if (NumCommonSegments == MaxCommonSegments) in OptBuildShortestPath()
295 NumCommonSegments; in OptBuildShortestPath()
314 Index = (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1; in OptBuildShortestPath()