Home
last modified time | relevance | path

Searched defs:dest (Results 76 - 100 of 3131) sorted by relevance

12345678910>>...126

/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemcpy.c7 __attribute__((no_sanitize_address)) void *__memcpy(void *restrict dest, const void *restrict src, size_t n) in __memcpy() argument
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/liteos_m/user/src/string/
H A Dmemcpy.c6 _LIBC_TEXT_SECTION void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
/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
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Diwmmxt.h39 mrc p1, 0, \dest, \control, c0, 0 variable
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dstring.c14 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy() argument
28 static void *____memcpy(void *dest, const void *src, size_t n) in ____memcpy() argument
53 void *memmove(void *dest, const void *src, size_t n) in memmove() argument
68 memcpy(void *dest, const void *src, size_t n) memcpy() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dreg_mul.c33 FPU_REG *dest = a; in FPU_mul() local

Completed in 9 milliseconds

12345678910>>...126