Searched refs:newList (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadext.c391 ExtensionModule *ext, *newList; local in function:LoaderSortExtensions
420 newList = xnfalloc((numExtensionModules + 1) * sizeof(ExtensionModule));
427 newList[i++] = ExtensionModuleList[j];
433 newList[i].name = NULL;
435 ExtensionModuleList = newList;
/xsrc/external/mit/xset/dist/
H A Dxset.c943 char **newList = malloc(nnew * sizeof(char *)); local in function:set_font_path
945 if (!newList)
948 memmove(newList, directoryList, (ndirs * sizeof(char *)));
949 memmove((newList + ndirs), currentList, (ncurrent * sizeof(char *)));
950 XSetFontPath(dpy, newList, (int) nnew);
952 memmove(newList, currentList, (ncurrent * sizeof(char *)));
953 memmove((newList + ncurrent), directoryList,
955 XSetFontPath(dpy, newList,(int) nnew);
957 free(newList);
964 char **newList local in function:set_font_path
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshaderapi.c455 struct gl_shader **newList; local in function:detach_shader
461 newList = malloc((n - 1) * sizeof(struct gl_shader *));
462 if (!newList) {
468 newList[j] = shProg->Shaders[j];
471 newList[j++] = shProg->Shaders[i];
476 shProg->Shaders = newList;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderapi.c498 struct gl_shader **newList; local in function:detach_shader
504 newList = malloc((n - 1) * sizeof(struct gl_shader *));
505 if (!newList) {
511 newList[j] = shProg->Shaders[j];
514 newList[j++] = shProg->Shaders[i];
519 shProg->Shaders = newList;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcmds.c1289 XVisualInfo *newList; local in function:glXChooseVisual
1294 newList = XGetVisualInfo(dpy, VisualScreenMask | VisualIDMask,
1297 if (newList) {
1299 visualList = newList;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcmds.c1286 XVisualInfo *newList; local in function:glXChooseVisual
1291 newList = XGetVisualInfo(dpy, VisualScreenMask | VisualIDMask,
1294 if (newList) {
1296 visualList = newList;

Completed in 20 milliseconds