Searched refs:AcpiGbl_IntegerByteWidth (Results 1 – 11 of 11) sorted by relevance
158 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()
366 (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()
254 if (Length > AcpiGbl_IntegerByteWidth) in AcpiExReadDataFromField()275 Length = AcpiGbl_IntegerByteWidth; in AcpiExReadDataFromField()
186 if ((AcpiGbl_IntegerByteWidth == 4) && in AcpiExTruncateFor32bitTable()
189 if (AcpiGbl_IntegerByteWidth == 4) in AcpiExDoDebugObject()
781 Value = AcpiGbl_IntegerByteWidth; in AcpiExOpcode_1A_0T_1R()
190 AcpiGbl_IntegerByteWidth = 4; in AcpiUtSetIntegerWidth()198 AcpiGbl_IntegerByteWidth = 8; in AcpiUtSetIntegerWidth()
197 UINT32 Mode32 = (AcpiGbl_IntegerByteWidth == 4); in AcpiUtStrtoul64()
79 UINT8 AcpiGbl_IntegerByteWidth = 8; variable
86 ACPI_GLOBAL (UINT8, AcpiGbl_IntegerByteWidth);
298 if (AcpiGbl_IntegerByteWidth == 4) in OpcSetOptimalIntegerSize()311 if (AcpiGbl_IntegerByteWidth == 8) in OpcSetOptimalIntegerSize()347 if (AcpiGbl_IntegerByteWidth == 4) in OpcSetOptimalIntegerSize()
Completed in 13 milliseconds