Home
last modified time | relevance | path

Searched refs:OutRemainder (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/acpi/common/
H A Dutmath.c100 UINT32 *OutRemainder) in AcpiUtShortDivide() argument
136 if (OutRemainder) in AcpiUtShortDivide()
138 *OutRemainder = Remainder32; in AcpiUtShortDivide()
165 UINT64 *OutRemainder) in AcpiUtDivide() argument
284 if (OutRemainder) in AcpiUtDivide()
286 *OutRemainder = Remainder.Full; in AcpiUtDivide()
314 UINT32 *OutRemainder)
334 if (OutRemainder)
336 *OutRemainder = (UINT32) (InDividend % Divisor);
347 UINT64 *OutRemainder)
[all …]
/titanic_50/usr/src/uts/intel/io/acpica/utilities/
H A Dutmath.c100 UINT32 *OutRemainder) in AcpiUtShortDivide() argument
136 if (OutRemainder) in AcpiUtShortDivide()
138 *OutRemainder = Remainder32; in AcpiUtShortDivide()
165 UINT64 *OutRemainder) in AcpiUtDivide() argument
284 if (OutRemainder) in AcpiUtDivide()
286 *OutRemainder = Remainder.Full; in AcpiUtDivide()
314 UINT32 *OutRemainder)
334 if (OutRemainder)
336 *OutRemainder = (UINT32) (InDividend % Divisor);
347 UINT64 *OutRemainder)
[all …]
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Dacutils.h753 UINT64 *OutRemainder);
760 UINT32 *OutRemainder);