Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/utilities/
A Duteval.c367 OutValues[i] = ACPI_UINT8_MAX; in AcpiUtExecutePowerMethods()
/third_party/lib/acpica/source/components/debugger/
A Ddbutils.c189 AcpiUtPrintString (ObjDesc->String.Pointer, ACPI_UINT8_MAX); in AcpiDbDumpExternalObject()
/third_party/lib/acpica/source/compiler/
A Dasltree.c218 Op->Asl.Value.Integer = ACPI_UINT8_MAX; in TrUpdateNode()
251 UtCheckIntegerRange (Op, 0x00, ACPI_UINT8_MAX); in TrUpdateNode()
252 Op->Asl.Value.Integer &= ACPI_UINT8_MAX; in TrUpdateNode()
A Daslmethod.c394 (Op->Asl.Child->Asl.Value.Integer > ACPI_UINT8_MAX)) in MtMethodAnalysisWalkBegin()
A Daslopcodes.c328 if (Op->Asl.Value.Integer <= ACPI_UINT8_MAX) in OpcSetOptimalIntegerSize()
/third_party/lib/acpica/source/components/executer/
A Dexdump.c450 AcpiUtPrintString (ObjDesc->String.Pointer, ACPI_UINT8_MAX); in AcpiExDumpObject()
809 AcpiUtPrintString (ObjDesc->String.Pointer, ACPI_UINT8_MAX); in AcpiExDumpOperand()
1146 AcpiUtPrintString (ObjDesc->String.Pointer, ACPI_UINT8_MAX); in AcpiExDumpPackageObj()
/third_party/lib/acpica/source/components/tables/
A Dtbfadt.c646 (ACPI_MUL_8 (Length) <= ACPI_UINT8_MAX) && in AcpiTbConvertFadt()
/third_party/lib/acpica/source/components/events/
A Devgpe.c173 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX) in AcpiEvAddGpeReference()
/third_party/lib/acpica/source/components/dispatcher/
A Ddsmethod.c364 if (ObjDesc->Method.ThreadCount == ACPI_UINT8_MAX) in AcpiDsBeginMethodExecution()
/third_party/lib/acpica/source/include/acpica/
A Dactypes.h64 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */ macro

Completed in 23 milliseconds