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()
333 UINT64 ConvertedInteger; in DtDoConstant() local343 ConvertedInteger = AcpiUtImplicitStrtoul64 (String); in DtDoConstant()344 return (ConvertedInteger); in DtDoConstant()
1118 UINT64 ConvertedInteger; in UtDoConstant() local1123 Status = AcpiUtStrtoul64 (String, &ConvertedInteger); in UtDoConstant()1135 return (ConvertedInteger); in UtDoConstant()