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

  /xsrc/external/mit/libXi/dist/src/
XGetDProp.c 52 unsigned long nbytes, rbytes; local
95 rbytes = rep.nItems + 1;
96 if ((*prop = Xmalloc (rbytes)))
106 rbytes = rep.nItems * sizeof (short) + 1;
107 if ((*prop = Xmalloc (rbytes)))
117 rbytes = rep.nItems * sizeof (long) + 1;
118 if ((*prop = Xmalloc (rbytes)))
138 (*prop)[rbytes - 1] = '\0';
XISelEv.c 133 size_t rbytes; local
156 rbytes = (unsigned long) reply.length << 2;
157 mask_in = Xmalloc(rbytes);
164 _XRead(dpy, (char*)mask_in, rbytes);
183 if ((sizeof(xXIEventMask) + mask_bytes) > rbytes)
185 rbytes -= (sizeof(xXIEventMask) + mask_bytes);
XIProperties.c 175 unsigned long nbytes, rbytes; local
223 rbytes = nbytes + 1;
224 *data = Xmalloc(rbytes);
235 (*data)[rbytes - 1] = '\0';
  /xsrc/external/mit/libXrandr/dist/src/
XrrProperty.c 60 size_t rbytes = rep.nAtoms * sizeof (Atom); local
63 props = Xmalloc (rbytes);
106 size_t rbytes = sizeof (XRRPropertyInfo) + (rep.length * sizeof (long)); local
109 prop_info = Xmalloc (rbytes);
290 size_t nbytes, rbytes; local
308 rbytes = rep.nItems + 1;
309 if (rbytes > 0 && (*prop = Xmalloc (rbytes)))
315 rbytes = rep.nItems * sizeof (short) + 1;
316 if (rbytes > 0 && (*prop = Xmalloc (rbytes))
    [all...]
XrrProviderProperty.c 60 size_t rbytes = rep.nAtoms * sizeof (Atom); local
63 props = Xmalloc (rbytes);
106 size_t rbytes = sizeof (XRRPropertyInfo) + (rep.length * sizeof (long)); local
109 prop_info = Xmalloc (rbytes);
290 unsigned long nbytes, rbytes; local
308 rbytes = rep.nItems + 1;
309 if (rbytes > 0 && (*prop = Xmalloc (rbytes)))
315 rbytes = rep.nItems * sizeof (short) + 1;
316 if (rbytes > 0 && (*prop = Xmalloc (rbytes))
    [all...]
XrrProvider.c 45 int rbytes; local
68 rbytes = (sizeof(XRRProviderResources) + rep.nProviders *
70 xrpr = Xmalloc(rbytes);
74 rbytes = 0;
113 int nbytes, nbytesRead, rbytes; local
147 rbytes = (sizeof(XRRProviderInfo) +
153 xpi = Xmalloc(rbytes);
XrrScreen.c 48 int nbytes, nbytesRead, rbytes; local
124 rbytes = (sizeof (XRRScreenResources) +
130 xrsr = Xmalloc(rbytes);
135 rbytes = 0;
XrrOutput.c 45 int nbytes, nbytesRead, rbytes; local
87 rbytes = (sizeof (XRROutputInfo) +
93 xoi = Xmalloc(rbytes);
XrrConfig.c 203 int nbytes, nbytesRead, rbytes; local
282 rbytes = sizeof (XRRScreenConfiguration) +
286 scp = Xmalloc(rbytes);
290 rbytes = 0;
XrrMonitor.c 90 size_t rbytes = (nmon * sizeof (XRRMonitorInfo)) local
94 mon = Xmalloc (rbytes);
XrrCrtc.c 42 int nbytes, nbytesRead, rbytes; local
74 rbytes = (sizeof (XRRCrtcInfo) +
78 xci = Xmalloc(rbytes);
84 rbytes = 0;
  /xsrc/external/mit/libICE/dist/src/
misc.c 334 unsigned long rbytes = nbytes > 512 ? 512 : nbytes; local
336 _IceRead (iceConn, rbytes, temp);
337 nbytes -= rbytes;

Completed in 9 milliseconds