Home
last modified time | relevance | path

Searched defs:dest (Results 51 - 75 of 1578) sorted by relevance

12345678910>>...64

/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemset.c5 __attribute__((no_sanitize_address)) void *__memset(void *dest, int c, size_t n) in __memset() argument
[all...]
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfread.c8 unsigned char *dest = destv; in fread() local
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemset.c4 void *memset(void *dest, int c, size_t n) in memset() argument
[all...]
H A Dmemcpy.c6 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
/third_party/musl/src/string/
H A Dmemset.c4 void *memset(void *dest, int c, size_t n) in memset() argument
[all...]
H A Dmemcpy.c5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
/third_party/musl/src/misc/
H A Dgetrusage.c24 char *dest = (char *)&ru->ru_maxrss - 4*sizeof(long); in getrusage() local
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_str.c32 uint8_t *nghttp3_cpymem(uint8_t *dest, const uint8_t *src, size_t n) { in nghttp3_cpymem() argument
/third_party/lwip/src/core/ipv6/
H A Dethip6.c81 struct eth_addr dest; in ethip6_output() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstring_byte_sink.cc24 StringByteSink::StringByteSink(string* dest) : dest_(dest) {} in StringByteSink() argument
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_stpcpy_chk_test.cpp27 char* dest = buf; in HWTEST_F() local
/third_party/musl/libc-test/src/eabi/
H A D__aeabi_memcpy.c31 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memcpy_0100() local
46 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memcpy_0200() local
61 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memcpy_0300() local
H A D__aeabi_memmove.c30 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memmove_0100() local
45 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memmove_0200() local
60 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memmove_0300() local
H A D__aeabi_memset.c30 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memset_0100() local
45 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memset_0200() local
60 int dest[] = {1, 2, 3, 4, 5, 6, 7}; in memset_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dswab.c28 char dest[20]; in swab_0100() local
43 char dest[20] = "swab"; in swab_0200() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbase64.c33 char* dest; in BASE64Decode() local
/third_party/skia/docs/examples/
H A DPath_addPath.cpp11 SkPath dest, text; in REG_FIDDLE() local
H A DPath_addPath_3.cpp9 SkPath dest, path; in REG_FIDDLE() local
H A DPath_addPath_2.cpp9 SkPath dest, path; in REG_FIDDLE() local
/third_party/selinux/libselinux/src/
H A Dselinux_internal.c7 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() argument
/third_party/elfutils/libelf/
H A Dnote_xlate.h30 elf_cvt_note (void *dest, const void *src, size_t len, int encode, in elf_cvt_note() argument
89 elf_cvt_note4(void *dest, const void *src, size_t len, int encode) elf_cvt_note4() argument
95 elf_cvt_note8(void *dest, const void *src, size_t len, int encode) elf_cvt_note8() argument
[all...]
H A Dgnuhash_xlate.h37 elf_cvt_gnuhash (void *dest, const void *src, size_t len, int encode) in elf_cvt_gnuhash() argument
/third_party/eudev/src/shared/
H A Dstrxcpyx.c30 size_t strpcpy(char **dest, size_t size, const char *src) { in strpcpy() argument
48 size_t strpcpyf(char **dest, size_t size, const char *src, ...) { in strpcpyf() argument
66 strpcpyl(char **dest, size_t size, const char *src, ...) strpcpyl() argument
78 strscpy(char *dest, size_t size, const char *src) strscpy() argument
85 strscpyl(char *dest, size_t size, const char *src, ...) strscpyl() argument
[all...]
/third_party/elfutils/libasm/
H A Dasm_addsleb128.c57 char *dest = tmpbuf; in asm_addsleb128() local
/third_party/gn/src/gn/
H A Dfilesystem_utils_unittest.cc145 std::string dest; in TEST() local
[all...]

Completed in 6 milliseconds

12345678910>>...64