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

  /xsrc/external/mit/xkbcomp/dist/
keymap.c 40 #define MAX_SECTIONS 5
42 static XkbFile *sections[MAX_SECTIONS];
59 bzero(sections, MAX_SECTIONS * sizeof(XkbFile *));
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aubinator_error_decode.c 294 #define MAX_SECTIONS 256
296 static struct section sections[MAX_SECTIONS];
428 assert(num_sections < MAX_SECTIONS);
465 assert(num_sections < MAX_SECTIONS);
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator_error_decode.c 291 #define MAX_SECTIONS 256
293 static struct section sections[MAX_SECTIONS];
439 assert(num_sections < MAX_SECTIONS);
478 assert(num_sections < MAX_SECTIONS);

Completed in 6 milliseconds