Lines Matching defs:OutRemainder
434 * OutRemainder - Pointer to where the remainder is returned
449 UINT32 *OutRemainder)
485 if (OutRemainder)
487 *OutRemainder = Remainder32;
501 * OutRemainder - Pointer to where the remainder is returned
514 UINT64 *OutRemainder)
633 if (OutRemainder)
635 *OutRemainder = Remainder.Full;
663 UINT32 *OutRemainder)
683 if (OutRemainder)
685 *OutRemainder = (UINT32) (InDividend % Divisor);
696 UINT64 *OutRemainder)
716 if (OutRemainder)
718 *OutRemainder = InDividend % InDivisor;