| /third_party/ulib/musl/ |
| A D | musl-rules.mk | 4 -I$(LOCAL_DIR)/src/internal \ 240 $(LOCAL_DIR)/src/exit/exit.c \ 253 $(LOCAL_DIR)/src/ipc/ftok.c \ 260 $(LOCAL_DIR)/src/ipc/semop.c \ 262 $(LOCAL_DIR)/src/ipc/shmat.c \ 264 $(LOCAL_DIR)/src/ipc/shmdt.c \ 323 $(LOCAL_DIR)/src/math/ceil.c \ 328 $(LOCAL_DIR)/src/math/cosh.c \ 376 $(LOCAL_DIR)/src/math/nan.c \ 423 $(LOCAL_DIR)/src/misc/ffs.c \ [all …]
|
| /third_party/ulib/ngunwind/ |
| A D | rules.mk | 17 $(LOCAL_DIR)/src/dwarf/Gexpr.c \ 18 $(LOCAL_DIR)/src/dwarf/Gfde.c \ 22 $(LOCAL_DIR)/src/dwarf/Gpe.c \ 23 $(LOCAL_DIR)/src/dwarf/Gstep.c \ 24 $(LOCAL_DIR)/src/dwarf/global.c \ 25 $(LOCAL_DIR)/src/fuchsia.c \ 39 $(LOCAL_DIR)/src/mi/common.c \ 41 $(LOCAL_DIR)/src/mi/init.c \ 42 $(LOCAL_DIR)/src/mi/mempool.c \ 47 $(LOCAL_DIR)/src/elf64.c \ [all …]
|
| /third_party/uapp/dash/ |
| A D | rules.mk | 13 $(LOCAL_DIR)/src/alias.c \ 21 $(LOCAL_DIR)/src/cd.c \ 22 $(LOCAL_DIR)/src/error.c \ 23 $(LOCAL_DIR)/src/eval.c \ 24 $(LOCAL_DIR)/src/exec.c \ 26 $(LOCAL_DIR)/src/init.c \ 27 $(LOCAL_DIR)/src/input.c \ 28 $(LOCAL_DIR)/src/jobs.c \ 29 $(LOCAL_DIR)/src/main.c \ 44 $(LOCAL_DIR)/src/tab.c \ [all …]
|
| /third_party/ulib/jemalloc/ |
| A D | rules.mk | 16 $(GET_LOCAL_DIR)/src/arena.c \ 17 $(GET_LOCAL_DIR)/src/base.c \ 18 $(GET_LOCAL_DIR)/src/bitmap.c \ 19 $(GET_LOCAL_DIR)/src/ckh.c \ 20 $(GET_LOCAL_DIR)/src/ctl.c \ 25 $(GET_LOCAL_DIR)/src/large.c \ 26 $(GET_LOCAL_DIR)/src/mutex.c \ 28 $(GET_LOCAL_DIR)/src/pages.c \ 29 $(GET_LOCAL_DIR)/src/prof.c \ 33 $(GET_LOCAL_DIR)/src/tsd.c \ [all …]
|
| A D | Makefile.in | 144 $(srcroot)test/src/btalloc_1.c $(srcroot)test/src/math.c \ 145 $(srcroot)test/src/mtx.c $(srcroot)test/src/mq.c \ 146 $(srcroot)test/src/SFMT.c $(srcroot)test/src/test.c \ 147 $(srcroot)test/src/thd.c $(srcroot)test/src/timer.c 152 C_UTIL_INTEGRATION_SRCS := $(srcroot)src/nstime.c $(srcroot)src/util.c 153 C_UTIL_CPP_SRCS := $(srcroot)src/nstime.c $(srcroot)src/util.c 281 $(C_OBJS): $(objroot)src/%.$(O): $(srcroot)src/%.c 282 $(CPP_OBJS): $(objroot)src/%.$(O): $(srcroot)src/%.cpp 283 $(C_PIC_OBJS): $(objroot)src/%.pic.$(O): $(srcroot)src/%.c 285 $(CPP_PIC_OBJS): $(objroot)src/%.pic.$(O): $(srcroot)src/%.cpp [all …]
|
| A D | .gitignore | 24 /src/*.[od] 25 /src/*.gcda 26 /src/*.gcno 46 /test/src/*.[od] 47 /test/src/*.gcda 48 /test/src/*.gcno
|
| /third_party/lib/cortex-strings/src/aarch64/ |
| A D | memcpy.S | 62 #define src x1 macro 78 #define E_l src 104 prfm PLDL1KEEP, [src] 105 add srcend, src, count 114 ldp A_l, A_h, [src] 132 ldr A_l, [src] 140 ldr A_lw, [src] 151 ldrb A_lw, [src] 153 ldrb B_lw, [src, tmp1] 185 ldp D_l, D_h, [src] [all …]
|
| A D | strlen.S | 41 #define src x1 macro 140 bic src, srcin, 15 141 sub src, src, 16 143 ldp data1, data2, [src, 32]! 150 ldp data1, data2, [src, 16] 156 add src, src, 16 181 sub len, src, srcin 190 ldp data1, data2, [src, 16]! 199 ldp data1, data2, [src, 16]! 214 bic src, srcin, 15 [all …]
|
| A D | memmove.S | 70 #define src x1 macro 93 sub tmp1, dstin, src 100 add srcend, src, count 136 ldp E_l, E_h, [src, 48] 138 ldp A_l, A_h, [src, 32] 140 ldp B_l, B_h, [src, 16] 142 ldp C_l, C_h, [src]
|
| A D | strchrnul.S | 42 #define src x2 macro 83 bic src, srcin, #31 /* Work with aligned 32-byte hunks. */ 92 ld1 {vdata1.16b, vdata2.16b}, [src], #32 113 ld1 {vdata1.16b, vdata2.16b}, [src], #32 138 sub src, src, #32 141 add result, src, tmp1, lsr #1
|
| A D | memchr.S | 44 #define src x3 macro 89 bic src, srcin, #31 101 ld1 {vdata1.16b, vdata2.16b}, [src], #32 121 ld1 {vdata1.16b, vdata2.16b}, [src], #32 157 sub src, src, #32 163 add result, src, synd, lsr #1
|
| /third_party/ulib/musl/src/stdio/ |
| A D | __string_read.c | 5 char* src = f->cookie; in __string_read() local 7 char* end = memchr(src, 0, k); in __string_read() 9 k = end - src; in __string_read() 12 memcpy(buf, src, len); in __string_read() 13 f->rpos = (void*)(src + len); in __string_read() 14 f->rend = (void*)(src + k); in __string_read() 15 f->cookie = src + k; in __string_read()
|
| A D | vswscanf.c | 6 const wchar_t* src = f->cookie; in wstring_read() local 9 if (!src) in wstring_read() 12 k = wcsrtombs((void*)f->buf, &src, f->buf_size, 0); in wstring_read() 20 f->cookie = (void*)src; in wstring_read()
|
| /third_party/ulib/musl/src/string/ |
| A D | swab.c | 4 const char* src = _src; in swab() local 7 dest[0] = src[1]; in swab() 8 dest[1] = src[0]; in swab() 10 src += 2; in swab()
|
| A D | strcpy.c | 5 char* strcpy(char* restrict dest, const char* restrict src) { in strcpy() argument 7 __stpcpy(dest, src); in strcpy() 10 const unsigned char* s = src; in strcpy()
|
| A D | rules.mk | 97 third_party/lib/cortex-strings/src/aarch64/memchr.S \ 98 third_party/lib/cortex-strings/src/aarch64/memcmp.S \ 99 third_party/lib/cortex-strings/src/aarch64/strchr.S \ 101 third_party/lib/cortex-strings/src/aarch64/strcmp.S \ 102 third_party/lib/cortex-strings/src/aarch64/strcpy.S \ 103 third_party/lib/cortex-strings/src/aarch64/strlen.S \ 104 third_party/lib/cortex-strings/src/aarch64/strncmp.S \ 105 third_party/lib/cortex-strings/src/aarch64/strnlen.S \
|
| /third_party/ulib/musl/src/locale/ |
| A D | wcsxfrm.c | 5 size_t wcsxfrm(wchar_t* restrict dest, const wchar_t* restrict src, size_t n) { in wcsxfrm() argument 6 size_t l = wcslen(src); in wcsxfrm() 8 wmemcpy(dest, src, l + 1); in wcsxfrm() 10 wmemcpy(dest, src, n - 1); in wcsxfrm()
|
| A D | strxfrm.c | 5 size_t strxfrm(char* restrict dest, const char* restrict src, size_t n) { in strxfrm() argument 6 size_t l = strlen(src); in strxfrm() 8 strcpy(dest, src); in strxfrm()
|
| /third_party/ulib/musl/src/multibyte/ |
| A D | mbsrtowcs.c | 8 size_t mbsrtowcs(wchar_t* restrict ws, const char** restrict src, size_t wn, mbstate_t* restrict st… in mbsrtowcs() argument 9 const unsigned char* s = (const void*)*src; in mbsrtowcs() 27 *src = (const void*)s; in mbsrtowcs() 37 *src = 0; in mbsrtowcs() 83 *src = (const void*)s; in mbsrtowcs() 131 *src = 0; in mbsrtowcs() 137 *src = (const void*)s; in mbsrtowcs()
|
| /third_party/ulib/backtrace/ |
| A D | install-sh | 94 src= 241 for src 244 case $src in 245 -* | [=\(\)!]) src=./$src;; 249 dst=$src 258 if test ! -f "$src" && test ! -d "$src"; then 259 echo "$0: $src does not exist." >&2 277 dst=$dstdir/`basename "$src"` 460 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && 466 # errors from the above "$doit $cpprog $src $dsttmp" command.
|
| /third_party/ulib/musl/src/network/ |
| A D | dn_expand.c | 4 int __dn_expand(const unsigned char* base, const unsigned char* end, const unsigned char* src, in __dn_expand() argument 6 const unsigned char* p = src; in __dn_expand() 20 len = p + 2 - src; in __dn_expand() 35 len = p + 1 - src; in __dn_expand()
|
| A D | dn_comp.c | 64 int __dn_comp(const char* src, unsigned char* dst, int space, unsigned char** dnptrs, in __dn_comp() argument 70 size_t l = strnlen(src, 255); in __dn_comp() 71 if (l && src[l - 1] == '.') in __dn_comp() 79 end = src + l; in __dn_comp() 80 n = getlens(lens, src, l); in __dn_comp() 99 memcpy(dst + 1, src, l - bestlen); in __dn_comp()
|
| /third_party/lib/cortex-strings/ |
| A D | README.fuchsia | 6 src/aarch64/memcpy.S code and must be adjusted if that code changes. 9 - Kept only src/aarch64, removed everything else. 10 - sed -i 's/\.2d\[/.d[/' src/aarch64/*.S 15 It contains only a subset of src/aarch64 from that revision.
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/hmac/ |
| A D | hmac.c | 202 int HMAC_CTX_copy_ex(HMAC_CTX *dest, const HMAC_CTX *src) { in HMAC_CTX_copy_ex() argument 203 if (!EVP_MD_CTX_copy_ex(&dest->i_ctx, &src->i_ctx) || in HMAC_CTX_copy_ex() 204 !EVP_MD_CTX_copy_ex(&dest->o_ctx, &src->o_ctx) || in HMAC_CTX_copy_ex() 205 !EVP_MD_CTX_copy_ex(&dest->md_ctx, &src->md_ctx)) { in HMAC_CTX_copy_ex() 209 dest->md = src->md; in HMAC_CTX_copy_ex() 225 int HMAC_CTX_copy(HMAC_CTX *dest, const HMAC_CTX *src) { in HMAC_CTX_copy() argument 227 return HMAC_CTX_copy_ex(dest, src); in HMAC_CTX_copy()
|
| /third_party/uapp/dash/src/ |
| A D | system.c | 65 void *mempcpy(void *dest, const void *src, size_t n) in mempcpy() argument 67 return memcpy(dest, src, n) + n; in mempcpy() 72 char *stpcpy(char *dest, const char *src) in stpcpy() argument 74 size_t len = strlen(src); in stpcpy() 76 return mempcpy(dest, src, len); in stpcpy()
|