Home
last modified time | relevance | path

Searched refs:WriteBuffer (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp107 uint8_t *WriteBuffer = static_cast<uint8_t *>(Pool.Allocate(Size, 8)); in readBytes() local
108 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()
112 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()
115 List.emplace_back(WriteBuffer, Size); in readBytes()
118 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()
201 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp152 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
153 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()
157 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()
160 List.emplace_back(WriteBuffer, Size); in readBytes()
163 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()
251 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
262 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc313 WriteBuffer(); in ~CopyingOutputStreamAdaptor()
319 bool CopyingOutputStreamAdaptor::Flush() { return WriteBuffer(); } in Flush()
323 if (!WriteBuffer()) return false; in Next()
349 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl_lite.h311 bool WriteBuffer();
/external/crosvm/devices/src/usb/host_backend/
Derror.rs30 WriteBuffer(BufferError), enumerator
60 WriteBuffer(e) => write!(f, "failed to write buffer: {}", e), in fmt()
Dusb_endpoint.rs216 .map_err(Error::WriteBuffer)?; in do_handle_transfer()
Dhost_device.rs213 .map_err(Error::WriteBuffer)?; in execute_control_transfer()
/external/OpenCL-CTS/test_conformance/events/
Dtest_waitlists.cpp289 TEST_ACTION( WriteBuffer ) in test_waitlists()
Dtest_callbacks.cpp152 TEST_ACTION( WriteBuffer ) in test_callbacks()