<dec f='src/src/sys/external/bsd/acpica/dist/include/acutils.h' l='763' type='ACPI_STATUS AcpiUtShortDivide(UINT64 InDividend, UINT32 Divisor, UINT64 * OutQuotient, UINT32 * OutRemainder)'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exconvrt.c' l='365' u='c' c='AcpiExConvertToAscii'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exoparg1.c' l='416' u='c' c='AcpiExOpcode_1A_1T_1R'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exutils.c' l='342' u='c' c='AcpiExDigitsNeeded'/>
<use f='src/src/sys/external/bsd/acpica/dist/executer/exutils.c' l='439' u='c' c='AcpiExIntegerToString'/>
<use f='src/src/sys/external/bsd/acpica/dist/hardware/hwtimer.c' l='224' u='c' c='AcpiGetTimerDuration'/>
<def f='src/src/sys/external/bsd/acpica/dist/utilities/utmath.c' l='309' ll='340' type='ACPI_STATUS AcpiUtShortDivide(UINT64 InDividend, UINT32 Divisor, UINT64 * OutQuotient, UINT32 * OutRemainder)'/>
<doc f='src/src/sys/external/bsd/acpica/dist/utilities/utmath.c' l='294'>/*******************************************************************************
 *
 * FUNCTION:    AcpiUtShortDivide, AcpiUtDivide
 *
 * PARAMETERS:  See function headers above
 *
 * DESCRIPTION: Native versions of the UtDivide functions. Use these if either
 *              1) The target is a 64-bit platform and therefore 64-bit
 *                 integer math is supported directly by the machine.
 *              2) The target is a 32-bit or 16-bit platform, and the
 *                 double-precision integer math library is available to
 *                 perform the divide.
 *
 ******************************************************************************/</doc>
