Searched refs:PartialValue (Results 1 – 1 of 1) sorted by relevance
567 UINT64 PartialValue; in AcpiPsGetNextSimpleArg() local608 PartialValue = 0; in AcpiPsGetNextSimpleArg()609 memcpy (&PartialValue, Aml, Remaining); in AcpiPsGetNextSimpleArg()610 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()632 PartialValue = 0; in AcpiPsGetNextSimpleArg()633 memcpy (&PartialValue, Aml, Remaining); in AcpiPsGetNextSimpleArg()634 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()656 PartialValue = 0; in AcpiPsGetNextSimpleArg()657 memcpy (&PartialValue, Aml, Remaining); in AcpiPsGetNextSimpleArg()658 Arg->Common.Value.Integer = PartialValue; in AcpiPsGetNextSimpleArg()