Lines Matching defs:OutRemainder
85 * OutRemainder - Pointer to where the remainder is returned
100 UINT32 *OutRemainder)
136 if (OutRemainder)
138 *OutRemainder = Remainder32;
152 * OutRemainder - Pointer to where the remainder is returned
165 UINT64 *OutRemainder)
284 if (OutRemainder)
286 *OutRemainder = Remainder.Full;
314 UINT32 *OutRemainder)
334 if (OutRemainder)
336 *OutRemainder = (UINT32) (InDividend % Divisor);
347 UINT64 *OutRemainder)
367 if (OutRemainder)
369 *OutRemainder = InDividend % InDivisor;