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

/xsrc/external/mit/libXxf86vm/dist/src/
H A DXF86VMode.c1014 xXF86VidModeGetDotClocksReply rep;
1028 (SIZEOF(xXF86VidModeGetDotClocksReply) - SIZEOF(xReply)) >> 2, xFalse))
1041 ((SIZEOF(xXF86VidModeGetDotClocksReply) - SIZEOF(xReply)) >> 2));
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86vmproto.h453 } xXF86VidModeGetDotClocksReply; typedef in typeref:struct:__anon0884d2900a08
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dvidmode.c1322 xXF86VidModeGetDotClocksReply rep;
1345 rep = (xXF86VidModeGetDotClocksReply) {
1348 .length = bytes_to_int32(SIZEOF(xXF86VidModeGetDotClocksReply)
1374 WriteToClient(client, sizeof(xXF86VidModeGetDotClocksReply), &rep);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/
H A Dxf86vmode.c1303 xXF86VidModeGetDotClocksReply rep;
1320 rep.length = bytes_to_int32(SIZEOF(xXF86VidModeGetDotClocksReply)
1347 WriteToClient(client, sizeof(xXF86VidModeGetDotClocksReply), (char *)&rep);

Completed in 9 milliseconds