Home
last modified time | relevance | path

Searched refs:WriteBuffer (Results 1 – 14 of 14) 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-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
152 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()
156 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()
159 List.emplace_back(WriteBuffer, Size); in readBytes()
162 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()
250 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
261 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
152 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()
156 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()
159 List.emplace_back(WriteBuffer, Size); in readBytes()
162 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()
250 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
261 ::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.rs33 WriteBuffer(BufferError), enumerator
65 WriteBuffer(e) => write!(f, "failed to write buffer: {}", e), in fmt()
Dusb_endpoint.rs214 .map_err(Error::WriteBuffer)?; in do_handle_transfer()
Dhost_device.rs193 .map_err(Error::WriteBuffer)?; in execute_control_transfer()
/external/perfetto/tools/trace_to_text/
Dtrace_to_hprof.cc95 void WriteBuffer(const BigEndianBuffer& buf) { buf.Flush(output_); } in WriteBuffer() function in perfetto::trace_to_text::__anon1c37e3f70111::HprofWriter
108 WriteBuffer(buf); in WriteRecord()
287 writer->WriteBuffer(header); in WriteHeaderAndStack()
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas427 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer));
432 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer) - FZRec.avail_out);
454 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer));
/external/skia/src/gpu/dawn/
DGrDawnProgramDataManager.cpp48 gpu->queue().WriteBuffer(slice.fBuffer, slice.fOffset, fUniformData.get(), fUniformSize); in uploadUniformBuffers()
/external/crosvm/devices/src/virtio/
Dnet.rs73 WriteBuffer(io::Error), enumerator
100 WriteBuffer(e) => write!(f, "failed to write to guest buffer: {}", e), in fmt()
193 return Err(NetError::WriteBuffer(e)); in process_rx()
/external/OpenCL-CTS/test_conformance/events/
Dtest_waitlists.cpp289 TEST_ACTION( WriteBuffer ) in test_waitlists()
Dtest_callbacks.cpp152 TEST_ACTION( WriteBuffer ) in test_callbacks()