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

  /external/ltp/testcases/kernel/io/aio/aio01/
aio01.c 82 char *srcbuf, *dstbuf; variable
160 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos);
223 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos);
268 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos);
314 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos);
329 if (srcbuf[j] != dstbuf[j]) {
332 dstbuf[j], srcbuf[j]);
389 posix_memalign((void **)&dstbuf, bufsize, bufsize)) != 0)
391 "posix_memalign for dstbuf "
397 if ((dstbuf = malloc(sizeof(char) * bufsize)) == NULL
    [all...]
  /external/opencv/cxcore/src/
cxlogic.cpp 192 CvMat dstbuf, *tdst; local
286 dstbuf = cvMat( dy, size.width, type );
288 dstbuf.step = cvAlign( dstbuf.step, 8 );
289 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
297 dstbuf.data.ptr = buffer;
298 tdst = &dstbuf;
356 CvMat dstbuf, *tdst; local
453 dstbuf = cvMat( dy, size.width, type )
    [all...]
cxarithm.cpp 289 CvMat dstbuf, *tdst; local
442 dstbuf = cvMat( dy, size.width, type );
444 dstbuf.step = cvAlign( dstbuf.step, 8 );
445 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
453 dstbuf.data.ptr = buffer;
454 tdst = &dstbuf;
540 CvMat dstbuf, *tdst; local
686 dstbuf = cvMat( dy, size.width, type )
765 CvMat dstbuf, *tdst; local
1012 CvMat dstbuf, *tdst; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 89 GLubyte *dstbuf; member in struct:copy_context
90 GLubyte *dstptr; /**< dstptr == dstbuf + dstelt_max * vertsize */
216 copy->dstptr = copy->dstbuf;
294 assert(copy->dstptr == (copy->dstbuf +
518 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size);
519 copy->dstptr = copy->dstbuf;
531 dst->Ptr = copy->dstbuf + offset;
572 free(copy->dstbuf);
  /external/protobuf/php/ext/google/protobuf/
upb.c 9203 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9877 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); local
    [all...]

Completed in 1151 milliseconds