HomeSort by relevance Sort by last modified time
    Searched defs:numbytes (Results 1 - 8 of 8) sorted by null

  /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/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;
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 283 int length, numbytes, slop; local
307 numbytes = rep.n;
308 slop = numbytes & 3;
309 *ptr = (char *) Xmalloc(numbytes);
316 _XRead(dpy, (char *) *ptr, numbytes);
  /external/libavc/test/decoder/
main.c 2286 WORD32 numbytes; local
2751 WORD32 numbytes; local
    [all...]
  /external/libhevc/test/decoder/
main.c 2184 WORD32 numbytes; local
2629 WORD32 numbytes; local
    [all...]
  /external/libmpeg2/test/decoder/
main.c 2379 WORD32 numbytes; local
2758 WORD32 numbytes; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c 2175 bfd_size_type numbytes; local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 3404 size_t numbytes = lodepng_get_raw_size(w, h, mode_in); local
    [all...]

Completed in 368 milliseconds