HomeSort by relevance Sort by last modified time
    Searched refs:resultp (Results 1 - 7 of 7) sorted by null

  /external/fio/engines/
solarisaio.c 25 return aiocancel(&io_u->resultp);
33 io_u->resultp.aio_return = AIO_INPROGRESS;
56 io_u = container_of(res, struct io_u, resultp);
59 if (io_u->resultp.aio_return >= 0) {
60 io_u->resid = io_u->xfer_buflen - io_u->resultp.aio_return;
63 io_u->error = io_u->resultp.aio_errno;
142 SEEK_SET, &io_u->resultp);
145 SEEK_SET, &io_u->resultp);
  /external/chromium_org/net/quic/crypto/
p256_key_exchange_nss.cc 139 char* resultp = &result[0]; local
143 memcpy(resultp, &private_key_size, sizeof(private_key_size));
144 resultp += sizeof(private_key_size);
145 memcpy(resultp, &private_key[0], private_key.size());
146 resultp += private_key.size();
147 memcpy(resultp, &public_key[0], public_key.size());
  /external/e2fsprogs/intl/
printf.c 221 libintl_vasprintf (char **resultp, const char *format, va_list args)
227 *resultp = result;
233 libintl_asprintf (char **resultp, const char *format, ...)
239 retval = libintl_vasprintf (resultp, format, args);
  /external/fio/
ioengine.h 109 aio_result_t resultp; member in union:io_u::__anon5135
  /prebuilts/misc/common/swig/include/2.0.11/java/
boost_intrusive_ptr.i 36 $1_ltype* resultp = new $1_ltype(($1_ltype &)$1);
37 intrusive_ptr_add_ref(resultp);
38 *(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > **)&$result = new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >(resultp, SWIG_intrusive_deleter< CONST TYPE >());
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
boost_intrusive_ptr.i 35 $1_ltype* resultp = new $1_ltype(($1_ltype &)$1);
36 intrusive_ptr_add_ref(resultp);
37 *(SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > **)&$result = new SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >(resultp, SWIG_intrusive_deleter< CONST TYPE >());
  /external/chromium_org/third_party/cython/src/Cython/Utility/
MemoryView.pyx 871 cdef char *resultp
890 resultp = bufp + index * stride
892 resultp = (<char **> resultp)[0] + suboffset
894 return resultp
    [all...]

Completed in 3769 milliseconds