/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-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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 266 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write() 272 copy_to_buffer(Ptr, NumBytes); in write() 277 copy_to_buffer(Ptr, Size); in write() 282 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 | 219 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 402 void copy_to_buffer(const char *Ptr, size_t Size);
|
/external/crosvm/devices/src/virtio/snd/common_backend/ |
D | async_funcs.rs | 74 fn copy_to_buffer( in copy_to_buffer() method 226 Some(reader) => buffer_writer.copy_to_buffer(&mut dst_buf, reader)?, in write_data()
|
/external/mesa3d/src/gallium/frontends/rusticl/core/ |
D | memory.rs | 1171 pub fn copy_to_buffer( in copy_to_buffer() method 1487 pub fn copy_to_buffer( in copy_to_buffer() method
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | memory.rs | 1185 Box::new(move |_, ctx| src.copy_to_buffer(ctx, &dst, src_offset, dst_offset, size)), in enqueue_copy_buffer() 2089 Box::new(move |_, ctx| src.copy_to_buffer(ctx, &dst, src_origin, dst_offset, ®ion)), in enqueue_copy_image_to_buffer()
|
/external/pytorch/aten/src/ATen/test/ |
D | vulkan_quantized_api_test.cpp | 366 TEST_F(VulkanAPITest, copy_to_buffer) { in TEST_F() argument
|