Home
last modified time | relevance | path

Searched refs:Remainder (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm98 Remainder used to align input datagram payload within
129 Remainder used to align output datagram payload
/linux-4.4.14/drivers/video/fbdev/aty/
Datyfb_base.c189 int Multiplier, Divider, Remainder; in ATIReduceRatio() local
194 while ((Remainder = Multiplier % Divider)) { in ATIReduceRatio()
196 Divider = Remainder; in ATIReduceRatio()
1077 int Remainder = par->lcd_width % HDisplay; in aty_var_to_crtc() local
1079 if ((!Remainder && ((nStretch > 2))) || in aty_var_to_crtc()
1089 Remainder = ((Denominator - Numerator) * StretchLoops[Index]) % in aty_var_to_crtc()
1091 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1093 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()