Home
last modified time | relevance | path

Searched defs:src (Results 251 - 275 of 4744) sorted by relevance

1...<<11121314151617181920>>...190

/third_party/musl/src/string/
H A Dmemccpy.c10 void *memccpy(void *restrict dest, const void *restrict src, int c, size_t n) in memccpy() argument
H A Dmemchr.c11 void *memchr(const void *src, int c, size_t n) in memchr() argument
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemchr.c11 void *memchr(const void *src, int c, size_t n) in memchr() argument
/third_party/musl/src/network/
H A Ddn_expand.c3 int __dn_expand(const unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand() argument
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemchr.c11 void *memchr(const void *src, int c, size_t n) in memchr() argument
/third_party/node/deps/icu-small/source/common/
H A Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument
32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() argument
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument
41 inline void uprv_arrayCopy(const int8_t* src, int32_ argument
46 uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const char16_t *src, int32_t srcStart, char16_t *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
/third_party/node/deps/base64/base64/lib/arch/generic/64/
H A Denc_loop.c4 uint64_t src; in enc_loop_generic_64_inner() local
/third_party/node/deps/base64/base64/lib/arch/generic/32/
H A Denc_loop.c4 uint32_t src; in enc_loop_generic_32_inner() local
/third_party/node/deps/base64/base64/lib/arch/neon64/
H A Denc_loop.c5 uint8x16x3_t src = vld3q_u8(*s); in enc_loop_neon64_inner() local
/third_party/mesa3d/src/mesa/main/
H A Dcolormac.h44 _mesa_unclamped_float_rgba_to_ubyte(GLubyte dst[4], const GLfloat src[4]) in _mesa_unclamped_float_rgba_to_ubyte() argument
H A Dformat_unpack.h36 _mesa_unpack_rgba_row(mesa_format format, uint32_t n, const void *src, float dst[][4]) _mesa_unpack_rgba_row() argument
47 _mesa_unpack_uint_rgba_row(mesa_format format, uint32_t n, const void *src, uint32_t dst[][4]) _mesa_unpack_uint_rgba_row() argument
54 _mesa_unpack_float_z_row(mesa_format format, uint32_t n, const void *src, float *dst) _mesa_unpack_float_z_row() argument
62 _mesa_unpack_uint_z_row(mesa_format format, uint32_t n, const void *src, uint32_t *dst) _mesa_unpack_uint_z_row() argument
69 _mesa_unpack_ubyte_stencil_row(mesa_format format, uint32_t n, const void *src, uint8_t *dst) _mesa_unpack_ubyte_stencil_row() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_stipple.c53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight) in invert_stipple() argument
/third_party/mesa3d/src/util/format/
H A Du_format_unpack_neon.c40 util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon(uint8_t *restrict dst, const uint8_t *restrict src, unsigned width) in util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon() argument
/third_party/node/deps/v8/src/base/
H A Dsafe_conversions_arm_impl.h36 int32_t src = value; in Do() local
/third_party/node/deps/v8/src/utils/
H A Dmemcopy.cc13 static void MemMoveWrapper(void* dest, const void* src, size_t size) { in MemMoveWrapper() argument
22 V8_EXPORT_PRIVATE void MemMove(void* dest, const void* src, size_t size) { in MemMove() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.h53 iris_syncobj_reference(struct iris_bufmgr *bufmgr, struct iris_syncobj **dst, struct iris_syncobj *src) iris_syncobj_reference() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.c43 const struct etna_inst_src *src = &inst->src[i]; in check_uniforms() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dwcsxfrm.c24 wchar_t src[20]; in wcsxfrm_0100() local
37 wchar_t src[20]; in wcsxfrm_0200() local
/third_party/mesa3d/src/panfrost/util/
H A Dnir_mod_helpers.c40 pan_has_source_mod(nir_alu_src *src, nir_op op) in pan_has_source_mod() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.h50 crocus_syncobj_reference(struct crocus_screen *screen, struct crocus_syncobj **dst, struct crocus_syncobj *src) crocus_syncobj_reference() argument
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dmbstowcs.c30 const char *src = "mbstowcs_0100"; in mbstowcs_0100() local
51 const char *src = "mbstowcs_0200"; in mbstowcs_0200() local
H A Dmblen.c28 char *src = (char *)malloc(ARRY_MAX); in mblen_0100() local
H A Dwcstombs.c31 wchar_t src[] = L"Hello"; in wcstombs_0100() local
47 wchar_t src[] = L"Hello"; in wcstombs_0200() local
62 wchar_t src[] = L"Hello"; in wcstombs_0300() local
H A Dwcsrtombs.c30 const wchar_t *src = L"ABCDEF"; in wcsrtombs_0100() local
45 const wchar_t *src = L"ABCDEF"; in wcsrtombs_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemccpy.c29 const char src[TEST_BUFFER_SIZE] = "musl test"; in memccpy_0100() local
56 const char src[TEST_BUFFER_SIZE] = "musl test"; in memccpy_0200() local
71 const char src[TEST_BUFFER_SIZE] = "musl test"; memccpy_0300() local
[all...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...190