Home
last modified time | relevance | path

Searched defs:src (Results 101 - 125 of 4010) sorted by relevance

12345678910>>...161

/third_party/alsa-utils/alsactl/
H A Dinit_sysdeps.c22 static size_t strlcpy(char *dst, const char *src, size_t size) in strlcpy() argument
41 static size_t strlcat(char *dst, const char *src, size_t size) in strlcat() argument
/third_party/backends/lib/
H A Dinet_pton.c17 inet_pton (int af, const char *src, void *dst) in inet_pton() argument
H A Dinet_ntop.c18 inet_ntop (int af, const void *src, char *dst, size_t cnt) in inet_ntop() argument
/third_party/icu/icu4c/source/common/
H A Dcwchar.cpp25 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { in uprv_wcscat() argument
37 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { in uprv_wcscpy() argument
46 U_CAPI size_t uprv_wcslen(const wchar_t *src) { in uprv_wcslen() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_string.c48 int utf8_to_utf16le(const char *src, uint8_t *target, uint32_t len) in utf8_to_utf16le() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.h84 ir3_bindless_resource(nir_src src) in ir3_bindless_resource() argument
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemcpy.c5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
/third_party/musl/src/multibyte/
H A Dmbsrtowcs.c8 size_t mbsrtowcs(wchar_t *restrict ws, const char **restrict src, size_t wn, mbstate_t *restrict st) in mbsrtowcs() argument
H A Dmbrtowc.c6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument
/third_party/musl/src/linux/
H A Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() argument
/third_party/musl/src/stdio/
H A Dvswscanf.c6 const wchar_t *src = f->cookie; in wstring_read() local
/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
/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/multibyte/
H A Dmbrtowc.c6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
H A Dmbrtowc.c6 size_t mbrtowc(wchar_t *restrict wc, const char *restrict src, size_t n, mbstate_t *restrict st) in mbrtowc() argument
/third_party/musl/porting/uniproton/kernel/src/string/
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 Dmemcpy.c5 void *memcpy(void *restrict dest, const void *restrict src, size_t n) in memcpy() argument
/third_party/node/deps/icu-small/source/common/
H A Dcwchar.cpp25 U_CAPI wchar_t *uprv_wcscat(wchar_t *dst, const wchar_t *src) { in uprv_wcscat() argument
37 U_CAPI wchar_t *uprv_wcscpy(wchar_t *dst, const wchar_t *src) { in uprv_wcscpy() argument
46 U_CAPI size_t uprv_wcslen(const wchar_t *src) { in uprv_wcslen() argument
[all...]
/third_party/node/deps/base64/base64/lib/arch/avx2/
H A Denc_loop.c5 __m256i src = _mm256_loadu_si256((__m256i *) *s); in enc_loop_avx2_inner_first() local
24 __m256i src = _mm256_loadu_si256((__m256i *) *s); in enc_loop_avx2_inner() local
[all...]
/third_party/node/deps/base64/base64/lib/arch/avx512/
H A Denc_loop.c5 __m512i src = _mm512_loadu_si512((__m512i *) *s); in enc_loop_avx512_inner() 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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_logicop.c44 lp_build_logicop(LLVMBuilderRef builder, enum pipe_logicop logicop_func, LLVMValueRef src, LLVMValueRef dst) lp_build_logicop() argument
[all...]
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dmem_pattern.h24 static int check_mem(void *src, size_t size) in check_mem() argument
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_strcat_chk_test.cpp25 char src[TEST_SIZE] = { 0 }; in HWTEST_F() local
41 char src[TEST_SIZE] = { 0 }; in HWTEST_F() local
56 char src[TEST_SIZE] = { 0 }; HWTEST_F() local
[all...]
H A Dfortify_stpcpy_chk_test.cpp26 const char* src = "Hello"; in HWTEST_F() local

Completed in 7 milliseconds

12345678910>>...161