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

/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A Dsync.h165 } XSyncSystemCounter; typedef in typeref:struct:_XSyncSystemCounter
259 extern XSyncSystemCounter *XSyncListSystemCounters(
265 XSyncSystemCounter* /*list*/
/xsrc/external/mit/libXext/dist/src/
H A DXSync.c334 XSyncSystemCounter *
340 XSyncSystemCounter *list = NULL;
360 if (rep.nCounters < (INT_MAX / sizeof(XSyncSystemCounter)))
361 list = Xcalloc(rep.nCounters, sizeof(XSyncSystemCounter));
425 XSyncFreeSystemCounterList(XSyncSystemCounter *list)
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c678 XSyncSystemCounter *syscounters;

Completed in 9 milliseconds