Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/namespace/
A Dnsutils.c194 Info->NumCarats = 0; in AcpiNsGetInternalNameLength()
224 Info->NumCarats++; in AcpiNsGetInternalNameLength()
247 4 + Info->NumCarats; in AcpiNsGetInternalNameLength()
309 if (Info->NumCarats) in AcpiNsBuildInternalName()
311 for (i = 0; i < Info->NumCarats; i++) in AcpiNsBuildInternalName()
A Dnsaccess.c306 UINT32 NumCarats; in AcpiNsLookup() local
429 NumCarats = 0; in AcpiNsLookup()
444 NumCarats++; in AcpiNsLookup()
461 AcpiUtGetNodeName (ThisNode), NumCarats)); in AcpiNsLookup()
/third_party/lib/acpica/source/compiler/
A Daslopt.c218 UINT32 NumCarats; in OptBuildShortestPath() local
294 NumCarats = (CurrentPath->Length / ACPI_PATH_SEGMENT_LENGTH) - in OptBuildShortestPath()
301 TargetPath->Length + NumCarats + 1); in OptBuildShortestPath()
305 for (i = 0; i < NumCarats; i++) in OptBuildShortestPath()
/third_party/lib/acpica/source/include/acpica/
A Daclocal.h293 UINT32 NumCarats; member

Completed in 14 milliseconds