Searched refs:copied (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/lib/Support/
H A DMemoryObject.cpp19 uint64_t* copied) const {
33 if (copied)
34 *copied = current - address;
/external/qemu/memcheck/
H A Dmemcheck_util.c5 ** may be copied, distributed, and modified under those terms.
123 size_t copied = 0; local
126 for (copied = 0; copied < qemu_buffer_size - 1; copied++) {
127 qemu_str[copied] = ldub_user(guest_str + copied);
128 if (qemu_str[copied] == '\0') {
129 return copied;
133 qemu_str[copied]
142 size_t copied = 0; local
[all...]
/external/llvm/include/llvm/Support/
H A DMemoryObject.h57 /// @param copied - A pointer to a nunber that is filled in with the number
64 uint64_t* copied) const;
/external/chromium/net/socket/
H A Dssl_server_socket_unittest.cc74 int copied = PropogateData(read_buf_, read_buf_len_); local
79 callback->Run(copied);
84 int copied = std::min(buf->BytesRemaining(), read_buf_len); local
85 memcpy(read_buf->data(), buf->data(), copied);
86 buf->DidConsume(copied);
90 return copied;
/external/openssl/crypto/dso/
H A Ddso_lib.c367 char *copied; local
380 copied = OPENSSL_malloc(strlen(filename) + 1);
381 if(copied == NULL)
386 BUF_strlcpy(copied, filename, strlen(filename) + 1);
389 dso->filename = copied;
/external/chromium/android/net/
H A Dandroid_network_library_impl.cc40 size_t copied = cert_chain[i].copy(reinterpret_cast<char*>(bytes), len); local
41 DCHECK_EQ(copied, len);
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
H A Dcopy-files.cmd76 echo Deleting copied files...
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp116 qint64 copied = 0;
117 while (copied < size && !m_formElements.isEmpty()) {
119 const qint64 available = size-copied;
123 memcpy(destination+copied, element.m_data.data()+m_currentDelta, toCopy);
125 copied += toCopy;
131 memcpy(destination+copied, data.constData(), data.size());
132 copied += data.size();
139 return copied;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSuballocatedIntVector.java214 int copied=(m_blocksize-offset < numberOfElements)
216 numberOfElements-=copied;
217 while(copied-- > 0)
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc126 size_t copied = std::min(size, static_cast<size_t>(size_ - position)); local
127 memcpy(data, data_.c_str() + position, copied);
128 read_callback->RunWithParams(Tuple1<size_t>(copied));
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec73 rendered into the pixmap may then be copied to a window (which uses the
/external/chromium/crypto/
H A Dnss_util.cc63 PRInt32 copied = PR_GetErrorText(error_text.get()); local
64 result = std::string(error_text.get(), copied);
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
H A Dalign.m4 % Bastiaan's algorithm copied
/external/kernel-headers/original/linux/sunrpc/
H A Dxprt.h164 unsigned long tcp_copied, /* copied to request */
255 void xprt_complete_rqst(struct rpc_task *task, int copied);
/external/openssl/crypto/bn/
H A Dbn_prime.pl87 * copied and put under another distribution licence
/external/openssl/crypto/conf/
H A Dkeysets.pl109 * copied and put under another distribution licence
/external/protobuf/
H A DAndroid.mk192 # Define the header files to be copied
255 # Define the header files to be copied
/external/openssl/crypto/objects/
H A Dobj_dat.pl231 * copied and put under another distribution licence
H A Dobjects.pl182 * copied and put under another distribution licence
/external/libvpx/vp8/encoder/arm/neon/
H A Dvp8_subpixelvariance8x8_neon.asm25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
H A Dvp8_subpixelvariance16x16_neon.asm25 ;note: most of the code is copied from bilinear_predict16x16_neon and vp8_variance16x16_neon.
/external/srec/tests/
H A DAndroid.mk133 # By default they are not copied to /system/usr/srec since they are #
/external/blktrace/doc/
H A Dblktrace.tex537 must be copied to/from kernel buffers. Usually this can be fixed with
/external/blktrace/btt/doc/
H A Dbtt.tex452 copied to another file that is \emph{more easily parsed.} Refer to
/external/dropbear/libtommath/
H A Dbn.tex1666 copied from the original input. It can be used to pass RNG context data to the callback. The function

Completed in 1265 milliseconds

12