Searched refs:m_data (Results 251 - 267 of 267) sorted by relevance

<<11

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h824 #define SCTP_BUF_RESV_UF(m, size) m->m_data += size
825 #define SCTP_BUF_AT(m, size) m->m_data + size
H A Dsctp_crc32.c814 *(uint32_t *) (m->m_data + offset) = checksum;
/external/qemu/slirp/
H A Dslirp.c674 memcpy(m->m_data + 2, pkt, pkt_len);
676 m->m_data += 2 + ETH_HLEN;
H A Dtcp_input.c358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
685 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4683 deMemset(&m_data[0], 0, sizeof(m_data));
4693 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(m_data) == DE_LENGTH_OF_ARRAY(m_access));
4695 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(m_data); ndx++)
4697 delete[] m_data[ndx];
4699 m_data[ndx] = DE_NULL;
4708 DE_ASSERT(level < DE_LENGTH_OF_ARRAY(m_data));
4713 m_data[level] = new deUint8[dataSize];
4714 m_access[level] = PixelBufferAccess(format, width, height, depth, m_data[level]);
4719 DE_ASSERT(level < DE_LENGTH_OF_ARRAY(m_data));
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c2852 send_iovec[iovcnt].iov_base = (caddr_t)m->m_data;
2856 send_iovec[iovcnt].buf = (caddr_t)m->m_data;
3011 send_iovec[iovcnt].iov_base = (caddr_t)m->m_data;
3015 send_iovec[iovcnt].buf = (caddr_t)m->m_data;
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp205 char* m_data; member in class:deqp::gls::ContextArray
H A DglsScissorTests.cpp381 gl.uniform4fv(gl.getUniformLocation(program, "u_color"), 1, white.m_data);
/external/ipsec-tools/src/libipsec/
H A Dkey_debug.c732 printf("mbuf(%p){ m_next:%p m_nextpkt:%p m_data:%p "
734 m, m->m_next, m->m_nextpkt, m->m_data,
763 printf(" m_data:\n");
/external/qemu/slirp-android/
H A Dtcp_input.c358 m->m_data += sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
691 m->m_data -= sizeof(struct tcpiphdr)+off-sizeof(struct tcphdr);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp1004 if (!m_reader->decode(*m_data, onlySize) && isAllDataReceived())
/external/lldb/include/lldb/Core/
H A DValueObject.h1197 DataExtractor m_data; // A data extractor that can be used to extract the value. member in class:lldb_private::ValueObject
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1836 SharedPtr<tcu::ThreadUtil::DataBlock> m_data; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
1849 m_data = data;
1863 m_data->setData(data.size(), &(data[0]));
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1231 gl.uniform3iv(sizeLoc, 1, testSize.expectedSize.m_data);
1245 gl.uniform2iv(sizeLoc, 1, testSize.expectedSize.m_data);
1260 gl.uniform3iv(sizeLoc, 1, expectedSize.m_data);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2317 m_ctx->bufferData(GL_ARRAY_BUFFER, sizeof(tcu::Vec4), vertexPosData.m_data, GL_STATIC_DRAW);

Completed in 531 milliseconds

<<11