Searched refs:InDivisor (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c152 * InDivisor - Divisor
165 UINT64 InDivisor,
185 if (InDivisor == 0)
191 Divisor.Full = InDivisor;
347 UINT64 InDivisor,
356 if (InDivisor == 0)
367 *OutQuotient = InDividend / InDivisor;
371 *OutRemainder = InDividend % InDivisor;
163 AcpiUtDivide( UINT64 InDividend, UINT64 InDivisor, UINT64 *OutQuotient, UINT64 *OutRemainder) argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp33 DivOpInfo(bool InSignedOp, Value *InDividend, Value *InDivisor) argument
34 : SignedOp(InSignedOp), Dividend(InDividend), Divisor(InDivisor) {}
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacutils.h778 UINT64 InDivisor,

Completed in 114 milliseconds