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

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
loadext.c 391 ExtensionModule *ext, *newList;
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/
xset.c 953 char **newList = malloc(nnew * sizeof(char *));
955 if (!newList)
958 memmove(newList, directoryList, (ndirs * sizeof(char *)));
959 memmove((newList + ndirs), currentList, (ncurrent * sizeof(char *)));
960 XSetFontPath(dpy, newList, (int) nnew);
962 memmove(newList, currentList, (ncurrent * sizeof(char *)));
963 memmove((newList + ncurrent), directoryList,
965 XSetFontPath(dpy, newList,(int) nnew);
967 free(newList);
974 char **newList = malloc(ncurrent * sizeof(char *))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
shaderapi.c 498 struct gl_shader **newList;
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/mesa/main/
shaderapi.c 455 struct gl_shader **newList;
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/glx/
glxcmds.c 1286 XVisualInfo *newList;
1291 newList = XGetVisualInfo(dpy, VisualScreenMask | VisualIDMask,
1294 if (newList) {
1296 visualList = newList;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxcmds.c 1289 XVisualInfo *newList;
1294 newList = XGetVisualInfo(dpy, VisualScreenMask | VisualIDMask,
1297 if (newList) {
1299 visualList = newList;

Completed in 16 milliseconds