Home
last modified time | relevance | path

Searched refs:OutResult (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutmath.c250 UINT64 *OutResult) in AcpiUtShortShiftLeft() argument
271 if (OutResult) in AcpiUtShortShiftLeft()
273 *OutResult = OperandOvl.Full; in AcpiUtShortShiftLeft()
295 UINT64 *OutResult) in AcpiUtShortShiftRight() argument
316 if (OutResult) in AcpiUtShortShiftRight()
318 *OutResult = OperandOvl.Full; in AcpiUtShortShiftRight()
369 UINT64 *OutResult) in AcpiUtShortShiftLeft() argument
377 if (OutResult) in AcpiUtShortShiftLeft()
379 *OutResult = Operand << Count; in AcpiUtShortShiftLeft()
399 UINT64 *OutResult) in AcpiUtShortShiftRight() argument
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/include/
H A Dacutils.h937 UINT64 *OutResult);
943 UINT64 *OutResult);