Searched refs:smaj (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-xiqueryversion.c | 88 * Run a single test with server version smaj.smin and client 93 static void request_XIQueryVersion(int smaj, int smin, int cmaj, int cmin, int error) argument 105 /* Change the server to support smaj.smin */ 106 XIVersion.major_version = smaj; 159 unsigned int cmin, cmaj, smin, smaj; 162 for (smaj = 2; smaj <= 0xFFFF; smaj++) 168 request_XIQueryVersion(smaj, smin, cmaj, cmin, error);
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiqueryversion.c | 106 * Run a single test with server version smaj.smin and client 112 request_XIQueryVersion(int smaj, int smin, int cmaj, int cmin, int error) argument 123 /* Change the server to support smaj.smin */ 124 XIVersion.major_version = smaj; 179 unsigned int cmin, cmaj, smin, smaj; 182 for (smaj = 2; smaj <= 0xFFFF; smaj++) 188 request_XIQueryVersion(smaj, smin, cmaj, cmin, error);
|
Completed in 3 milliseconds