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

  /external/ltp/testcases/kernel/io/aio/
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/mesa3d/src/mesa/vbo/
vbo_split_copy.c 88 GLubyte *dstbuf; member in struct:copy_context
89 GLubyte *dstptr; /**< dstptr == dstbuf + dstelt_max * vertsize */
215 copy->dstptr = copy->dstbuf;
288 assert(copy->dstptr == (copy->dstbuf +
506 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size);
507 copy->dstptr = copy->dstbuf;
519 dst->Ptr = copy->dstbuf + offset;
557 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 3035 milliseconds