Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 74) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/
A Dmemcpy.S43 #define MAIN_LOOP_CHUNK(src, dest, fdest, fsrc, len, jmptgt) \ argument
51 #define LOOP_CHUNK1(src, dest, len, branch_dest) \ argument
53 #define LOOP_CHUNK2(src, dest, len, branch_dest) \ argument
55 #define LOOP_CHUNK3(src, dest, len, branch_dest) \ argument
86 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
104 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
122 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
132 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1) \ argument
139 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
175 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/
A Dmemcpy.S26 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
40 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
50 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
58 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
64 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
71 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
85 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
95 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
103 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
109 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ argument
[all …]
/l4re-core-master/l4sys/include/cxx/
A Dcapability.h171 void move(Cap_base const &src) const in move()
187 void copy(Cap_base const &src) const in copy()
276 Cap move(Cap const &src) const in move()
286 Cap copy(Cap const &src) const in copy()
341 Cap move(Cap const &src) const in move()
351 Cap copy(Cap const &src) const in copy()
/l4re-core-master/moe/server/src/
A Ddataspace_util.cc29 Dataspace const *src, unsigned long &src_offs, unsigned long sz) in __do_real_copy()
61 Dataspace const *src, unsigned long &src_offs, unsigned long sz) in __do_cow_copy()
80 Dataspace_noncont const *src, unsigned long &src_offs, unsigned long sz) in __do_cow_copy2()
113 Dataspace const *src, unsigned long src_offs, unsigned long size) in __do_eager_copy()
129 Dataspace const *src, unsigned long src_offs, unsigned long &size) in __do_lazy_copy()
188 Dataspace_noncont const *src, unsigned long src_offs, unsigned long &size) in __do_lazy_copy2()
250 Dataspace const *src, unsigned long src_offs, unsigned long size) in copy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dlibcrypt.h20 #define strcpy(dst,src) strcpy((char*)dst,(char*)src) argument
22 #define strncat(dst,src,n) strncat((char*)dst,(char*)src,n) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dntop.c50 inet_ntop4(const u_char *src, char *dst, size_t size) in inet_ntop4()
98 inet_ntop6(const u_char *src, char *dst, size_t size) in inet_ntop6()
198 inet_pton4(const char *src, u_char *dst) in inet_pton4()
250 inet_pton6(const char *src, u_char *dst) in inet_pton6()
349 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/sparcv9b/
A Dmemcpy.S337 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
355 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
373 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
383 #define RMOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dstrcpy.c21 char *strcpy(char *dest, const char *src) in strcpy()
A Dstrcat.c22 char *strcat (char *dest, const char *src) in strcat()
/l4re-core-master/cxx/lib/util/
A DMakefile8 src: include target
/l4re-core-master/uclibc/lib/libpthread/
A DMakefile8 src: include target
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/
A Daeabi_memcpy.c25 void __aeabi_memcpy (void *dest, const void *src, size_t n) in __aeabi_memcpy()
A Daeabi_memmove.c25 void __aeabi_memmove (void *dest, const void *src, size_t n) in __aeabi_memmove()
/l4re-core-master/cxx/lib/io/
A DMakefile8 src: include target
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh/sh4/
A Dmemmove.c20 static void fpu_optimised_copy_fwd(void *dest, const void *src, size_t len) in fpu_optimised_copy_fwd()
90 void *memmove(void *dest, const void *src, size_t len) in memmove()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_load_inttype.c11 uintmax_t _load_inttype(int desttype, register const void *src, int uflag) in _load_inttype()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/cris/
A Dmemmove.c29 void *memmove (void *dest, const void *src, size_t len) in memmove()
A Dstrcpy.c9 char *strcpy(char *dest, const char *src) in strcpy()
A Dstrncpy.c10 char *strncpy(char *dest, const char *src, size_t count) in strncpy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/i386/
A Dstrcpy.c36 char *strcpy(char * dest, const char * src) in strcpy()
A Dstrcat.c35 char *strcat(char * dest, const char * src) in strcat()
A Dmemmove.c37 void *memmove(void *dest, const void *src, size_t n) in memmove()
A Dstrncpy.c37 char *strncpy(char * dest, const char * src, size_t count) in strncpy()
A Dstrncat.c37 char *strncat(char * dest, const char * src, size_t count) in strncat()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrlcat.c18 register const char *__restrict src, in strlcat()

Completed in 20 milliseconds

123