Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Daslopt.c215 UINT32 NumCommonSegments; in OptBuildShortestPath() local
250 for (NumCommonSegments = 0; in OptBuildShortestPath()
251 NumCommonSegments < MaxCommonSegments; in OptBuildShortestPath()
252 NumCommonSegments++) in OptBuildShortestPath()
258 (NumCommonSegments * ACPI_PATH_SEGMENT_LENGTH) + 1], in OptBuildShortestPath()
260 (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()
[all …]

Completed in 3 milliseconds