Home
last modified time | relevance | path

Searched defs:src (Results 176 - 200 of 8037) sorted by relevance

12345678910>>...322

/third_party/musl/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/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
/third_party/musl/libc-test/src/eabi/
H A D__aeabi_memcpy.c32 int src[] = {4, 5, 6, 7}; in memcpy_0100() local
47 int src[] = {4, 5, 6, 7}; in memcpy_0200() local
62 int src[] = {4, 5, 6, 7}; in memcpy_0300() local
H A D__aeabi_memmove.c31 int src[] = {4, 5, 6, 7}; in memmove_0100() local
46 int src[] = {4, 5, 6, 7}; in memmove_0200() local
61 int src[] = {4, 5, 6, 7}; in memmove_0300() local
H A D__aeabi_memset.c31 int src = 7; in memset_0100() local
46 int src = 7; in memset_0200() local
61 int src = 7; in memset_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemrchr.c29 const char *src = "this is memrchr_0100 test."; in memrchr_0100() local
50 const char *src = "this is memrchr_0200 test."; in memrchr_0200() local
H A Dswab.c27 char src[20] = "swab"; in swab_0100() local
42 char src[20] = "swab"; in swab_0200() local
H A Dwcpcpy.c28 wchar_t src[] = L"Source string"; in wcpcpy_0100() local
/third_party/python/Doc/includes/
H A Dtest.py194 src = os.path.join("build", "lib.%s" % PLAT_SPEC) variable
/third_party/skia/src/effects/
H A DSkTrimPathEffect.cpp18 static size_t add_segments(const SkPath& src, SkScalar start, SkScalar stop, SkPath* dst, in add_segments() argument
[all...]
/third_party/skia/src/images/
H A DSkImageEncoderPriv.h14 static inline bool SkPixmapIsValid(const SkPixmap& src) { in SkPixmapIsValid() argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbase64.c30 BASE64Decode(const char* src) in BASE64Decode() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dassignment_statement.cc41 auto src = ctx->Clone(source); in Clone() local
24 AssignmentStatement(ProgramID pid, const Source& src, const Expression* l, const Expression* r) AssignmentStatement() argument
H A Dassignment_statement_test.cc41 auto src = stmt->source; in TEST_F() local
H A Dbinary_expression.cc43 auto src = ctx->Clone(source); in Clone() local
24 BinaryExpression(ProgramID pid, const Source& src, BinaryOp o, const Expression* l, const Expression* r) BinaryExpression() argument
H A Dbinary_expression_test.cc40 auto src = r->source; in TEST_F() local
H A Dbitcast_expression.cc39 auto src = ctx->Clone(source); in Clone() local
24 BitcastExpression(ProgramID pid, const Source& src, const Type* t, const Expression* e) BitcastExpression() argument

Completed in 6 milliseconds

12345678910>>...322