Searched refs:SERVER_BIT (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xfs/dist/include/
H A Dfsresource.h70 #define SERVER_BIT 0x20000000 macro
/xsrc/external/mit/xfs/dist/difs/
H A Dresource.c58 * purpose. By setting CLIENT_ID(id) to the client, the SERVER_BIT to
150 clientTable[i].fakeID = SERVER_BIT;
222 id = ((Mask)client << CLIENTOFFSET) | SERVER_BIT;
244 id = ((Mask)client << CLIENTOFFSET) | (SERVER_BIT * 3);
284 if (!(id & SERVER_BIT) && (id >= rrec->expectID))
/xsrc/external/mit/xorg-server/dist/include/
H A Dresource.h101 #define SERVER_BIT (Mask)0x40000000 /* use illegal bit */ macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dresource.h113 #define SERVER_BIT (Mask)0x40000000 /* use illegal bit */ macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dresource.c116 * purpose. By setting CLIENT_ID(id) to the client, the SERVER_BIT to
317 * so we don't use the SERVER_BIT for them, but we have to start
319 * clients, we can start from zero, with SERVER_BIT set.
322 (client->index ? SERVER_BIT : SERVER_MINID);
387 id |= client ? SERVER_BIT : SERVER_MINID;
470 id = ((Mask)client << CLIENTOFFSET) | (SERVER_BIT * 3);
886 SERVER_BIT : SERVER_MINID);
H A Ddixutils.c259 if (!clientIndex || !clients[clientIndex] || (rid & SERVER_BIT))
/xsrc/external/mit/xorg-server/dist/dix/
H A Dresource.c115 * purpose. By setting CLIENT_ID(id) to the client, the SERVER_BIT to
663 * so we don't use the SERVER_BIT for them, but we have to start
665 * clients, we can start from zero, with SERVER_BIT set.
668 (client->index ? SERVER_BIT : SERVER_MINID);
717 id |= client ? SERVER_BIT : SERVER_MINID;
796 id = ((Mask) client << CLIENTOFFSET) | (SERVER_BIT * 3);
1184 SERVER_BIT : SERVER_MINID);
H A Ddixutils.c267 if (!clientIndex || !clients[clientIndex] || (rid & SERVER_BIT))
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c141 if (id & SERVER_BIT) {

Completed in 12 milliseconds