| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_prim.c | 30 static const struct debug_named_value names[] = { local 47 return debug_dump_enum(names, prim);
|
| u_debug_gallium.c | 62 static const struct debug_named_value names[] = { local 85 debug_printf("%s: %s\n", msg, debug_dump_flags(names, usage)); 95 static const struct debug_named_value names[] = { local 104 debug_printf("%s: %s\n", msg, debug_dump_enum(names, usage));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_prim.c | 43 static const struct debug_named_value names[] = { local 60 return debug_dump_enum(names, prim);
|
| /xsrc/external/mit/ctwm/dist/tests/layout/ |
| test_monitor_layout.c | 47 // Check the names and sizes. 50 char **names = Scr->Layout->names; local 52 if(strcmp(names[0], "One") != 0) { 53 fprintf(stderr, "First monitor should be 'One', not '%s'\n", names[0]); 56 if(strcmp(names[1], "Two") != 0) { 57 fprintf(stderr, "Second monitor should be 'Two', not '%s'\n", names[1]); 60 if(names[2] != NULL) { 61 fprintf(stderr, "Third monitor should be unnamed, not '%s'\n", names[2]);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| shader_enums.c | 34 #define NAME(val) ((((val) < ARRAY_SIZE(names)) && names[(val)]) ? names[(val)] : "UNKNOWN") 39 static const char *names[] = { local 56 STATIC_ASSERT(ARRAY_SIZE(names) == MESA_ALL_SHADER_STAGES); 119 static const char *names[] = { local 153 STATIC_ASSERT(ARRAY_SIZE(names) == VERT_ATTRIB_MAX); 187 static const char *names[] = { local 253 STATIC_ASSERT(ARRAY_SIZE(names) == VARYING_SLOT_MAX); 260 static const char *names[] = local 344 static const char *names[] = { local 359 static const char *names[] = { local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| remap.c | 61 * followed by the names of the entry points. An empty entry 71 const char *names[MAX_ENTRY_POINTS + 1]; local 82 names[num_names] = spec; 91 names[num_names] = NULL; 94 return _glapi_add_dispatch(names, signature);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| shader_enums.c | 34 #define NAME(val) ((((val) < ARRAY_SIZE(names)) && names[(val)]) ? names[(val)] : "UNKNOWN") 39 static const char *names[] = { local 48 STATIC_ASSERT(ARRAY_SIZE(names) == MESA_ALL_SHADER_STAGES); 95 static const char *names[] = { local 129 STATIC_ASSERT(ARRAY_SIZE(names) == VERT_ATTRIB_MAX); 136 static const char *names[] = { local 201 STATIC_ASSERT(ARRAY_SIZE(names) == VARYING_SLOT_MAX); 208 static const char *names[] = local 262 static const char *names[] = { local 275 static const char *names[] = { local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| remap.c | 60 * followed by the names of the entry points. An empty entry 70 const char *names[MAX_ENTRY_POINTS + 1]; local 81 names[num_names] = spec; 90 names[num_names] = NULL; 93 return _glapi_add_dispatch(names, signature);
|
| /xsrc/external/mit/ctwm/dist/ |
| r_structs.h | 50 /// List of names of the monitors. `names[i]` corresponds with 52 /// with output names via RLayoutXParseGeometry(); e.g, 54 char **names; member in struct:RLayout
|
| /xsrc/external/mit/libX11/dist/src/ |
| FontNames.c | 125 register char **names; local 126 for (names = list+1; *names; names++) 127 Xfree (*names);
|
| GetAtomNm.c | 89 char **names; member in struct:__anon5655 112 while (state->idx < state->count && state->names[state->idx]) 124 state->names[state->idx] = Xmalloc(repl->nameLength + 1); 125 _XGetAsyncData(dpy, state->names[state->idx], buf, len, 128 if (state->names[state->idx]) { 129 state->names[state->idx][repl->nameLength] = '\0'; 130 _XUpdateAtomCache(dpy, state->names[state->idx], 154 async_state.names = names_return;
|
| GetDflt.c | 179 XrmName names[3]; local 214 names[0] = XrmStringToName(progname); 215 names[1] = XrmStringToName(name); 216 names[2] = NULLQUARK; 220 (void)XrmQGetResource(dpy->db, names, classes, &fromType, &result);
|
| StrKeysym.c | 119 XrmQuark names[2]; local 121 names[0] = _XrmInternalStringToQuark(s, p - s - 1, sig, False); 122 names[1] = NULLQUARK; 123 (void)XrmQGetResource(keysymdb, names, Qkeysym, &from_type, &result);
|
| /xsrc/external/mit/libXfont2/dist/test/utils/ |
| lsfontdir.c | 53 FontNamesPtr names; local 59 names = xfont2_make_font_names_record(max_names_count / 16); 60 assert(names != NULL); 63 (NULL, fpe, pattern, strlen(pattern), max_names_count, names); 69 for (n = 0 ; n < names->nnames; n++) { 70 printf("%s\n", names->names[n]); 73 xfont2_free_font_names(names);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| StrToGrav.c | 44 } names[] = { variable in typeref:struct:_namepair 84 for (np = names; np->name; np++) 92 for (np = names; np->name; np++) 116 for (np = names; np->name; np++)
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| pickdepth.c | 107 GLuint j, names, *ptr; local 112 names = *ptr; 113 printf(" number of names for hit = %d\n", names); 120 for (j = 0; j < names; j++) { /* for each name */
|
| select.c | 128 GLuint j, names, *ptr; local 133 names = *ptr; 134 printf (" number of names for hit = %d\n", names); ptr++; 138 for (j = 0; j < names; j++) { /* for each name */ 146 * assigning names for the triangles. Note that the third
|
| picksquare.c | 40 * Use of multiple names and picking are demonstrated. 62 * square is given two names: one for the row and the 91 GLuint j, ii = 0, jj = 0, names, *ptr; local 96 names = *ptr; 97 printf (" number of names for this hit = %d\n", names); ptr++; 100 printf (" names are "); 101 for (j = 0; j < names; j++) { /* for each name */
|
| /xsrc/external/mit/xmh/dist/ |
| miscfuncs.c | 44 register char **names; local 52 if (!(names = malloc(size * sizeof(char *))) || 63 newnames = realloc(names, size * sizeof(char*)); 68 names = newnames; 72 names[i - 1] = strdup(E->d_name); 73 if (names[i - 1] == NULL) { 80 names[i] = (char *)0; 81 *List = names; 86 qsort((char *)names, i, sizeof(char *), 93 free(names[i]) [all...] |
| /xsrc/external/mit/xgc/dist/ |
| text.c | 34 static const char *names[NUMTEXTWIDGETS] = {"linewidth ","font ","foreground ", variable 157 names[type], /* the right first half */
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| XKBAlloc.c | 122 XkbNamesPtr names; local 126 if (xkb->names == NULL) { 127 xkb->names = calloc(1, sizeof(XkbNamesRec)); 128 if (xkb->names == NULL) 131 names = xkb->names; 146 if ((which & XkbKeyNamesMask) && (names->keys == NULL)) { 151 names->keys = calloc((xkb->max_key_code + 1), sizeof(XkbKeyNameRec)); 152 if (names->keys == NULL) 156 if (names->key_aliases == NULL) 209 XkbNamesPtr names; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| XKBAlloc.c | 121 XkbNamesPtr names; local 125 if (xkb->names==NULL) { 126 xkb->names = calloc(1, sizeof(XkbNamesRec)); 127 if (xkb->names==NULL) 130 names= xkb->names; 144 if ((which&XkbKeyNamesMask)&&(names->keys==NULL)) { 149 names->keys= calloc((xkb->max_key_code+1), sizeof(XkbKeyNameRec)); 150 if (names->keys==NULL) 154 if (names->key_aliases==NULL) 201 XkbNamesPtr names; local [all...] |
| /xsrc/external/mit/appres/dist/ |
| appres.c | 130 XrmName names[101]; local 160 XrmStringToNameList(iname, names); 161 for (i = 0; names[i]; i++) 165 argv[0] = XrmNameToString(names[0]); 190 names[0] = XrmStringToName(iname); 196 names, classes, mode,
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttpost.c | 22 * file loads the missing PS glyph names and implements an API to access 51 /* module to grab the glyph names. */ 65 /* table of Mac names. Thus, it is possible to build a version of */ 70 /* the 258 default Mac PS glyph names; see file `tools/glnames.py' */ 179 /* There already exist fonts which have more than 32768 glyph names */ 203 /* compute number of names stored in table */ 273 " using NULL names for gid %d - %d\n", 285 TT_Post_20 table = &face->postscript_names.names.format_20; 363 TT_Post_25 table = &face->postscript_names.names.format_25; 393 /* seek to the beginning of the PS names table * 425 TT_Post_Names names = &face->postscript_names; local 492 TT_Post_Names names; local [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBAlloc.c | 113 XkbNamesPtr names; local 117 if (xkb->names == NULL) { 118 xkb->names = _XkbTypedCalloc(1, XkbNamesRec); 119 if (xkb->names == NULL) 122 names = xkb->names; 136 if ((which & XkbKeyNamesMask) && (names->keys == NULL)) { 141 names->keys = _XkbTypedCalloc((xkb->max_key_code + 1), XkbKeyNameRec); 142 if (names->keys == NULL) 146 if ((names->key_aliases == NULL) | 173 XkbNamesPtr names; local [all...] |