Home
last modified time | relevance | path

Searched defs:src (Results 426 - 450 of 4010) sorted by relevance

1...<<11121314151617181920>>...161

/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dwcsnrtombs.c29 const wchar_t src[] = L"test wcsnrtombs"; in wcsnrtombs_0100() local
54 const wchar_t src[] = L"test wcsnrtombs"; in wcsnrtombs_0200() local
79 const wchar_t src[] = L"test wcsnrtombs"; in wcsnrtombs_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstpncpy.c39 char *src = "Hello"; in stpncpy_0100() local
66 char *src = ""; in stpncpy_0200() local
91 char *src = "Hello world!"; stpncpy_0300() local
110 char *src = "Hello world!"; stpncpy_0400() local
[all...]
H A Dstpcpy.c39 char *src = "Hello"; in stpcpy_0100() local
65 char *src = ""; in stpcpy_0200() local
90 char *src = "Hello world!"; stpcpy_0300() local
109 char *src = "Hello world!"; stpcpy_0400() local
[all...]
H A Dwcsncpy.c36 const wchar_t src[] = L"Hello"; in wcsncpy_0100() local
53 const wchar_t src[] = L"Hello"; in wcsncpy_0200() local
70 const wchar_t src[] = L"Hello"; wcsncpy_0300() local
100 const wchar_t src[] = L"Hello"; wcsncpy_0400() local
[all...]
H A Dwmemmove.c29 const wchar_t src[] = L"src content"; in wmemmove_0100() local
46 wchar_t src[] = L"This is a c test for wmemmove function"; in wmemmove_0200() local
64 wchar_t src[] = L"This is a c test for wmemmove function"; wmemmove_0300() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_create.c22 const char *src = "Hello"; variable
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c155 static void r300_vs_src_dump(uint32_t src) in r300_vs_src_dump() argument
180 unsigned src; r300_vertex_program_dump() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nist.c85 int ossl_ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_nist_group_copy() argument
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c16 int ossl_rsa_acvp_test_gen_params_new(OSSL_PARAM **dst, const OSSL_PARAM src[]) in ossl_rsa_acvp_test_gen_params_new() argument
/third_party/popt/src/
H A Dsystem.h31 static inline char * stpcpy (char *dest, const char * src) { in stpcpy() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() argument
/third_party/pulseaudio/src/pulsecore/resampler/
H A Dpeaks.c40 void *src, *dst; in peaks_resample() local
H A Dtrivial.c35 void *src, *dst; in trivial_resample() local
/third_party/pulseaudio/src/pulsecore/
H A Dmemchunk.c94 pa_memchunk* pa_memchunk_memcpy(pa_memchunk *dst, pa_memchunk *src) { in pa_memchunk_memcpy() argument
/third_party/python/Include/cpython/
H A Dlongintrepr.h90 PyAPI_FUNC(PyObject *) _PyLong_Copy(PyLongObject *src); variable
/third_party/openssl/crypto/ec/
H A Decp_nist.c85 int ossl_ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_nist_group_copy() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay_font_autogen.cpp2714 uint32_t src = GetFontPixel(layer, x, y); in initFontData() local
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dmakemanaliases.py47 src = api.alias[key] + '.html' variable
/third_party/skia/src/core/
H A DSkDrawLooper.cpp55 const SkRect src = s; in computeFastBounds() local
H A DSkBlendModeBlender.cpp84 skvm::Color SkBlendModeBlender::onProgram(skvm::Builder* p, skvm::Color src, skvm::Color dst, in onProgram() argument
H A DSkScan.h104 static inline void XRect_set(SkXRect* xr, const SkIRect& src) { in XRect_set() argument
115 static inline void XRect_set(SkXRect* xr, const SkRect& src) { in XRect_set() argument
[all...]
H A DSkBlenderBase.h36 skvm::Color program(skvm::Builder* p, skvm::Color src, skvm::Color dst, in program() argument
/third_party/skia/src/gpu/text/
H A DGrSDFMaskFilter.cpp46 bool GrSDFMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() argument
84 computeFastBounds(const SkRect& src, SkRect* dst) const computeFastBounds() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrMatrixEffect.cpp69 GrMatrixEffect::GrMatrixEffect(const GrMatrixEffect& src) in GrMatrixEffect() argument
/third_party/skia/samplecode/
H A DSampleCamera.cpp37 SkRect src = { 0, 0, SkIntToScalar(bm.width()), SkIntToScalar(bm.height()) }; variable

Completed in 10 milliseconds

1...<<11121314151617181920>>...161