Product
UINT64_OVERLAY Product;
Product.Part.Hi, Carry32);
Product.Part.Lo, Carry32);
Product.Part.Hi += Carry32;
*OutProduct = Product.Full;
UINT64 Product;
Status = AcpiUtStrtoulMultiply64 (*AccumulatedValue, Base, &Product);
Status = AcpiUtStrtoulAdd64 (Product, AcpiUtAsciiCharToHex (AsciiDigit),
UINT64 Product;
Product = Multiplicand * Base;
if ((AcpiGbl_IntegerBitWidth == 32) && (Product > ACPI_UINT32_MAX))
*OutProduct = Product;
f_info->info = plugin->Product();
const char* Product(void);
if (strlen(fPlugin->Product()) != 0)
str.Append(fPlugin->Product());