Home
last modified time | relevance | path

Searched refs:copy_ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimage.hpp70 T copy_(size); in clone() local
71 std::copy(data.get(), data.get() + bytes(), copy_.data.get()); in clone()
72 return copy_; in clone()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Dunshare.rst98 changes to copy_* functions utilized by clone/fork system call.
191 versions. Helper functions of clone (copy_*) could not be used
211 Therefore code from copy_* functions that allocated and duplicated
213 copy_* functions call dup_* functions to allocate and duplicate
237 a) Reorganization of existing copy_* functions
245 7.1) Reorganization of copy_* functions
254 context structure. The reorganized copy_* functions invoked
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dtlbex.S357 ; same for kernel mode as well (e.g. copy_(to|from)_user)
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3735 no meaning, as well as on ``copy_*`` callbacks.
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c691 static int copy_##NAME##_state(struct bpf_func_state *dst, \