/bionic/libc/kernel/arch-mips/asm/ |
D | uaccess.h | 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); r… argument 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __c… argument 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; … argument 81 #define __copy_from_user_inatomic(to, from, n) ({ void *__cu_to; const void __user *__cu_from;… argument 82 #define copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_… argument 84 #define __invoke_copy_from_user(to, from, n) ({ register void *__cu_to_r __asm__("$4"); regist… argument 85 #define __invoke_copy_from_user_inatomic(to, from, n) ({ register void *__cu_to_r __asm__("$4");… argument 86 #define __copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long _… argument 87 #define copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __c… argument 89 #define __copy_in_user(to, from, n) __copy_from_user(to, from, n) argument [all …]
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcpcpy.c | 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy()
|
/bionic/libc/string/ |
D | strcpy.c | 35 strcpy(char *to, const char *from) in strcpy()
|
/bionic/libc/kernel/common/linux/mtd/ |
D | map.h | 79 #define INVALIDATE_CACHED_RANGE(map, from, size) do { if(map->inval_cache) map->inval_cache(map, … argument 100 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument 102 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | xt_connbytes.h | 37 aligned_u64 from; member
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 121 String from = st.nextToken(); in ZoneCompactor() local 146 String from = it.next(); in ZoneCompactor() local
|
/bionic/libc/kernel/arch-arm/asm/ |
D | uaccess.h | 82 #define __copy_from_user(to,from,n) (memcpy(to, (void __force *)from, n), 0) argument 84 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) argument
|
/bionic/linker/ |
D | linker_phdr.cpp | 113 #define MAYBE_MAP_FLAG(x,from,to) (((x) & (from)) ? (to) : 0) argument
|
/bionic/libc/netbsd/resolv/ |
D | res_send.c | 1046 struct sockaddr_storage from; in send_dg() local
|
/bionic/libc/kernel/common/linux/ |
D | if_link.h | 204 __u32 from; member
|
D | cdrom.h | 186 unsigned from; member
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | regcomp.c | 1135 int from, /* repeated from this number */ in repeat()
|