Searched refs:nmon (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXrandr/dist/src/
H A DXrrMonitor.c43 int nmon, noutput; local in function:XRRGetMonitors
77 nmon = rep.nmonitors;
79 nbytesRead = nmon * SIZEOF(xRRMonitorInfo) + noutput * 4;
81 if (nmon > 0) {
90 size_t rbytes = (nmon * sizeof (XRRMonitorInfo))
107 output = (RROutput *) (mon + nmon);
109 for (int m = 0; m < nmon; m++) {
149 *nmonitors = nmon;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrmonitor.c391 int nmon; local in function:RRMonitorCountList
395 nmon = list.num_client + list.num_server;
397 return nmon;
542 RRMonitorFreeList(RRMonitorPtr monitors, int nmon) argument
546 for (m = 0; m < nmon; m++)
H A Drandrstr.h1122 RRMonitorFreeList(RRMonitorPtr monitors, int nmon);

Completed in 4 milliseconds