Home
last modified time | relevance | path

Searched refs:_copy (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch16 _copy(master_fd, master_read, stdin_read)
17 File "/usr/lib/python3.10/pty.py", line 157, in _copy
36 @@ -154,7 +154,10 @@ def _copy(master_fd, master_read=_read, stdin_read=_read):
/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree_augmented.h56 rbname ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \
71 rbname ## _propagate, rbname ## _copy, rbname ## _rotate \
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drbtree_augmented.h89 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \
105 .copy = RBNAME ## _copy, \
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_augmented.h87 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \
103 .copy = RBNAME ## _copy, \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c230 u32 _mask, u32 _data, u32 _copy) in gk104_ram_nuts() argument
236 u32 mask = _mask | _copy; in gk104_ram_nuts()
237 u32 data = (_data & _mask) | (reg->data & _copy); in gk104_ram_nuts()
/OK3568_Linux_fs/buildroot/package/smstools3/
H A D0002-fix-build-with-gcc-10.x.patch228 // 3.1.17: If *_copy was made, evenhandler can use it instead of original file:
504 +// 3.1.17: If *_copy was made, evenhandler can use it instead of original file:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch398 // 3.1.17: If *_copy was made, evenhandler can use it instead of original file: