Lines Matching defs:Base
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
166 UINT16 Base,
413 * Base - ACPI_STRING_DECIMAL or ACPI_STRING_HEX
427 UINT16 Base,
446 switch (Base)
551 * Type - String flags (base and conversion type)
570 UINT16 Base = 16;
599 Base = 10;
642 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth, LeadingZeros);
659 /* Setup string length, base, and separator */
671 Base = 10;
751 if (Base == 16)
760 (UINT64) ObjDesc->Buffer.Pointer[i], Base, NewBuf, 1, LeadingZeros);