Home
last modified time | relevance | path

Searched refs:bs (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_utils.py126 bs = kw.get('bs', 1024)
140 append_len = count*bs
144 new_len = seek*bs + append_len
150 img_data[seek*bs : new_len] = data[0 : append_len]
156 src.seek(skip*bs)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_utils.py126 bs = kw.get('bs', 1024)
140 append_len = count*bs
144 new_len = seek*bs + append_len
150 img_data[seek*bs : new_len] = data[0 : append_len]
156 src.seek(skip*bs)
/device/qemu/drivers/virtio/
H A Dvirtblock.c89 uint32_t bs; in Feature0() local
98 bs = conf->blkSize; in Feature0()
99 if ((bs >= MMC_SEC_SIZE) && (bs <= FAT32_MAX_CLUSTER_SECS * MMC_SEC_SIZE) && in Feature0()
100 ((bs & (bs - 1)) == 0)) { in Feature0()
101 blk->blkSize = bs; in Feature0()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/
H A Dcreate_secure_boot.sh110 dd if=./private.bin of=./fb1 bs=1 skip=33 count=256
115 dd if=./private.bin of=./fb3 bs=1 skip=291 count=3
286 dd if=./u-boot-rsa2048.bin of=rsa2048pem/rsa_pub_2048.bin bs=1 skip=16 count=512
310 dd if=./private_4096.bin of=./fb1 bs=1 skip=33 count=512
315 dd if=./private_4096.bin of=./fb3 bs=1 skip=547 count=3
485 dd if=./u-boot-rsa4096.bin of=rsa4096pem/rsa_pub_4096.bin bs=1 skip=16 count=1024
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H A Dcreate_secure_boot.sh68 dd if=./private.bin of=./fb1 bs=1 skip=33 count=256
73 dd if=./private.bin of=./fb3 bs=1 skip=291 count=3
244 dd if=./u-boot-rsa2048.bin of=rsa2048pem/rsa_pub_2048.bin bs=1 skip=16 count=512
263 dd if=./private_4096.bin of=./fb1 bs=1 skip=33 count=512
268 dd if=./private_4096.bin of=./fb3 bs=1 skip=547 count=3
438 dd if=./u-boot-rsa4096.bin of=rsa4096pem/rsa_pub_4096.bin bs=1 skip=16 count=1024
/device/soc/hisilicon/hi3861v100/sdk_liteos/
H A Dnon_factory.mk84 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME).bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base.bin seek=0 count=278 bs=1K
85 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME).bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_kernel.bin skip=278 bs=1K
92 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_$(X).bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base_$(X).bin seek=0 count=278 bs=1K; \
93 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_$(X).bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_kernel_$(X).bin skip=278 bs=1K; )
H A Dfactory.mk81 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_factory.bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_base_factory.bin seek=0 count=278 bs=1K;
82 dd if=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_factory.bin of=$(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_kernel_factory.bin skip=278 bs=1K
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dasn1.h241 * \param bs The variable that will receive the value
246 mbedtls_asn1_bitstring *bs);
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dmkimg141 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkimg140 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1

Completed in 5 milliseconds