Searched refs:mon_n_vrefresh (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DMonitor.c506 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo = val.realnum;
510 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
511 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
515 (float)val.realnum < ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo)
517 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = val.realnum;
520 ptr->mon_n_vrefresh++;
526 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
527 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
528 ptr->mon_n_vrefresh++;
531 if (ptr->mon_n_vrefresh >
[all...]
H A Dxf86Parser.h211 int mon_n_vrefresh; member in struct:__anond430d9490b08
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DMonitor.c497 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo = xf86_lex_val.realnum;
500 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
501 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
506 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo)
508 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi = xf86_lex_val.realnum;
511 ptr->mon_n_vrefresh++;
517 ptr->mon_vrefresh[ptr->mon_n_vrefresh].hi =
518 ptr->mon_vrefresh[ptr->mon_n_vrefresh].lo;
519 ptr->mon_n_vrefresh++;
522 if (ptr->mon_n_vrefresh >
[all...]
H A Dxf86Parser.h189 int mon_n_vrefresh; member in struct:__anon01ede9dc0b08
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Configure.c471 ptr->mon_n_vrefresh = 1;
H A Dxf86Config.c1971 count < conf_monitor->mon_n_vrefresh && count < MAX_VREFRESH;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Configure.c482 ptr->mon_n_vrefresh = 1;
H A Dxf86Config.c1914 count < conf_monitor->mon_n_vrefresh && count < MAX_VREFRESH;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1604 for (i = 0; i < conf_monitor->mon_n_vrefresh; i++)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Crtc.c1709 for (i = 0; i < conf_monitor->mon_n_vrefresh; i++) {

Completed in 42 milliseconds