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

/xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
H A Ddecode.c160 unsigned num_errors; member in struct:decode_state
205 if (state->num_errors == ARRAY_SIZE(state->errors)) {
212 vasprintf(&state->errors[state->num_errors++], fmt, ap);
219 unsigned num_errors = state->num_errors; local in function:flush_errors
220 if (num_errors > 0)
222 for (unsigned i = 0; i < num_errors; i++) {
226 state->num_errors = 0;
227 return num_errors;
/xsrc/external/mit/libXext/dist/src/
H A DXSync.c102 int num_errors; member in struct:_SyncVersionInfoRec
106 { 3 /* major */, 0 /* minor */, 2 /* num_errors */ },
107 { 3 /* major */, 1 /* minor */, 3 /* num_errors */ },
186 int nerr = IS_VERSION_SUPPORTED(info) ? GET_VERSION(info)->num_errors : 0;
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h426 CARD8 num_errors; member in struct:__anond2353fb41e08

Completed in 7 milliseconds