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

/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DAllPlanes.c127 long nbytes; local
147 nbytes = ((long) n) << 2;
152 if (nbytes > 4) {
153 Data16(dpy, (short *) (points + 1), nbytes - 4);
156 Data16(dpy, (short *) points, nbytes);
H A DTransOvl.c240 unsigned long nbytes; local
258 nbytes = numPairs * sizeof(XOvlVisPair);
260 vispairs = (XOvlVisPair *)Xmalloc(nbytes);
287 nbytes = numPairs * sizeof(XOvlVidPair);
288 _XEatData(dpy, nbytes);
301 nbytes = numPairs * sizeof(XOvlVidPair);
302 _XEatData(dpy, nbytes);
1152 long nbytes; local
1176 nbytes = (long)rep.length << 2;
1177 data = Xmalloc((size_t)nbytes);
[all...]

Completed in 37 milliseconds