/external/chromium_org/third_party/mesa/src/src/glx/ |
glx_query.c | 125 int numbytes; local 147 numbytes = reply.size; 149 buf = (char *) Xmalloc(numbytes); 151 _XRead(dpy, buf, numbytes); 152 length -= numbytes;
|
/external/mesa3d/src/glx/ |
glx_query.c | 125 int numbytes; local 147 numbytes = reply.size; 149 buf = (char *) Xmalloc(numbytes); 151 _XRead(dpy, buf, numbytes); 152 length -= numbytes;
|
/external/openssl/crypto/rand/ |
rand_egd.c | 95 * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255. 140 int len, num, numbytes; local 191 numbytes = 0; 192 while (numbytes != 2) 194 num = write(fd, egdbuf + numbytes, 2 - numbytes); 196 numbytes += num; 215 numbytes = 0; 216 while (numbytes != 1) 222 numbytes += num [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 142 int numbytes; local 166 numbytes = reply.size; 168 buf = (char *) Xmalloc(numbytes); 170 _XRead(dpy, buf, numbytes); 171 length -= numbytes;
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 142 int numbytes; local 166 numbytes = reply.size; 168 buf = (char *) Xmalloc(numbytes); 170 _XRead(dpy, buf, numbytes); 171 length -= numbytes;
|
/external/chromium_org/third_party/libXNVCtrl/ |
NVCtrl.c | 438 int length, numbytes, slop; local 462 numbytes = rep.n; 463 slop = numbytes & 3; 466 *ptr = (char *) Xmalloc(numbytes); 474 _XRead(dpy, (char *) *ptr, numbytes); 982 int length, numbytes, slop; local 1006 numbytes = rep.n; 1007 slop = numbytes & 3; 1010 *ptr = (unsigned char *) Xmalloc(numbytes); 1018 _XRead(dpy, (char *) *ptr, numbytes); [all...] |
/external/libhevc/test/decoder/ |
main.c | 2370 WORD32 numbytes; local 2723 WORD32 numbytes; local [all...] |