Home
last modified time | relevance | path

Searched refs:ConvertedInteger (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutstrtoul64.c370 UINT64 ConvertedInteger = 0; in AcpiUtImplicitStrtoul64() local
398 AcpiUtConvertHexString (String, &ConvertedInteger); in AcpiUtImplicitStrtoul64()
399 return_VALUE (ConvertedInteger); in AcpiUtImplicitStrtoul64()
458 UINT64 ConvertedInteger = 0; in AcpiUtExplicitStrtoul64() local
493 AcpiUtConvertDecimalString (String, &ConvertedInteger); in AcpiUtExplicitStrtoul64()
497 AcpiUtConvertHexString (String, &ConvertedInteger); in AcpiUtExplicitStrtoul64()
501 return_VALUE (ConvertedInteger); in AcpiUtExplicitStrtoul64()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddtutils.c333 UINT64 ConvertedInteger; in DtDoConstant() local
343 ConvertedInteger = AcpiUtImplicitStrtoul64 (String); in DtDoConstant()
344 return (ConvertedInteger); in DtDoConstant()
H A Daslutils.c1118 UINT64 ConvertedInteger; in UtDoConstant() local
1123 Status = AcpiUtStrtoul64 (String, &ConvertedInteger); in UtDoConstant()
1135 return (ConvertedInteger); in UtDoConstant()