Searched refs:nvtype (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicmap.c510 int nvtype; local in function:miInitVisuals
559 nvtype = visuals->count;
563 if (nvtype)
565 vid = malloc(nvtype * sizeof (VisualID));
574 depth->numVids = nvtype;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicmap.c435 int nvtype; local in function:miInitVisuals
479 nvtype = visuals->count;
483 if (nvtype) {
484 vid = xallocarray(nvtype, sizeof(VisualID));
493 depth->numVids = nvtype;

Completed in 4 milliseconds