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:cnt_max
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H
A
D
upg_start_up.c
57
cfg->
cnt_max
= UPG_MAX_BACKUP_CNT;
in upg_get_start_up_nv()
67
cfg->
cnt_max
= UPG_MAX_BACKUP_CNT;
in upg_get_start_up_nv()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H
A
D
boot_start.c
170
if ((cfg->
cnt_max
> 0) && (cfg->mode == HI_UPG_MODE_UPGRADE)) {
in execute_upg_boot()
172
if (cfg->reset_cnt >= cfg->
cnt_max
) {
in execute_upg_boot()
H
A
D
boot_upg_start_up.h
36
hi_u8
cnt_max
; /* the maximum number of restarts (default value : 3) */
member
H
A
D
boot_upg_start_up.c
31
cfg->
cnt_max
= UPG_MAX_BACKUP_CNT;
in boot_upg_set_default_cfg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/config/nv/
H
A
D
hi_ft_nv.h
36
hi_u8
cnt_max
; /* the maximum number of restarts (default value : 3) */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/
H
A
D
load_crypto.h
66
hi_u8
cnt_max
; /* the maximum number of restarts (default value : 3) */
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
bcmutils.c
1652
int i, i_max = -1, cnt = 0,
cnt_max
= 1;
in bcm_ipv6_ntoa()
local
1658
if (cnt >
cnt_max
) {
in bcm_ipv6_ntoa()
1659
cnt_max
= cnt;
in bcm_ipv6_ntoa()
1666
if (cnt >
cnt_max
) {
in bcm_ipv6_ntoa()
1667
cnt_max
= cnt;
in bcm_ipv6_ntoa()
1672
((
cnt_max
== 4 && a[4] == 0xffff && a[5] == 0) ||
in bcm_ipv6_ntoa()
1674
(
cnt_max
== 5 && a[5] == 0xffff)))
in bcm_ipv6_ntoa()
1683
i +=
cnt_max
- 1;
in bcm_ipv6_ntoa()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
H
A
D
crypto.c
184
((cfg->reset_cnt >= 1) && (cfg->reset_cnt < cfg->
cnt_max
))) {
in is_upg_need_crypto()
Completed in 9 milliseconds