HomeSort by: relevance | last modified time | path
    Searched refs:checkForInput (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/os/
WaitFor.c 269 if (*checkForInput[0] != *checkForInput[1])
290 if (*checkForInput[0] == *checkForInput[1]) {
326 if (*checkForInput[0] != *checkForInput[1])
  /xsrc/external/mit/xorg-server/dist/include/
dix.h 155 extern _X_EXPORT HWEventQueuePtr checkForInput[2];
160 return (*checkForInput[0] != *checkForInput[1]);
  /xsrc/external/mit/xorg-server.old/dist/include/
dix.h 137 extern _X_EXPORT HWEventQueuePtr checkForInput[2];
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 160 HWEventQueuePtr checkForInput[2];
185 checkForInput[0] = c0;
186 checkForInput[1] = c1;
201 if (*checkForInput[0] != *checkForInput[1])
217 if (*checkForInput[0] == *checkForInput[1])
348 HWEventQueuePtr* icheck = checkForInput;
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 158 HWEventQueuePtr checkForInput[2];
201 checkForInput[0] = c0;
202 checkForInput[1] = c1;

Completed in 9 milliseconds