Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dplugin_ops.h800 *(u_int8_t*)dst = s; in _norms()
805 *(u_int16_t*)dst = s; in _norms()
811 *(u_int32_t*)dst = s; in _norms()
820 *(u_int8_t*)dst = 0x80; in _norms()
822 *(u_int8_t*)dst = 0; in _norms()
828 *(u_int16_t*)dst = 0; in _norms()
834 *(u_int32_t*)dst = 0; in _norms()
840 *(u_int32_t*)dst = 0; in _norms()
860 *(u_int16_t*)dst = 0; in _norms()
866 *(u_int32_t*)dst = 0; in _norms()
[all …]
A Dpcm_dmix_generic.c52 if (! *dst) { in generic_mix_areas_16_native()
54 *dst = *src; in generic_mix_areas_16_native()
67 dst = (signed short *) ((char *)dst + dst_step); in generic_mix_areas_16_native()
84 if (! *dst) { in generic_remix_areas_16_native()
98 dst = (signed short *) ((char *)dst + dst_step); in generic_remix_areas_16_native()
115 if (! *dst) { in generic_mix_areas_32_native()
132 dst = (signed int *) ((char *)dst + dst_step); in generic_mix_areas_32_native()
149 if (! *dst) { in generic_remix_areas_32_native()
165 dst = (signed int *) ((char *)dst + dst_step); in generic_remix_areas_32_native()
183 if (!(dst[0] | dst[1] | dst[2])) { in generic_mix_areas_24()
[all …]
A Dpcm.c1247 char *dst; in snd_pcm_area_silence() local
1266 dst = (char *)dstp; in snd_pcm_area_silence()
1279 *dst |= s1; in snd_pcm_area_silence()
1287 dst++; in snd_pcm_area_silence()
1296 *dst = sil; in snd_pcm_area_silence()
1382 char *dst; in snd_pcm_area_copy() local
1398 assert(src < dst || src >= dst + bytes); in snd_pcm_area_copy()
1399 assert(dst < src || dst >= src + bytes); in snd_pcm_area_copy()
1432 dst++; in snd_pcm_area_copy()
1440 *dst = *src; in snd_pcm_area_copy()
[all …]
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_fll.h152 #define FLL_CONF1_MODE_SET(dst,src) (__BITINSERT((dst),(src),1,31)) argument
156 #define FLL_CONF1_LOCK_SET(dst,src) (__BITINSERT((dst),(src),30,1)) argument
160 #define FLL_CONF1_DIV_SET(dst,src) (__BITINSERT((dst),(src),26,4)) argument
168 #define FLL_CONF1_MULT_FACTOR_SET(dst,src) (__BITINSERT((dst),(src),0,16)) argument
172 #define FLL_CONF2_GAIN_SET(dst,src) (__BITINSERT((dst),(src),4,0)) argument
176 #define FLL_CONF2_ASSERT_CYCLES_SET(dst,src) (__BITINSERT((dst),(src),6,4)) argument
180 #define FLL_CONF2_DEASSERT_CYCLES_SET(dst,src) (__BITINSERT((dst),(src),6,10)) argument
188 #define FLL_CONF2_STA_CLOCK_SET(dst,src) (__BITINSERT((dst),(src),1,29)) argument
192 #define FLL_CONF2_OPEN_LOOP_SET(dst,src) (__BITINSERT((dst),(src),1,30)) argument
196 #define FLL_CONF2_DITHER_SET(dst,src) (__BITINSERT((dst),(src),1,31)) argument
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dg2d_rotate.c120 if (!dst || g2d_image_check(dst)) in g2d_rotate_set_para()
222 ch = dst->height; in g2d_rotate_set_para()
238 ch = dst->height; in g2d_rotate_set_para()
252 pitch0 = cal_align(ycnt * dst->width, dst->align[0]); in g2d_rotate_set_para()
259 addr0 = dst->laddr[0] + ((__u64)dst->haddr[0] << 32) + in g2d_rotate_set_para()
260 pitch0 * dst->clip_rect.y + ycnt * dst->clip_rect.x; in g2d_rotate_set_para()
263 addr1 = dst->laddr[1] + ((__u64)dst->haddr[1] << 32) + pitch1 * cy + in g2d_rotate_set_para()
360 if (!dst || g2d_image_check(dst)) in g2d_lbc_rot_set_para()
523 pitch0 = cal_align(ycnt * dst->width, dst->align[0]); in g2d_lbc_rot_set_para()
530 addr0 = dst->laddr[0] + ((__u64)dst->haddr[0] << 32) + in g2d_lbc_rot_set_para()
[all …]
A Dg2d_mixer.c88 if (!dst) { in g2d_bsp_maskblt()
154 g2d_vsu_para_set(p_frame->scal, dst->format, dst->clip_rect.w, in g2d_fillrectangle()
155 dst->clip_rect.h, dst->clip_rect.w, in g2d_fillrectangle()
223 dst->clip_rect.w, dst->clip_rect.h); in g2d_bsp_bld()
227 dst->clip_rect.w, dst->clip_rect.h); in g2d_bsp_bld()
236 dst->clip_rect.h, dst->clip_rect.w, in g2d_bsp_bld()
239 dst->clip_rect.w, dst->clip_rect.h, dst->alpha); in g2d_bsp_bld()
255 if (dst->clip_rect.w <= 1280 && dst->clip_rect.h <= 720) { in g2d_bsp_bld()
310 dst); in g2d_bsp_bitblt()
319 dst->clip_rect.w, dst->clip_rect.h, in g2d_bsp_bitblt()
[all …]
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_common.c4 void *ATTR_TCM_SECTION arch_memcpy(void *dst, const void *src, uint32_t n) in arch_memcpy() argument
7 uint8_t *q = dst; in arch_memcpy()
13 return dst; in arch_memcpy()
19 uint32_t *q = dst; in arch_memcpy4()
25 return dst; in arch_memcpy4()
31 uint8_t *dst = (uint8_t *)pdst; in arch_memcpy_fast() local
40 dst[done + i] = src[done + i]; in arch_memcpy_fast()
44 arch_memcpy(dst, src, n); in arch_memcpy_fast()
47 return dst; in arch_memcpy_fast()
64 uint32_t *q = dst; in arch_memset4()
[all …]
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_smix_drv.c180 ptr->DST_CH[ch].GAIN = SMIX_DST_CH_GAIN_VAL_SET(dst->gain); in smix_mixer_config_dst_ch()
182 if (dst->length == 0) { in smix_mixer_config_dst_ch()
192 ptr->DST_CH[ch].SOURCE_EN = dst->src_ch_mask; in smix_mixer_config_dst_ch()
193 ptr->DST_CH[ch].SOURCE_ACT = dst->src_ch_mask; in smix_mixer_config_dst_ch()
196 | SMIX_DST_CH_CTRL_THRSH_SET(dst->fifo_thr) in smix_mixer_config_dst_ch()
198 | SMIX_DST_CH_CTRL_DA_INT_EN_SET(dst->da_int_en) in smix_mixer_config_dst_ch()
201 | SMIX_DST_CH_CTRL_DST_DEACT_SET(dst->deactivate_en) in smix_mixer_config_dst_ch()
202 | SMIX_DST_CH_CTRL_DST_ACT_SET(dst->active_en) in smix_mixer_config_dst_ch()
205 | SMIX_DST_CH_CTRL_DSTFADIN_EN_SET(dst->fadein_en) in smix_mixer_config_dst_ch()
206 | SMIX_DST_CH_CTRL_DST_EN_SET(dst->channel_en); in smix_mixer_config_dst_ch()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_misc.c174 unsigned char *dst, *pat; in snd_pcm_format_set_silence() local
192 dst = data; in snd_pcm_format_set_silence()
195 memcpy(dst, pat, width); in snd_pcm_format_set_silence()
196 dst += width; in snd_pcm_format_set_silence()
203 memcpy(dst, pat, 2); in snd_pcm_format_set_silence()
204 dst += 2; in snd_pcm_format_set_silence()
209 memcpy(dst, pat, 3); in snd_pcm_format_set_silence()
210 dst += 3; in snd_pcm_format_set_silence()
215 memcpy(dst, pat, 4); in snd_pcm_format_set_silence()
216 dst += 4; in snd_pcm_format_set_silence()
[all …]
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Drpmsg.h88 uint32_t src, uint32_t dst,
129 uint32_t dst, const void *data, int size,
173 int len, uint32_t dst) in rpmsg_sendto() argument
175 return rpmsg_send_offchannel_raw(ept, ept->addr, dst, data, len, true); in rpmsg_sendto()
197 uint32_t src, uint32_t dst, in rpmsg_send_offchannel() argument
200 return rpmsg_send_offchannel_raw(ept, src, dst, data, len, true); in rpmsg_send_offchannel()
243 int len, uint32_t dst) in rpmsg_trysendto() argument
245 return rpmsg_send_offchannel_raw(ept, ept->addr, dst, data, len, false); in rpmsg_trysendto()
266 uint32_t src, uint32_t dst, in rpmsg_trysend_offchannel() argument
269 return rpmsg_send_offchannel_raw(ept, src, dst, data, len, false); in rpmsg_trysend_offchannel()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Drpmsg.h88 uint32_t src, uint32_t dst,
129 uint32_t dst, const void *data, int size,
173 int len, uint32_t dst) in rpmsg_sendto() argument
175 return rpmsg_send_offchannel_raw(ept, ept->addr, dst, data, len, true); in rpmsg_sendto()
197 uint32_t src, uint32_t dst, in rpmsg_send_offchannel() argument
200 return rpmsg_send_offchannel_raw(ept, src, dst, data, len, true); in rpmsg_send_offchannel()
243 int len, uint32_t dst) in rpmsg_trysendto() argument
245 return rpmsg_send_offchannel_raw(ept, ept->addr, dst, data, len, false); in rpmsg_trysendto()
266 uint32_t src, uint32_t dst, in rpmsg_trysend_offchannel() argument
269 return rpmsg_send_offchannel_raw(ept, src, dst, data, len, false); in rpmsg_trysend_offchannel()
/bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/cmsis/Device/RENESAS/Source/
A Dsystem.c729 uintptr_t * dst; in bsp_loader_data_init() local
736 bsp_copy_multibyte(src, dst, size); in bsp_loader_data_init()
838 *dst++ = *src++; in bsp_copy_multibyte()
930 uintptr_t * dst; in bsp_copy_to_ram() local
937 bsp_copy_multibyte(src, dst, size); in bsp_copy_to_ram()
943 bsp_copy_multibyte(src, dst, size); in bsp_copy_to_ram()
949 bsp_copy_multibyte(src, dst, size); in bsp_copy_to_ram()
956 bsp_copy_multibyte(src, dst, size); in bsp_copy_to_ram()
976 bsp_copy_multibyte(src, dst, size); in bsp_copy_to_ram()
983 bsp_copy_multibyte(src, dst, size); in bsp_copy_to_ram()
[all …]
/bsp/xuantie/virt64/c906/libcpu/
A Dstart.c17 unsigned int *dst; in init_bss() local
19 dst = &__bss_start; in init_bss()
20 while (dst < &__bss_end) in init_bss()
22 *dst++ = 0; in init_bss()
/bsp/simulator/SDL2/include/
A DSDL_surface.h103 struct SDL_Surface * dst, SDL_Rect * dstrect);
379 (SDL_Surface * surface, SDL_RWops * dst, int freedst);
724 void * dst, int dst_pitch);
776 (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);
802 (SDL_Surface * dst, const SDL_Rect * rects, int count, Uint32 color);
878 SDL_Surface * dst, SDL_Rect * dstrect);
904 SDL_Surface * dst, SDL_Rect * dstrect);
917 SDL_Surface * dst,
927 SDL_Surface * dst,
943 SDL_Surface * dst, SDL_Rect * dstrect);
[all …]
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_dma.c115 assert_param(p->dst != NULL); in dma_config_base()
140 descr->dst = p->dst; in dma_config_base()
142 descr->dst = (void *)((uint32_t)p->dst + ((p->size - 1) << (uint32_t)p->dst_inc)); in dma_config_base()
340 desc->dst = config->dst; in ald_dma_config_sg_alt_desc()
446 if (dst) { in ald_dma_restart_auto()
448 descr->dst = dst; in ald_dma_restart_auto()
483 hperh.config.dst = dst; in ald_dma_config_auto_easy()
549 if (dst) { in ald_dma_restart_basic()
551 descr->dst = dst; in ald_dma_restart_basic()
594 hperh.config.dst = dst; in ald_dma_config_basic_easy()
[all …]
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_dma.c116 assert_param(p->dst != NULL); in dma_config_base()
141 descr->dst = p->dst; in dma_config_base()
143 descr->dst = (void *)((uint32_t)p->dst + ((p->size - 1) << (uint32_t)p->dst_inc)); in dma_config_base()
354 desc->dst = config->dst; in ald_dma_config_sg_alt_desc()
460 if (dst) { in ald_dma_restart_auto()
462 descr->dst = dst; in ald_dma_restart_auto()
500 hperh.config.dst = dst; in ald_dma_config_auto_easy()
566 if (dst) { in ald_dma_restart_basic()
568 descr->dst = dst; in ald_dma_restart_basic()
613 hperh.config.dst = dst; in ald_dma_config_basic_easy()
[all …]
/bsp/avr32/software_framework/drivers/flashc/
A Dflashc.h849 extern volatile void *flashc_memset8(volatile void *dst, uint8_t src, size_t nbytes, bool erase);
875 extern volatile void *flashc_memset16(volatile void *dst, uint16_t src, size_t nbytes, bool erase);
901 extern volatile void *flashc_memset32(volatile void *dst, uint32_t src, size_t nbytes, bool erase);
927 extern volatile void *flashc_memset64(volatile void *dst, uint64_t src, size_t nbytes, bool erase);
954 #define flashc_memset(dst, src, src_width, nbytes, erase) \ argument
955 TPASTE2(flashc_memset, src_width)((dst), (src), (nbytes), (erase))
987 extern volatile void *flashc_memcpy(volatile void *dst, const void *src, size_t nbytes, bool erase);
/bsp/stm32/stm32l475-atk-pandora/board/ports/
A Ddrv_sdio_adapter.c44 void SD_LowLevel_DMA_TxConfig(uint32_t *src, uint32_t *dst, uint32_t BufferSize) in SD_LowLevel_DMA_TxConfig() argument
56 DMA2_Channel4->CPAR = (uint32_t)dst; in SD_LowLevel_DMA_TxConfig()
70 void SD_LowLevel_DMA_RxConfig(uint32_t *src, uint32_t *dst, uint32_t BufferSize) in SD_LowLevel_DMA_RxConfig() argument
84 DMA2_Channel4->CMAR = (uint32_t)dst; in SD_LowLevel_DMA_RxConfig()
160 static rt_err_t DMA_TxConfig(rt_uint32_t *src, rt_uint32_t *dst, int Size) in DMA_TxConfig() argument
162 SD_LowLevel_DMA_TxConfig((uint32_t *)src, (uint32_t *)dst, Size / 4); in DMA_TxConfig()
166 static rt_err_t DMA_RxConfig(rt_uint32_t *src, rt_uint32_t *dst, int Size) in DMA_RxConfig() argument
168 SD_LowLevel_DMA_RxConfig((uint32_t *)src, (uint32_t *)dst, Size / 4); in DMA_RxConfig()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_algo_lib/inc/
A Dn32l43x_algo_common.h70 uint32_t Cpy_U8( uint8_t *dst, uint8_t *src, uint32_t byteLen);
80 uint32_t Cpy_U32( uint32_t *dst, const uint32_t *src, uint32_t wordLen);
109 uint32_t SetZero_U8(uint8_t *dst, uint32_t byteLen);
118 uint32_t SetZero_U32(uint32_t *dst, uint32_t wordLen);
128 uint32_t ReverseBytesInWord_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_algo_lib/inc/
A Dn32g4fr_algo_common.h70 uint32_t Cpy_U8(uint8_t *dst, uint8_t *src, uint32_t byteLen);
80 uint32_t Cpy_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
109 uint32_t SetZero_U8(uint8_t *dst, uint32_t byteLen);
118 uint32_t SetZero_U32(uint32_t *dst, uint32_t wordLen);
128 uint32_t ReverseBytesInWord_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_algo_lib/inc/
A Dn32l40x_algo_common.h70 uint32_t Cpy_U8( uint8_t *dst, uint8_t *src, uint32_t byteLen);
80 uint32_t Cpy_U32( uint32_t *dst, const uint32_t *src, uint32_t wordLen);
109 uint32_t SetZero_U8(uint8_t *dst, uint32_t byteLen);
118 uint32_t SetZero_U32(uint32_t *dst, uint32_t wordLen);
128 uint32_t ReverseBytesInWord_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_algo_lib/inc/
A Dn32g45x_algo_common.h70 uint32_t Cpy_U8(uint8_t *dst, uint8_t *src, uint32_t byteLen);
80 uint32_t Cpy_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
109 uint32_t SetZero_U8(uint8_t *dst, uint32_t byteLen);
118 uint32_t SetZero_U32(uint32_t *dst, uint32_t wordLen);
128 uint32_t ReverseBytesInWord_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_algo_lib/inc/
A Dn32wb452_algo_common.h70 uint32_t Cpy_U8(uint8_t *dst, uint8_t *src, uint32_t byteLen);
80 uint32_t Cpy_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
109 uint32_t SetZero_U8(uint8_t *dst, uint32_t byteLen);
118 uint32_t SetZero_U32(uint32_t *dst, uint32_t wordLen);
128 uint32_t ReverseBytesInWord_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_algo_lib/inc/
A Dn32g43x_algo_common.h70 uint32_t Cpy_U8( uint8_t *dst, uint8_t *src, uint32_t byteLen);
80 uint32_t Cpy_U32( uint32_t *dst, const uint32_t *src, uint32_t wordLen);
109 uint32_t SetZero_U8(uint8_t *dst, uint32_t byteLen);
118 uint32_t SetZero_U32(uint32_t *dst, uint32_t wordLen);
128 uint32_t ReverseBytesInWord_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_algo_lib/inc/
A Dn32g45x_algo_common.h70 uint32_t Cpy_U8(uint8_t *dst, uint8_t *src, uint32_t byteLen);
80 uint32_t Cpy_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);
109 uint32_t SetZero_U8(uint8_t *dst, uint32_t byteLen);
118 uint32_t SetZero_U32(uint32_t *dst, uint32_t wordLen);
128 uint32_t ReverseBytesInWord_U32(uint32_t *dst, const uint32_t *src, uint32_t wordLen);

Completed in 98 milliseconds

12345678910>>...13