Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bs
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H
A
D
scons_utils.py
126
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
D
scons_utils.py
126
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
D
virtblock.c
89
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
D
create_secure_boot.sh
110
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
D
create_secure_boot.sh
68
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
D
non_factory.mk
84
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
D
factory.mk
81
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
D
asn1.h
241
* \param
bs
The variable that will receive the value
246
mbedtls_asn1_bitstring *
bs
);
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
mkimg
141
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
D
mkimg
140
dd if=${ITB} of=${OUT}/${NAME}
bs
=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
Completed in 6 milliseconds