Home
last modified time | relevance | path

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

/reactos/drivers/bus/acpi/acpica/utilities/
H A Dutstrsuppt.c55 UINT64 *AccumulatedValue,
94 UINT64 AccumulatedValue = 0; in AcpiUtConvertOctalString() local
117 Status = AcpiUtInsertDigit (&AccumulatedValue, 8, *String); in AcpiUtConvertOctalString()
129 *ReturnValuePtr = AccumulatedValue; in AcpiUtConvertOctalString()
156 UINT64 AccumulatedValue = 0; in AcpiUtConvertDecimalString() local
179 Status = AcpiUtInsertDigit (&AccumulatedValue, 10, *String); in AcpiUtConvertDecimalString()
191 *ReturnValuePtr = AccumulatedValue; in AcpiUtConvertDecimalString()
218 UINT64 AccumulatedValue = 0; in AcpiUtConvertHexString() local
253 *ReturnValuePtr = AccumulatedValue; in AcpiUtConvertHexString()
425 UINT64 *AccumulatedValue, in AcpiUtInsertDigit() argument
[all …]