Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslopt.c75 ACPI_BUFFER *CurrentPath,
209 ACPI_BUFFER *CurrentPath, in OptBuildShortestPath() argument
241 if (CurrentPath->Length < TargetPath->Length) in OptBuildShortestPath()
243 MaxCommonSegments = CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH; in OptBuildShortestPath()
260 &(ACPI_CAST_PTR (char, CurrentPath->Pointer)) [Index])) in OptBuildShortestPath()
280 if (CurrentPath->Length == TargetPath->Length) in OptBuildShortestPath()
294 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) - in OptBuildShortestPath()
319 (CurrentPath->Length > TargetPath->Length)) in OptBuildShortestPath()
559 ACPI_BUFFER CurrentPath; in OptOptimizeNamePath() local
678 CurrentPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in OptOptimizeNamePath()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp293 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main() local
306 sys::fs::make_absolute(CurrentPath); in main()
308 sys::path::parent_path(sys::path::parent_path(CurrentPath)).str(); in main()