/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.cpp | 107 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/ |
D | MappedBlockStream.cpp | 151 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/ |
D | MappedBlockStream.cpp | 151 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/ |
D | zero_copy_stream_impl_lite.cc | 313 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
|
D | zero_copy_stream_impl_lite.h | 311 bool WriteBuffer();
|
/external/crosvm/devices/src/usb/host_backend/ |
D | error.rs | 33 WriteBuffer(BufferError), enumerator 65 WriteBuffer(e) => write!(f, "failed to write buffer: {}", e), in fmt()
|
D | usb_endpoint.rs | 214 .map_err(Error::WriteBuffer)?; in do_handle_transfer()
|
D | host_device.rs | 193 .map_err(Error::WriteBuffer)?; in execute_control_transfer()
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_hprof.cc | 95 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/ |
D | ZLib.pas | 427 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/ |
D | GrDawnProgramDataManager.cpp | 48 gpu->queue().WriteBuffer(slice.fBuffer, slice.fOffset, fUniformData.get(), fUniformSize); in uploadUniformBuffers()
|
/external/crosvm/devices/src/virtio/ |
D | net.rs | 73 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/ |
D | test_waitlists.cpp | 289 TEST_ACTION( WriteBuffer ) in test_waitlists()
|
D | test_callbacks.cpp | 152 TEST_ACTION( WriteBuffer ) in test_callbacks()
|