/system/media/audio_utils/ |
D | primitives.c | 30 void memcpy_to_i16_from_q4_27(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_q4_27() 37 void memcpy_to_i16_from_u8(int16_t *dst, const uint8_t *src, size_t count) in memcpy_to_i16_from_u8() 46 void memcpy_to_u8_from_i16(uint8_t *dst, const int16_t *src, size_t count) in memcpy_to_u8_from_i16() 53 void memcpy_to_u8_from_float(uint8_t *dst, const float *src, size_t count) in memcpy_to_u8_from_float() 60 void memcpy_to_i16_from_i32(int16_t *dst, const int32_t *src, size_t count) in memcpy_to_i16_from_i32() 67 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count) in memcpy_to_i16_from_float() 74 void memcpy_to_float_from_q4_27(float *dst, const int32_t *src, size_t count) in memcpy_to_float_from_q4_27() 81 void memcpy_to_float_from_i16(float *dst, const int16_t *src, size_t count) in memcpy_to_float_from_i16() 90 void memcpy_to_float_from_u8(float *dst, const uint8_t *src, size_t count) in memcpy_to_float_from_u8() 99 void memcpy_to_float_from_p24(float *dst, const uint8_t *src, size_t count) in memcpy_to_float_from_p24() [all …]
|
D | fifo_writer32.cpp | 25 static inline void memcpyWords(int32_t *dst, const int32_t *src, uint32_t count) in memcpyWords()
|
D | format.c | 26 const void *src, audio_format_t src_format, size_t count) in memcpy_by_audio_format()
|
/system/media/audio_utils/include/audio_utils/ |
D | string.h | 24 inline size_t audio_utils_strlcpy_zerofill(char *dst, const char *src, size_t dst_size) { in audio_utils_strlcpy_zerofill() 38 inline size_t audio_utils_strlcpy_zerofill(char (&dst)[size], const char *src) { in audio_utils_strlcpy_zerofill() 44 inline size_t audio_utils_strlcpy(char (&dst)[size], const char *src) { in audio_utils_strlcpy()
|
/system/media/audio_utils/tests/ |
D | primitives_benchmark.cpp | 30 std::vector<float> src(count); in BM_MemcpyToFloatFromFloatWithClamping() local 61 std::vector<float> src(count); in BM_MemcpyFloat() local 90 std::vector<int16_t> src(count); in BM_MemcpyToFloatFromI16() local 117 std::vector<float> src(count); in BM_MemcpyToI16FromFloat() local
|
/system/core/libutils/ |
D | Unicode.cpp | 160 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) in utf32_from_utf8_at() 178 ssize_t utf32_to_utf8_length(const char32_t *src, size_t src_len) in utf32_to_utf8_length() 200 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len) in utf32_to_utf8() 257 char16_t *strcpy16(char16_t *dst, const char16_t *src) in strcpy16() 291 char16_t* strstr16(const char16_t* src, const char16_t* target) in strstr16() 328 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len) in utf16_to_utf8() 362 ssize_t utf8_length(const char *src) in utf8_length() 405 ssize_t utf16_to_utf8_length(const char16_t *src, size_t src_len) in utf16_to_utf8_length() 455 size_t utf8_to_utf32_length(const char *src, size_t src_len) in utf8_to_utf32_length() 480 void utf8_to_utf32(const char* src, size_t src_len, char32_t* dst) in utf8_to_utf32() [all …]
|
/system/bt/osi/src/ |
D | compat.cc | 64 size_t strlcpy(char* dst, const char* src, size_t siz) { in strlcpy() 95 size_t strlcat(char* dst, const char* src, size_t siz) { in strlcat()
|
/system/bt/bta/pan/ |
D | bta_pan_ci.cc | 124 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_write() 161 const RawAddress& src, uint16_t protocol, in bta_pan_ci_rx_writebuf() 184 BT_HDR* bta_pan_ci_readbuf(uint16_t handle, RawAddress& src, RawAddress& dst, in bta_pan_ci_readbuf() 242 UNUSED_ATTR const RawAddress& src, in bta_pan_ci_rx_writebuf() 248 UNUSED_ATTR RawAddress& src, in bta_pan_ci_readbuf()
|
/system/netd/resolv/ |
D | hostent.h | 59 #define HENT_COPY(dst, src, slen, ptr, len) do { \ argument 67 #define HENT_SCOPY(dst, src, ptr, len) do { \ argument
|
D | res_comp.cpp | 91 int dn_expand(const u_char* msg, const u_char* eom, const u_char* src, char* dst, int dstsiz) { in dn_expand() 103 int dn_comp(const char* src, u_char* dst, int dstsiz, u_char** dnptrs, u_char** lastdnptr) { in dn_comp()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 112 inline size_t copy(const Slice dst, const Slice src) { in copy() 120 inline size_t extract(const Slice src, Head& head) { in extract() 128 inline size_t extract(const Slice src, Head& head, Tail&... tail) { in extract()
|
D | MemBlock.h | 39 explicit MemBlock(Slice src) : MemBlock(src.size()) { in MemBlock()
|
/system/core/libcutils/ |
D | strlcpy.c | 33 strlcpy(char *dst, const char *src, size_t siz) in strlcpy()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_string.h | 62 #define OI_Strcpy(dest, src) strcpy((dest), (src)) argument 63 #define OI_Strcat(dest, src) strcat((dest), (src)) argument
|
/system/chre/apps/chqts/src/shared/ |
D | nano_string.cc | 44 const uint8_t *src = static_cast<const uint8_t*>(s); in memcpy() local 56 char *strncpy(char *dest, const char *src, size_t len) { in strncpy()
|
/system/bt/btif/co/ |
D | bta_pan_co.cc | 156 RawAddress src; in bta_pan_co_tx_path() local 228 UNUSED_ATTR const RawAddress& src, in bta_pan_co_tx_write() 251 UNUSED_ATTR const RawAddress& src, in bta_pan_co_tx_writebuf()
|
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/ |
D | t32cb16blend_test.c | 65 void scanline_t32cb16blend_c(uint16_t * dst, uint32_t* src, size_t count) in scanline_t32cb16blend_c() 94 uint32_t src[16]; in scanline_t32cb16blend_test() local
|
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/ |
D | t32cb16blend_test.c | 65 void scanline_t32cb16blend_c(uint16_t * dst, uint32_t* src, size_t count) in scanline_t32cb16blend_c() 94 uint32_t src[16]; in scanline_t32cb16blend_test() local
|
/system/core/libdiskconfig/ |
D | diskutils.c | 34 write_raw_image(const char *dst, const char *src, loff_t offset, int test) in write_raw_image()
|
/system/update_engine/payload_generator/ |
D | graph_utils.cc | 50 void AddReadBeforeDep(Vertex* src, Vertex::Index dst, uint64_t block) { in AddReadBeforeDep() 62 void AddReadBeforeDepExtents(Vertex* src, in AddReadBeforeDepExtents()
|
/system/core/libpixelflinger/ |
D | picker.cpp | 53 uint32_t src = c->state.blend.src; in ggl_pick() local
|
/system/core/fastboot/ |
D | bootimg_utils.cpp | 44 size_t base, const boot_img_hdr_v2& src, std::vector<char>* out) { in mkbootimg()
|
/system/core/libunwindstack/tests/ |
D | MemoryRemoteTest.cpp | 58 std::vector<uint8_t> src(1024); in TEST_F() local 84 std::vector<uint8_t> src(kTotalPages * getpagesize()); in TEST_F() local 157 void* src = mmap(nullptr, pagesize * 2, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE,-1, 0); in TEST_F() local
|
D | MemoryFake.cpp | 38 const uint8_t* src = reinterpret_cast<const uint8_t*>(memory); in SetMemory() local
|
/system/bt/stack/pan/ |
D | pan_main.cc | 382 void pan_data_ind_cb(uint16_t handle, const RawAddress& src, in pan_data_ind_cb() 476 void pan_data_buf_ind_cb(uint16_t handle, const RawAddress& src, in pan_data_buf_ind_cb()
|