Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm117 Remainder used to align input datagram payload within
148 Remainder used to align output datagram payload
/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c199 int Multiplier, Divider, Remainder; in ATIReduceRatio() local
204 while ((Remainder = Multiplier % Divider)) { in ATIReduceRatio()
206 Divider = Remainder; in ATIReduceRatio()
1089 int Remainder = par->lcd_width % HDisplay; in aty_var_to_crtc() local
1091 if ((!Remainder && ((nStretch > 2))) || in aty_var_to_crtc()
1101 Remainder = ((Denominator - Numerator) * StretchLoops[Index]) % in aty_var_to_crtc()
1103 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1105 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()