Searched refs:INT32 (Results 1 – 13 of 13) sorted by relevance
79 INT32 Width,80 INT32 Precision,301 INT32 Width, in AcpiUtFormatNumber()302 INT32 Precision, in AcpiUtFormatNumber()310 INT32 i; in AcpiUtFormatNumber()447 INT32 Width; in AcpiUtVsnprintf()448 INT32 Precision; in AcpiUtVsnprintf()456 INT32 Length; in AcpiUtVsnprintf()512 Width = (INT32) Number; in AcpiUtVsnprintf()534 Precision = (INT32) Number; in AcpiUtVsnprintf()[all …]
268 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi); in AcpiUtDivide()269 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo); in AcpiUtDivide()
145 AcpiOsPrintf ("\\x%2.2X", (INT32) String[i]); in AcpiUtPrintString()
57 static INT32121 static INT32145 return ((INT32) Actual); in AdWriteBuffer()
240 INT32 Count; in AcGetOneTableFromFile()291 if (Count != (INT32) TableHeader.Length) in AcGetOneTableFromFile()
118 INT32 *g1; in AcpiEfiCompareGuid()119 INT32 *g2; in AcpiEfiCompareGuid()120 INT32 r; in AcpiEfiCompareGuid()123 g1 = (INT32 *) Guid1; in AcpiEfiCompareGuid()124 g2 = (INT32 *) Guid2; in AcpiEfiCompareGuid()
472 INT32 Count = 0; in AcpiOsVprintf()
1367 INT32 Count; in OslReadTableFromFile()
221 INT32 MaxMode;222 INT32 Mode;223 INT32 Attribute;224 INT32 CursorColumn;225 INT32 CursorRow;
71 typedef int32_t INT32; typedef
259 INT32 Actual; in FlPrintFile()
445 INT32 i; in AcpiDsObjStackPopAndDelete()457 for (i = (INT32) PopCount - 1; i >= 0; i--) in AcpiDsObjStackPopAndDelete()
158 typedef int INT32; typedef197 typedef int INT32; typedef202 typedef INT32 ACPI_NATIVE_INT;
Completed in 27 milliseconds