Searched refs:buffer_t (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/Core/
H A DDataBufferHeap.h132 typedef std::vector<uint8_t> buffer_t; ///< Buffer type typedef in class:lldb_private::DataBufferHeap
133 buffer_t m_data; ///< The heap based buffer where data is stored
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dcompat.hpp210 typedef vector_ref<const unsigned char> buffer_t; typedef in class:clover::compat::istream
217 istream(const buffer_t &buf) : buf(buf), offset(0) {}
229 const buffer_t &buf;
235 typedef vector<unsigned char> buffer_t; typedef in class:clover::compat::ostream
237 ostream(buffer_t &buf) : buf(buf), offset(buf.size()) {}
247 buffer_t &buf;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcompat.hpp210 typedef vector_ref<const unsigned char> buffer_t; typedef in class:clover::compat::istream
217 istream(const buffer_t &buf) : buf(buf), offset(0) {}
229 const buffer_t &buf;
235 typedef vector<unsigned char> buffer_t; typedef in class:clover::compat::ostream
237 ostream(buffer_t &buf) : buf(buf), offset(buf.size()) {}
247 buffer_t &buf;
/external/valgrind/main/drd/tests/
H A Dcircular_buffer.c49 } buffer_t; typedef in typeref:struct:__anon32785
90 static void buffer_init(buffer_t * b)
102 static void buffer_recv(buffer_t* b, data_t* d)
125 static void buffer_send(buffer_t* b, data_t* d)
148 static void buffer_destroy(buffer_t* b)
157 static buffer_t b;
/external/lldb/source/Core/
H A DDataBufferHeap.cpp109 buffer_t empty;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp79 compat::istream::buffer_t bin(p, l);
199 compat::ostream::buffer_t bin;
210 compat::ostream::buffer_t bin;
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp79 compat::istream::buffer_t bin(p, l);
199 compat::ostream::buffer_t bin;
210 compat::ostream::buffer_t bin;

Completed in 162 milliseconds