Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/executer/
A Dexconvrt.c158 if (Count > AcpiGbl_IntegerByteWidth) in AcpiExConvertToInteger()
160 Count = AcpiGbl_IntegerByteWidth; in AcpiExConvertToInteger()
245 ReturnDesc = AcpiUtCreateBufferObject (AcpiGbl_IntegerByteWidth); in AcpiExConvertToBuffer()
254 memcpy (NewBuf, &ObjDesc->Integer.Value, AcpiGbl_IntegerByteWidth); in AcpiExConvertToBuffer()
475 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
494 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
A Dexmisc.c366 (ACPI_SIZE) ACPI_MUL_2 (AcpiGbl_IntegerByteWidth)); in AcpiExDoConcatenate()
378 AcpiGbl_IntegerByteWidth); in AcpiExDoConcatenate()
382 memcpy (NewBuf + AcpiGbl_IntegerByteWidth, in AcpiExDoConcatenate()
383 &LocalOperand1->Integer.Value, AcpiGbl_IntegerByteWidth); in AcpiExDoConcatenate()
A Dexfield.c254 if (Length > AcpiGbl_IntegerByteWidth) in AcpiExReadDataFromField()
275 Length = AcpiGbl_IntegerByteWidth; in AcpiExReadDataFromField()
A Dexutils.c186 if ((AcpiGbl_IntegerByteWidth == 4) && in AcpiExTruncateFor32bitTable()
A Dexdebug.c189 if (AcpiGbl_IntegerByteWidth == 4) in AcpiExDoDebugObject()
A Dexoparg1.c781 Value = AcpiGbl_IntegerByteWidth; in AcpiExOpcode_1A_0T_1R()
/third_party/lib/acpica/source/components/utilities/
A Dutmisc.c190 AcpiGbl_IntegerByteWidth = 4; in AcpiUtSetIntegerWidth()
198 AcpiGbl_IntegerByteWidth = 8; in AcpiUtSetIntegerWidth()
A Dutnonansi.c197 UINT32 Mode32 = (AcpiGbl_IntegerByteWidth == 4); in AcpiUtStrtoul64()
/third_party/lib/acpica/source/tools/acpidump/
A Dacpidump.h79 UINT8 AcpiGbl_IntegerByteWidth = 8; variable
/third_party/lib/acpica/source/include/acpica/
A Dacglobal.h86 ACPI_GLOBAL (UINT8, AcpiGbl_IntegerByteWidth);
/third_party/lib/acpica/source/compiler/
A Daslopcodes.c298 if (AcpiGbl_IntegerByteWidth == 4) in OpcSetOptimalIntegerSize()
311 if (AcpiGbl_IntegerByteWidth == 8) in OpcSetOptimalIntegerSize()
347 if (AcpiGbl_IntegerByteWidth == 4) in OpcSetOptimalIntegerSize()

Completed in 13 milliseconds