Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/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()
407 if (OutResult) in AcpiUtShortShiftRight()
[all …]
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacutils.h936 UINT64 *OutResult);
942 UINT64 *OutResult);