Searched defs:nelem (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmcutil.c213 int nelem)
221 (unsigned char *)&data, nelem);
206 prop_update( Display *dpy, Window w, const char *name, Atom type, int format, int data, int nelem) argument
/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/
H A DVisGamma.c44 unsigned int *nelem, unsigned short **pph, unsigned int **ppf)
51 *nelem = nElements;
106 unsigned int *nelem, unsigned short **pph, unsigned int **ppf)
116 *nelem = nElements;
323 unsigned int maxcolor, nelem; local
452 if (!QueryTableType0(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {
456 if (nelem == 2 &&
462 *gamma = exponentOfPowerFunc(maxcolor, maxcolor, (int)nelem, ph, pf);
467 if (!QueryTableType1(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {
471 *gamma = exponentOfPowerFunc((1<<visual->bits_per_rgb)-1, maxcolor, (int)nelem, p
43 QueryTableType0(unsigned int maxcolor, int format, char **pChar, unsigned long *pCount, unsigned int *nelem, unsigned short **pph, unsigned int **ppf) argument
105 QueryTableType1(unsigned int maxcolor, int format, char **pChar, unsigned long *pCount, unsigned int *nelem, unsigned short **pph, unsigned int **ppf) argument
[all...]

Completed in 10 milliseconds