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

/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcinit.c50 register int ntotal; local
55 ntotal = 1<<PlanesOfScreen(screen);
57 pixels = (Pixel *) malloc(ntotal * sizeof(Pixel));
59 pixels = (Pixel *) alloca(ntotal * sizeof(Pixel));
63 for (nalloc=ntotal, p=pixels; nalloc > 0; nalloc>>=1) {

Completed in 14 milliseconds