Searched refs:dst_size (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
H A D | boot_upg_tool.h | 24 hi_u32 boot_upg_copy_flash_2_flash(hi_u32 src_addr, hi_u32 src_size, hi_u32 dst_addr, hi_u32 dst_size, hi_bool comprss);
|
H A D | boot_upg_tool.c | 106 hi_u32 boot_upg_copy_flash_2_flash(hi_u32 src_addr, hi_u32 src_size, hi_u32 dst_addr, hi_u32 dst_size, hi_bool comprss) in boot_upg_copy_flash_2_flash() argument 115 boot_msg4("src-size-dst-size", src_addr, src_size, dst_addr, dst_size); in boot_upg_copy_flash_2_flash()
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
H A D | hks_mac_test.c | 50 static int32_t BufferToAscii(uint8_t* src, uint32_t src_size, char* dst, uint32_t* dst_size) in BufferToAscii() argument 53 if (*dst_size < ascii_len) { in BufferToAscii() 63 *dst_size = ascii_len; in BufferToAscii()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_drv.c | 1835 int src_size, dst_size, src_order, dst_order;
in rga2_slt() local 1850 dst_size = dstW * dstH * 0x4;
in rga2_slt() 1859 dst_order = get_order(dst_size);
in rga2_slt() 1884 memset(dst_vir, 0x50, dst_size);
in rga2_slt() 1887 rga2_dma_flush_range(dst_vir, dst_vir + dst_size);
in rga2_slt() 1921 for (i = 0; i < dst_size / 0x4; i++) {
in rga2_slt()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_common.c | 5385 wl_iw_parse_data_tlv(char** list_str, void *dst, int dst_size, const char token, in wl_iw_parse_data_tlv() argument 5399 memset(dst, 0, dst_size); in wl_iw_parse_data_tlv()
|
H A D | wl_cfg80211.c | 795 static s32 wl_cp_ie(struct bcm_cfg80211 *cfg, u8 *dst, u16 dst_size); 19753 static s32 wl_cp_ie(struct bcm_cfg80211 *cfg, u8 *dst, u16 dst_size) in wl_cp_ie() argument 19758 if (unlikely(ie->offset > dst_size)) { in wl_cp_ie() 19759 WL_ERR(("dst_size is not enough\n")); in wl_cp_ie()
|
Completed in 42 milliseconds