Home
last modified time | relevance | path

Searched defs:src (Results 76 - 100 of 8563) sorted by relevance

12345678910>>...343

/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemmove.c10 __attribute__((no_sanitize_address)) void *__memmove(void *dest, const void *src, size_t n) in __memmove() argument
/third_party/musl/src/locale/
H A Dwcsxfrm.c6 size_t __wcsxfrm_l(wchar_t *restrict dest, const wchar_t *restrict src, size_t n, locale_t loc) in __wcsxfrm_l() argument
18 size_t wcsxfrm(wchar_t *restrict dest, const wchar_t *restrict src, size_t n) in wcsxfrm() argument
H A Dstrxfrm.c6 size_t __strxfrm_l(char *restrict dest, const char *restrict src, size_t n, locale_t loc) in __strxfrm_l() argument
13 size_t strxfrm(char *restrict dest, const char *restrict src, size_t n) in strxfrm() argument
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__string_read.c6 char *src = f->cookie; in __string_read() local
H A Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemmove.c10 __attribute__((no_sanitize_address)) void *__memmove(void *dest, const void *src, size_t n) in __memmove() argument
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__string_read.c6 char *src = f->cookie; in __string_read() local
H A Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemmove.c9 void *memmove(void *dest, const void *src, size_t n) in memmove() argument
/third_party/musl/src/string/
H A Dmemmove.c9 void *memmove(void *dest, const void *src, size_t n) in memmove() argument
H A Dswab.c5 const char *src = _src; in swab() local
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
/third_party/musl/src/stdio/
H A Dfwrite.c31 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbuiltin-prototype.c2 void memcpy(void *dst, const void *src, unsigned int size) in memcpy() argument
8 unsigned int strlen(const char *src) in strlen() argument
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_memcpy_chk_test.cpp23 const char* src = "Hello, World!"; in HWTEST_F() local
38 const char* src = "Hello, World!"; in HWTEST_F() local
H A Dfortify_mempcpy_chk_test.cpp22 const char* src = "Hello, World!"; in HWTEST_F() local
36 const char* src = "Hello, World!"; in HWTEST_F() local
H A Dfortify_memrchr_chk_test.cpp20 const char* src = "memrchr test."; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrcat.c30 char src[LENGTH] = "Source"; in strcat_0100() local
/third_party/skia/src/core/
H A DSkMipmapBuilder.h27 sk_sp<SkImage> attachTo(sk_sp<SkImage> src) { in attachTo() argument
/third_party/optimized-routines/string/arm/
H A Dstrcpy.c24 __strcpy_arm (char* dst, const char* src) in __strcpy_arm() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dast_type.cc34 Type(ProgramID pid, const Source& src) Type() argument
[all...]
H A Dblock_statement_test.cc39 auto src = b->source; in TEST_F() local
H A Dbreak_statement_test.cc27 auto src = stmt->source; in TEST_F() local
H A Dcontinue_statement_test.cc27 auto src = stmt->source; in TEST_F() local
H A Dexpression.cc25 Expression::Expression(ProgramID pid, const Source& src) : Base(pid, src) {} in Expression() argument

Completed in 6 milliseconds

12345678910>>...343