Lines Matching refs:UINT64_OVERLAY
173 } UINT64_OVERLAY; typedef
201 UINT64_OVERLAY MultiplicandOvl; in AcpiUtShortMultiply()
202 UINT64_OVERLAY Product; in AcpiUtShortMultiply()
252 UINT64_OVERLAY OperandOvl; in AcpiUtShortShiftLeft()
297 UINT64_OVERLAY OperandOvl; in AcpiUtShortShiftRight()
451 UINT64_OVERLAY DividendOvl; in AcpiUtShortDivide()
452 UINT64_OVERLAY Quotient; in AcpiUtShortDivide()
516 UINT64_OVERLAY Dividend; in AcpiUtDivide()
517 UINT64_OVERLAY Divisor; in AcpiUtDivide()
518 UINT64_OVERLAY Quotient; in AcpiUtDivide()
519 UINT64_OVERLAY Remainder; in AcpiUtDivide()
520 UINT64_OVERLAY NormalizedDividend; in AcpiUtDivide()
521 UINT64_OVERLAY NormalizedDivisor; in AcpiUtDivide()
523 UINT64_OVERLAY Partial2; in AcpiUtDivide()
524 UINT64_OVERLAY Partial3; in AcpiUtDivide()