| /third_party/musl/src/string/ |
| H A D | memccpy.c | 10 void *memccpy(void *restrict dest, const void *restrict src, int c, size_t n) in memccpy() argument
|
| H A D | memchr.c | 11 void *memchr(const void *src, int c, size_t n) in memchr() argument
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | memchr.c | 11 void *memchr(const void *src, int c, size_t n) in memchr() argument
|
| /third_party/musl/src/network/ |
| H A D | dn_expand.c | 3 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 D | memchr.c | 11 void *memchr(const void *src, int c, size_t n) in memchr() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | cpputils.h | 28 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 D | enc_loop.c | 4 uint64_t src; in enc_loop_generic_64_inner() local
|
| /third_party/node/deps/base64/base64/lib/arch/generic/32/ |
| H A D | enc_loop.c | 4 uint32_t src; in enc_loop_generic_32_inner() local
|
| /third_party/node/deps/base64/base64/lib/arch/neon64/ |
| H A D | enc_loop.c | 5 uint8x16x3_t src = vld3q_u8(*s); in enc_loop_neon64_inner() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | colormac.h | 44 _mesa_unclamped_float_rgba_to_ubyte(GLubyte dst[4], const GLfloat src[4]) in _mesa_unclamped_float_rgba_to_ubyte() argument
|
| H A D | format_unpack.h | 36 _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 D | st_atom_stipple.c | 53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight) in invert_stipple() argument
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_unpack_neon.c | 40 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 D | safe_conversions_arm_impl.h | 36 int32_t src = value; in Do() local
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | memcopy.cc | 13 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 D | iris_fence.h | 53 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 D | etnaviv_asm.c | 43 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 D | wcsxfrm.c | 24 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 D | nir_mod_helpers.c | 40 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 D | crocus_fence.h | 50 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 D | mbstowcs.c | 30 const char *src = "mbstowcs_0100"; in mbstowcs_0100() local 51 const char *src = "mbstowcs_0200"; in mbstowcs_0200() local
|
| H A D | mblen.c | 28 char *src = (char *)malloc(ARRY_MAX); in mblen_0100() local
|
| H A D | wcstombs.c | 31 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 D | wcsrtombs.c | 30 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 D | memccpy.c | 29 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...] |