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

/xsrc/external/mit/xorg-server/dist/dix/
H A Dextension.c63 #define LAST_ERROR 255 macro
84 (unsigned) (lastError + NumErrors > LAST_ERROR)) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dextension.c65 #define LAST_ERROR 255 macro
86 (unsigned)(lastError + NumErrors > LAST_ERROR)) {
/xsrc/external/mit/xwininfo/dist/
H A Ddsimple.c462 #define LAST_ERROR XCB_IMPLEMENTATION macro
522 if (err->error_code > 0 && err->error_code <= LAST_ERROR) {

Completed in 4 milliseconds