Searched refs:offset_dst (Results 1 – 7 of 7) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _swizzle.hpp | 111 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 112 return this->elem(offset_dst[i]); in operator []() 116 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 117 return this->elem(offset_dst[i]); in operator []() 145 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 146 return this->elem(offset_dst[i]); in operator []()
|
/external/crosvm/fuse/src/ |
D | filesystem.rs | 1154 offset_dst: u64, in copy_file_range()
|
/external/crosvm/devices/src/virtio/fs/ |
D | passthrough.rs | 2117 offset_dst: u64, in copy_file_range() 2143 &offset_dst, in copy_file_range()
|
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 5944 PyObject *offset_src, PyObject *offset_dst); 5958 PyObject *offset_dst = Py_None; in os_copy_file_range() local 6008 offset_dst = args[4]; in os_copy_file_range() 6010 return_value = os_copy_file_range_impl(module, src, dst, count, offset_src, offset_dst); in os_copy_file_range()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 10317 PyObject *offset_src, PyObject *offset_dst) in os_copy_file_range_impl() argument 10342 if (offset_dst != Py_None) { in os_copy_file_range_impl() 10343 if (!Py_off_t_converter(offset_dst, &offset_dst_val)) { in os_copy_file_range_impl()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 718 .. function:: copy_file_range(src, dst, count, offset_src=None, offset_dst=None) 721 *offset_src*, to file descriptor *dst*, starting from offset *offset_dst*. 723 respectively for *offset_dst*. The files pointed by *src* and *dst*
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 354 offset_dst=out_seek)
|