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:us_size
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_main.c
62
ast_event_cfg[0].
us_size
= WLAN_MEM_EVENT_SIZE1 + mem_dog_size;
in oal_main_init_mem_pool_cfg()
63
ast_event_cfg[1].
us_size
= WLAN_MEM_EVENT_SIZE2 + mem_dog_size;
in oal_main_init_mem_pool_cfg()
74
ast_local_cfg[loop].
us_size
= ast_base_cfg[loop].
us_size
;
in oal_main_init_mem_pool_cfg()
H
A
D
oal_mem.c
184
cfg[loop].
us_size
= subpool_cfg[loop].
us_size
;
in oal_mem_set_subpool_config()
312
mem_pool->us_max_byte_len = mem_pool_cfg->subpool_cfg_info[subpool_cnt - 1].
us_size
;
in oal_mem_create_pool()
326
mem_subpool->us_len = mem_subpool_cfg->
us_size
;
in oal_mem_create_pool()
528
hi_u16
us_size
;
in oal_mem_get_total_bytes_in_pool()
local
537
us_size
= mem_subpool_cfg[subpool_idx].
us_size
;
in oal_mem_get_total_bytes_in_pool()
539
total_bytes +=
us_size
* us_cnt;
in oal_mem_get_total_bytes_in_pool()
H
A
D
oal_mem.h
262
hi_u16
us_size
; /* 本子内存池内存块大小 */
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_11d.c
336
hi_u16
us_size
= (hi_u16)sizeof(mac_regdomain_info_stru);
in wal_regdomain_update()
local
337
mac_regdomain_info_stru *mac_regdom = oal_mem_alloc(OAL_MEM_POOL_ID_LOCAL,
us_size
);
in wal_regdomain_update()
Completed in 3 milliseconds