Searched refs:AccumulatedValue (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstrsuppt.c163 UINT64 *AccumulatedValue,
202 UINT64 AccumulatedValue = 0; local
225 Status = AcpiUtInsertDigit (&AccumulatedValue, 8, *String);
237 *ReturnValuePtr = AccumulatedValue;
264 UINT64 AccumulatedValue = 0; local
287 Status = AcpiUtInsertDigit (&AccumulatedValue, 10, *String);
299 *ReturnValuePtr = AccumulatedValue;
326 UINT64 AccumulatedValue = 0; local
349 Status = AcpiUtInsertDigit (&AccumulatedValue, 16, *String);
361 *ReturnValuePtr = AccumulatedValue;
532 AcpiUtInsertDigit( UINT64 *AccumulatedValue, UINT32 Base, int AsciiDigit) argument
[all...]

Completed in 39 milliseconds