ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
Functions | |
static ACPI_STATUS | AcpiUtInsertDigit (UINT64 *AccumulatedValue, UINT32 Base, int AsciiDigit) |
static ACPI_STATUS | AcpiUtStrtoulMultiply64 (UINT64 Multiplicand, UINT32 Base, UINT64 *OutProduct) |
static ACPI_STATUS | AcpiUtStrtoulAdd64 (UINT64 Addend1, UINT32 Digit, UINT64 *OutSum) |
ACPI_STATUS | AcpiUtConvertOctalString (char *String, UINT64 *ReturnValuePtr) |
ACPI_STATUS | AcpiUtConvertDecimalString (char *String, UINT64 *ReturnValuePtr) |
ACPI_STATUS | AcpiUtConvertHexString (char *String, UINT64 *ReturnValuePtr) |
char | AcpiUtRemoveLeadingZeros (char **String) |
char | AcpiUtRemoveWhitespace (char **String) |
BOOLEAN | AcpiUtDetectHexPrefix (char **String) |
void | AcpiUtRemoveHexPrefix (char **String) |
BOOLEAN | AcpiUtDetectOctalPrefix (char **String) |
#define _COMPONENT ACPI_UTILITIES |
Definition at line 47 of file utstrsuppt.c.
ACPI_STATUS AcpiUtConvertDecimalString | ( | char * | String, |
UINT64 * | ReturnValuePtr | ||
) |
Definition at line 152 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), and AcpiUtStrtoul64().
ACPI_STATUS AcpiUtConvertHexString | ( | char * | String, |
UINT64 * | ReturnValuePtr | ||
) |
Definition at line 214 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), AcpiUtImplicitStrtoul64(), and AcpiUtStrtoul64().
ACPI_STATUS AcpiUtConvertOctalString | ( | char * | String, |
UINT64 * | ReturnValuePtr | ||
) |
Definition at line 90 of file utstrsuppt.c.
Referenced by AcpiUtStrtoul64().
Definition at line 329 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), and AcpiUtStrtoul64().
Definition at line 382 of file utstrsuppt.c.
Referenced by AcpiUtStrtoul64().
|
static |
Definition at line 424 of file utstrsuppt.c.
Referenced by AcpiUtConvertDecimalString(), AcpiUtConvertHexString(), and AcpiUtConvertOctalString().
Definition at line 357 of file utstrsuppt.c.
Referenced by AcpiUtDetectHexPrefix(), and AcpiUtImplicitStrtoul64().
Definition at line 274 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), AcpiUtImplicitStrtoul64(), and AcpiUtStrtoul64().
Definition at line 303 of file utstrsuppt.c.
Referenced by AcpiUtExplicitStrtoul64(), AcpiUtImplicitStrtoul64(), and AcpiUtStrtoul64().
|
static |
Definition at line 529 of file utstrsuppt.c.
Referenced by AcpiUtInsertDigit().
|
static |
Definition at line 467 of file utstrsuppt.c.
Referenced by AcpiUtInsertDigit().