Searched refs:ConvertedInteger (Results 1 – 3 of 3) sorted by relevance
370 UINT64 ConvertedInteger = 0; in AcpiUtImplicitStrtoul64() local398 AcpiUtConvertHexString (String, &ConvertedInteger); in AcpiUtImplicitStrtoul64()399 return_VALUE (ConvertedInteger); in AcpiUtImplicitStrtoul64()458 UINT64 ConvertedInteger = 0; in AcpiUtExplicitStrtoul64() local493 AcpiUtConvertDecimalString (String, &ConvertedInteger); in AcpiUtExplicitStrtoul64()497 AcpiUtConvertHexString (String, &ConvertedInteger); in AcpiUtExplicitStrtoul64()501 return_VALUE (ConvertedInteger); in AcpiUtExplicitStrtoul64()
892 UINT64 ConvertedInteger; in UtDoConstant() local896 Status = AcpiUtStrtoul64 (String, &ConvertedInteger); in UtDoConstant()907 return (ConvertedInteger); in UtDoConstant()
323 UINT64 ConvertedInteger; in DtDoConstant() local333 ConvertedInteger = AcpiUtImplicitStrtoul64 (String); in DtDoConstant()334 return (ConvertedInteger); in DtDoConstant()