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:total_num
(Results
1 - 20
of
20
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/
H
A
D
hi_nvm.c
90
if (nv_head->
total_num
>= NV_TOTAL_MAX_NUM) {
in nv_check_file()
105
hi_u16
total_num
;
in nv_find_item()
local
108
total_num
= g_s_nv_ctrl[nv_type].
total_num
;
in nv_find_item()
112
total_num
= nv_head->
total_num
;
in nv_find_item()
116
for (hi_u32 i = 0; i <
total_num
; i++) {
in nv_find_item()
145
hi_u32 index_size = sizeof(hi_nv_item_index) * nv_ctrl->
total_num
;
in nv_init_index()
204
nv_ctrl->
total_num
= nv_head->
total_num
;
in nv_init_common()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
H
A
D
hi_nvm.c
90
if (nv_head->
total_num
>= NV_TOTAL_MAX_NUM) {
in nv_check_file()
105
hi_u16
total_num
;
in nv_find_item()
local
108
total_num
= g_s_nv_ctrl[nv_type].
total_num
;
in nv_find_item()
112
total_num
= nv_head->
total_num
;
in nv_find_item()
116
for (hi_u32 i = 0; i <
total_num
; i++) {
in nv_find_item()
146
hi_u32 index_size = sizeof(hi_nv_item_index) * nv_ctrl->
total_num
;
in nv_init_index()
205
nv_ctrl->
total_num
= nv_head->
total_num
;
in nv_init_common()
[all...]
H
A
D
hi_nvm.h
44
hi_u16
total_num
;
member
69
hi_u16
total_num
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/include/
H
A
D
hi_nvm.h
36
hi_u16
total_num
;
member
61
hi_u16
total_num
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_nvm.h
43
hi_u16
total_num
;
member
68
hi_u16
total_num
;
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
H
A
D
hdmi_hal_ddc.c
390
tmp->run.
total_num
= 0;
in ddc_reset()
457
tmp->run.
total_num
= 0;
in hal_hdmi_ddc_init()
489
if (tmp->run.
total_num
<= DDC_MAX_RECORD_NUM) {
in hal_hdmi_ddc_issue()
490
tmp->run.
total_num
++;
in hal_hdmi_ddc_issue()
H
A
D
hdmi_hal_ddc.h
107
hi_u32
total_num
; /* total record size, max value is DDC_MAX_RECORD_NUM */
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_memory_block_alloc.h
33
u32
total_num
; /* Number of total pages */
member
H
A
D
mali_memory_block_alloc.c
82
info->
total_num
= num_blocks;
in mali_mem_block_allocator_create()
357
return (allocator->
total_num
- atomic_read(&allocator->free_num)) * MALI_OSK_MALI_PAGE_SIZE;
in mali_mem_block_allocator_stat()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_memory_block_alloc.h
34
u32
total_num
; /* Number of total pages*/
member
H
A
D
mali_memory_block_alloc.c
85
info->
total_num
= num_blocks;
in mali_mem_block_allocator_create()
361
return (allocator->
total_num
- atomic_read(&allocator->free_num)) * _MALI_OSK_MALI_PAGE_SIZE;
in mali_mem_block_allocator_stat()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H
A
D
stats.c
51
u32
total_num
= readl(base + RKISPP_ORB_TOTAL_NUM);
in rkispp_stats_frame_end()
local
59
cur_stat_buf->
total_num
=
total_num
;
in rkispp_stats_frame_end()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H
A
D
stats.c
49
u32
total_num
= readl(base + RKISPP_ORB_TOTAL_NUM);
in rkispp_stats_frame_end()
local
57
cur_stat_buf->
total_num
=
total_num
;
in rkispp_stats_frame_end()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rkispp-config.h
358
u32
total_num
__attribute__((aligned(4)));
member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rkispp-config.h
365
u32
total_num
__attribute__((aligned(4)));
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
dmac_ext_if.h
377
hi_u32
total_num
; /* 总数 */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H
A
D
build_nv.py
57
("
total_num
", HI_U16),
208
nv_file_st.
total_num
= nv_total_num
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H
A
D
build_nv.py
57
("
total_num
", HI_U16),
208
nv_file_st.
total_num
= nv_total_num
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H
A
D
hi_comm_isp_adapt.h
2022
hi_u32
total_num
; /* RW; Range:[0, 0x10]; Format:8.0; total node number of AE route */
member
2042
hi_u32
total_num
; /* RW; Range:[0, 0x10]; Format:8.0; total node number of extend AE route */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H
A
D
hi_comm_isp_adapt.h
2022
hi_u32
total_num
; /* RW; Range:[0, 0x10]; Format:8.0; total node number of AE route */
member
2042
hi_u32
total_num
; /* RW; Range:[0, 0x10]; Format:8.0; total node number of extend AE route */
member
Completed in 30 milliseconds