/bionic/libc/string/ |
D | strcpy.c | 35 strcpy(char *to, const char *from) in strcpy() argument 39 for (; (*to = *from) != '\0'; ++from, ++to); in strcpy()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wcpcpy.c | 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy() argument 44 for (; (*to = *from); ++from, ++to); in wcpcpy()
|
/bionic/libc/kernel/arch-mips/asm/ |
D | uaccess.h | 77 …from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r _… argument 79 …user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_… argument 80 …ser_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; … argument 81 …ser_inatomic(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __cu_len; … argument 82 …user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_… argument 84 …from, n) ({ register void *__cu_to_r __asm__("$4"); register const void __user *__cu_from_r _… argument 85 …from, n) ({ register void *__cu_to_r __asm__("$4"); register const void __user *__cu_from_r _… argument 86 …user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __cu_len; might_… argument 87 …user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __cu_len; might_… argument 89 #define __copy_in_user(to, from, n) __copy_from_user(to, from, n) argument [all …]
|
/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
|
D | mtd.h | 104 int (*point) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char **mtdbuf); 105 void (*unpoint) (struct mtd_info *mtd, u_char * addr, loff_t from, size_t len); 106 int (*read) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf); 109 int (*read_oob) (struct mtd_info *mtd, loff_t from, 115 …int (*read_fact_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *… 117 …int (*read_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *… 119 …int (*write_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char … 120 int (*lock_user_prot_reg) (struct mtd_info *mtd, loff_t from, size_t len);
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 121 String from = st.nextToken(); in ZoneCompactor() local 122 links.put(from, to); in ZoneCompactor() 146 String from = it.next(); in ZoneCompactor() local 147 String to = links.get(from); in ZoneCompactor() 149 starts.put(from, starts.get(to)); in ZoneCompactor() 150 lengths.put(from, lengths.get(to)); in ZoneCompactor() 151 offsets.put(from, offsets.get(to)); in ZoneCompactor()
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | xt_connbytes.h | 37 aligned_u64 from; member
|
/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/libc/upstream-dlmalloc/ |
D | README.txt | 5 This code is imported from: ftp://g.oswego.edu/pub/misc/
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 23 # Load all the arguments from the calling frame.
|
/bionic/libc/kernel/ |
D | README.TXT | 15 they can be included from C++, or when compiling code in strict ANSI mode. 59 automatically update all clean headers from the content of 128 will be totally omitted from the output. the optimizer is smart enough to 146 macro like CONFIG_FOO from the clean headers. 173 the final pass remove any comments and empty lines from the final headers. 188 The original kernel headers are not easily usable from userland applications. 222 official headers. from their point of view this is purely a library author 226 install a set of "user-friendly" headers that are generated from the official 252 automatically to generate a set of "clean" headers that can be used from
|
/bionic/libc/ |
D | NOTICE | 23 may be used to endorse or promote products derived from this software 243 products derived from this software without specific prior written 409 may be used to endorse or promote products derived from this software 457 may be used to endorse or promote products derived from this software 486 may be used to endorse or promote products derived from this software 506 All or some portions of this file are derived from material licensed 520 may be used to endorse or promote products derived from this software 549 may be used to endorse or promote products derived from this software 578 may be used to endorse or promote products derived from this software 611 may be used to endorse or promote products derived from this software [all …]
|
D | CAVEATS | 16 - pthread_once() doesn't support C++ exceptions thrown from the init function, or the init
|
D | SYSCALLS.TXT | 8 # - syscall_name corresponds to the name of the syscall, which may differ from 20 # taking the constants from the kernel header files.
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 188 subu a3,a2,t8 # subtract from a2 the reminder 203 subu t5,t7,t6 # subtract from t7 the reminder
|
D | memcpy.S | 109 subu a3,a2,t8 # subtract from a2 the reminder
|
/bionic/libc/kernel/common/linux/ |
D | if_link.h | 204 __u32 from; member
|
D | cdrom.h | 186 unsigned from; member
|
/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 1138 fromlen = sizeof(from); in send_dg() 1140 (struct sockaddr *)(void *)&from, &fromlen); in send_dg() 1174 !res_ourserver_p(statp, (struct sockaddr *)(void *)&from)) { in send_dg()
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | regcomp.c | 144 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit); 1135 int from, /* repeated from this number */ in repeat() argument 1155 assert(from <= to); in repeat() 1157 switch (REP(MAP(from), MAP(to))) { in repeat() 1194 repeat(p, copy, from-1, to-1, reclimit); in repeat() 1198 repeat(p, copy, from-1, to, reclimit); in repeat()
|
/bionic/libm/ |
D | NOTICE | 58 written by Steven G. Kargl with input from Bruce D. Evans 113 may be used to endorse or promote products derived from this software 146 may be used to endorse or promote products derived from this software 166 This code is derived from software contributed to Berkeley by 178 may be used to endorse or promote products derived from this software 211 may be used to endorse or promote products derived from this software 293 derived from this software without specific prior written permission. 698 Derived from s_modf.c, which has the following Copyright:
|