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

  /external/e2fsprogs/misc/
logsave.c 35 static int outbufsize = 0; variable
108 n = realloc(outbuf, outbufsize + c);
111 memcpy(((char *)outbuf)+outbufsize, buffer, c);
112 outbufsize += c;
326 write_all(outfd, outbuf, outbufsize);
  /external/e2fsprogs/e2fsck/
logfile.c 180 static int outbufsize; variable
193 n = realloc(outbuf, outbufsize + c);
196 memcpy(((char *)outbuf)+outbufsize, buffer, c);
197 outbufsize += c;
262 while (outbufsize > 0) {
263 c = write(fd, cp, outbufsize);
269 outbufsize -= c;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 554 int outbufsize = 0; local
565 outbufsize = pPortDefOut->nBufferSize;
572 lcml_dsp->Out_BufInfo.nSize = outbufsize;
    [all...]

Completed in 2529 milliseconds