Searched refs:M_hi (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c109 unsigned int M_hi = M_desired + 1; local in function:compute_clock
111 if (M_hi < M_min || M_low > M_max)
116 if (M_hi > M_max)
117 M_hi = M_max;
119 for (M = M_low; M <= M_hi; M++) {
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c237 int M_hi = M_desired + 1; local in function:XGICalcClock
239 if(M_hi < M_min || M_low > M_max) continue;
243 if(M_hi > M_max) M_hi = M_max;
245 for(M = M_low; M <= M_hi; M++) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c328 int M_hi = M_desired + 1; local in function:SiSCalcClock
330 if(M_hi < M_min || M_low > M_max) continue;
334 if(M_hi > M_max) M_hi = M_max;
336 for(M = M_low; M <= M_hi; M++) {
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c5102 int M_hi = M_desired + 1; local in function:chipsCalcClock
5104 if (M_hi < M_min || M_low > M_max)
5109 if (M_hi > M_max)
5110 M_hi = M_max;
5112 for (M = M_low; M <= M_hi; M++) {

Completed in 13 milliseconds