Searched refs:AcpiUtInsertDigit (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstrsuppt.c162 AcpiUtInsertDigit (
225 Status = AcpiUtInsertDigit (&AccumulatedValue, 8, *String);
287 Status = AcpiUtInsertDigit (&AccumulatedValue, 10, *String);
349 Status = AcpiUtInsertDigit (&AccumulatedValue, 16, *String);
506 * FUNCTION: AcpiUtInsertDigit
532 AcpiUtInsertDigit ( function

Completed in 69 milliseconds