Home
last modified time | relevance | path

Searched defs:offset_dst (Results 1 – 3 of 3) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp111 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local
116 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local
145 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5958 PyObject *offset_dst = Py_None; in os_copy_file_range() local
/external/python/cpython3/Modules/
Dposixmodule.c10317 PyObject *offset_src, PyObject *offset_dst) in os_copy_file_range_impl()