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

  /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/chromium_org/third_party/openssl/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/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...]
  /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/pixman/pixman/
pixman-arm-simd-asm.h 99 .macro pixldst op, cond=al, numbytes, reg0, reg1, reg2, reg3, base, unaligned=0 variable
100 .if numbytes == 16
109 .elseif numbytes == 8
116 .elseif numbytes == 4
118 .elseif numbytes == 2
120 .elseif numbytes == 1
123 .error "unsupported size: numbytes"
127 .macro pixst_baseupdated cond, numbytes, reg0, reg1, reg2, reg3, base variable
128 .if numbytes == 16
130 .elseif numbytes ==
143 .macro pixld cond, numbytes, firstreg, base, unaligned variable
144 pixldst ld, cond, numbytes, %(firstreg+0), %(firstreg+1), %(firstreg+2), %(firstreg+3), base, unaligned variable
147 .macro pixst cond, numbytes, firstreg, base variable
149 pixst_baseupdated cond, numbytes, %(firstreg+0), %(firstreg+1), %(firstreg+2), %(firstreg+3), base variable
151 pixldst st, cond, numbytes, %(firstreg+0), %(firstreg+1), %(firstreg+2), %(firstreg+3), base variable
306 .macro conditional_process1_helper cond, process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx variable
307 process_head cond, numbytes, firstreg, unaligned_src, unaligned_mask, 0 variable
311 process_tail cond, numbytes, firstreg variable
313 pixst cond, numbytes, firstreg, DST variable
317 .macro conditional_process1 cond, process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx variable
328 conditional_process1_helper , process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx variable
331 conditional_process1_helper cond, process_head, process_tail, numbytes, firstreg, unaligned_src, unaligned_mask, decrementx variable
    [all...]
  /external/libhevc/test/decoder/
main.c 2370 WORD32 numbytes; local
2723 WORD32 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 1243 milliseconds