Searched refs:ConvertedInteger (Results 1 – 3 of 3) sorted by relevance
262 UINT64 ConvertedInteger = 0; in AcpiUtImplicitStrtoul64() local290 AcpiUtConvertHexString (String, &ConvertedInteger); in AcpiUtImplicitStrtoul64()291 return_VALUE (ConvertedInteger); in AcpiUtImplicitStrtoul64()350 UINT64 ConvertedInteger = 0; in AcpiUtExplicitStrtoul64() local385 AcpiUtConvertDecimalString (String, &ConvertedInteger); in AcpiUtExplicitStrtoul64()389 AcpiUtConvertHexString (String, &ConvertedInteger); in AcpiUtExplicitStrtoul64()393 return_VALUE (ConvertedInteger); in AcpiUtExplicitStrtoul64()
225 UINT64 ConvertedInteger; in DtDoConstant() local 235 ConvertedInteger = AcpiUtImplicitStrtoul64 (String); in DtDoConstant() 236 return (ConvertedInteger); in DtDoConstant()
1010 UINT64 ConvertedInteger; in UtDoConstant() local1015 Status = AcpiUtStrtoul64 (String, &ConvertedInteger); in UtDoConstant()1027 return (ConvertedInteger); in UtDoConstant()