Searched refs:copy_to_buffer (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 246 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write() 252 copy_to_buffer(Ptr, NumBytes); in write() 257 copy_to_buffer(Ptr, Size); in write() 262 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 325 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write() 331 copy_to_buffer(Ptr, NumBytes); in write() 336 copy_to_buffer(Ptr, Size); in write() 341 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 269 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write() 275 copy_to_buffer(Ptr, NumBytes); in write() 280 copy_to_buffer(Ptr, Size); in write() 285 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
|
/external/crosvm/devices/src/virtio/snd/sys/ |
D | windows.rs | 206 fn copy_to_buffer( in copy_to_buffer() method
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 314 void copy_to_buffer(const char *Ptr, size_t Size);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 327 void copy_to_buffer(const char *Ptr, size_t Size);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 353 void copy_to_buffer(const char *Ptr, size_t Size);
|
/external/crosvm/devices/src/virtio/snd/common_backend/ |
D | async_funcs.rs | 68 fn copy_to_buffer( in copy_to_buffer() method 232 Some(mut reader) => buffer_writer.copy_to_buffer(&mut dst_buf, &mut reader)?, in write_data()
|