Searched refs:Remainder (Results 1 – 2 of 2) sorted by relevance
98 Remainder used to align input datagram payload within129 Remainder used to align output datagram payload
192 int Multiplier, Divider, Remainder; in ATIReduceRatio() local197 while ((Remainder = Multiplier % Divider)) { in ATIReduceRatio()199 Divider = Remainder; in ATIReduceRatio()1068 int Remainder = par->lcd_width % HDisplay; in aty_var_to_crtc() local1070 if ((!Remainder && ((nStretch > 2))) || in aty_var_to_crtc()1080 Remainder = ((Denominator - Numerator) * StretchLoops[Index]) % in aty_var_to_crtc()1082 if (Remainder < BestRemainder) { in aty_var_to_crtc()1084 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()