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:filesize
(Results
1 - 5
of
5
) sorted by relevance
/device/board/hisilicon/hispark_taurus/uboot/secureboot_ohos/
H
A
D
sec_os.sh
58
filesize
=`wc -c < rsa_public_key_2048.der`
60
a=$(($
filesize
% 16))
72
filesize
=`wc -c < rsa_public_key_16byte_alig.bin`
76
all_len=$[
filesize
+all_len];
96
x509_len=$
filesize
128
filesize
=`wc -c < $bin_name`
129
filesize
=$(dec2hex $
filesize
)
130
filesize
=$(h2nl $
filesize
)
[all...]
/device/board/hisilicon/hispark_aries/uboot/secureboot_ohos/
H
A
D
sec_os.sh
58
filesize
=`wc -c < rsa_public_key_2048.der`
60
a=$(($
filesize
% 16))
72
filesize
=`wc -c < rsa_public_key_16byte_alig.bin`
76
all_len=$[
filesize
+all_len];
96
x509_len=$
filesize
128
filesize
=`wc -c < $bin_name`
129
filesize
=$(dec2hex $
filesize
)
130
filesize
=$(h2nl $
filesize
)
[all...]
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/
H
A
D
create_secure_boot.sh
118
filesize
=`wc -c < all.bin`
119
if [ $
filesize
== 512 ];then
122
echo RSA_PUB file_size = $
filesize
126
echo RSA_PUB file_size = $
filesize
140
filesize
=`wc -c < $ddr_init_file`
142
echo $ddr_init_file dec_size = $
filesize
143
a=$(($
filesize
% 16))
154
filesize
=`wc -c < ddr_16byte_alig.bin`
155
echo ddr_16byte_alig.bin dec_size = $
filesize
158
a=$(dec2hex $
filesize
)
[all...]
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/
H
A
D
create_secure_boot.sh
76
filesize
=`wc -c < all.bin`
77
if [ $
filesize
== 512 ];then
80
echo RSA_PUB file_size = $
filesize
84
echo RSA_PUB file_size = $
filesize
98
filesize
=`wc -c < $ddr_init_file`
100
echo $ddr_init_file dec_size = $
filesize
101
a=$(($
filesize
% 16))
112
filesize
=`wc -c < ddr_16byte_alig.bin`
113
echo ddr_16byte_alig.bin dec_size = $
filesize
116
a=$(dec2hex $
filesize
)
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H
A
D
mkbootimg
27
def
filesize
(f):
function
40
sha.update(pack('I',
filesize
(f)))
58
num_kernel_pages = get_number_of_pages(
filesize
(args.kernel), args.pagesize)
59
num_ramdisk_pages = get_number_of_pages(
filesize
(args.ramdisk), args.pagesize)
60
num_second_pages = get_number_of_pages(
filesize
(args.second), args.pagesize)
73
filesize
(args.kernel), # kernel size in bytes
74
filesize
(args.ramdisk), # ramdisk size in bytes
95
filesize
(args.vendor_ramdisk))) # vendor ramdisk size in bytes
100
if
filesize
(args.dtb) == 0:
102
args.vendor_boot.write(pack('I',
filesize
(arg
[all...]
Completed in 2 milliseconds