Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/tables/
A Dtbxfroot.c221 (UINT32) ACPI_PTR_DIFF (MemRover, TablePtr); in AcpiFindRootPointer()
253 (ACPI_HI_RSDP_WINDOW_BASE + ACPI_PTR_DIFF (MemRover, TablePtr)); in AcpiFindRootPointer()
/third_party/lib/acpica/source/compiler/
A Ddtio.c181 Length = ACPI_PTR_DIFF (End, Start) + 1; in DtTrim()
310 Column = ACPI_PTR_DIFF (Colon, LineBuffer) + 3; in DtParseLine()
311 NameColumn = ACPI_PTR_DIFF (Start, LineBuffer) + 1; in DtParseLine()
313 Length = ACPI_PTR_DIFF (End, Start); in DtParseLine()
361 Length = ACPI_PTR_DIFF (End, Start); in DtParseLine()
A Daslrestype2s.c336 ACPI_PTR_DIFF (InterruptList, Descriptor); in RsDoGpioIntDescriptor()
339 ACPI_PTR_DIFF (ResourceSource, Descriptor); in RsDoGpioIntDescriptor()
427 ACPI_PTR_DIFF (VendorData, Descriptor); in RsDoGpioIntDescriptor()
552 ACPI_PTR_DIFF (InterruptList, Descriptor); in RsDoGpioIoDescriptor()
555 ACPI_PTR_DIFF (ResourceSource, Descriptor); in RsDoGpioIoDescriptor()
641 ACPI_PTR_DIFF (VendorData, Descriptor); in RsDoGpioIoDescriptor()
A Ddttable1.c412 Dbg2Header->InfoOffset = sizeof (ACPI_TABLE_HEADER) + ACPI_PTR_DIFF ( in DtCompileDbg2()
/third_party/lib/acpica/source/components/utilities/
A Dutprint.c364 i = ACPI_PTR_DIFF (Pos, ReversedString); in AcpiUtFormatNumber()
716 return (ACPI_PTR_DIFF (Pos, String)); in AcpiUtVsnprintf()
/third_party/lib/acpica/source/components/executer/
A Dexmisc.c199 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer); in AcpiExConcatTemplate()
209 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
/third_party/lib/acpica/source/include/acpica/
A Dactypes.h542 #define ACPI_PTR_DIFF(a, b) (ACPI_SIZE) (ACPI_CAST_PTR (UINT8, (a)) - ACPI_CAST_PTR (UI… macro
547 #define ACPI_TO_INTEGER(p) ACPI_PTR_DIFF (p, (void *) NULL)
548 #define ACPI_OFFSET(d, f) ACPI_PTR_DIFF (&(((d *) 0)->f), (void *) NULL)
/third_party/lib/acpica/source/tools/acpinames/
A Dantables.c263 if (ExternalFadt->Header.Length > ACPI_PTR_DIFF ( in AnBuildLocalTables()
/third_party/lib/acpica/source/components/debugger/
A Ddbmethod.c91 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml, in AcpiDbSetMethodBreakpoint()
A Ddbxface.c233 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml, in AcpiDbSingleStep()
A Ddbstats.c540 Temp = (UINT32) ACPI_PTR_DIFF ( in AcpiDbDisplayStatistics()
/third_party/lib/acpica/generate/lint/
A Doptions.lnt33 -emacro( (413), ACPI_PTR_DIFF ) // use of NULL pointer creates a stir
/third_party/lib/acpica/source/tools/acpiexec/
A Daetables.c350 if (ExternalFadt->Header.Length > ACPI_PTR_DIFF ( in AeBuildLocalTables()
/third_party/lib/acpica/source/components/namespace/
A Dnsxfname.c643 AmlLength = ACPI_PTR_DIFF (ParserState.PkgEnd, AmlStart); in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/parser/
A Dpsloop.c217 (UINT32) (ACPI_PTR_DIFF (AmlOpStart, in AcpiPsGetArguments()
A Dpsobject.c111 AmlOffset = (UINT32) ACPI_PTR_DIFF (WalkState->Aml, in AcpiPsGetAmlOpcode()
A Dpsargs.c848 ACPI_PTR_DIFF (ParserState->PkgEnd, ParserState->Aml); in AcpiPsGetNextArg()
/third_party/lib/acpica/source/components/dispatcher/
A Ddsmethod.c253 AmlOffset = (UINT32) ACPI_PTR_DIFF (WalkState->Aml, in AcpiDsMethodError()
/third_party/lib/acpica/source/components/disassembler/
A Ddmwalk.c466 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml, in AcpiDmDescendingOp()

Completed in 29 milliseconds