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:stack_mem
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_mem.c
239
oal_mem_stru **
stack_mem
= HI_NULL;
in oal_mem_create_subpool()
local
245
stack_mem
= (oal_mem_stru **)oal_mem_ctrl_blk_alloc(sizeof(oal_mem_stru *) * mem_pool->us_mem_total_cnt);
in oal_mem_create_subpool()
246
if (
stack_mem
== HI_NULL) {
in oal_mem_create_subpool()
259
memset_s(
stack_mem
, sizeof(oal_mem_stru *) * mem_pool->us_mem_total_cnt, 0,
in oal_mem_create_subpool()
272
mem_subpool->free_stack = (hi_void **)
stack_mem
;
in oal_mem_create_subpool()
282
*
stack_mem
= mem;
in oal_mem_create_subpool()
283
stack_mem
++;
in oal_mem_create_subpool()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
netcfg_sample.c
91
attr.
stack_mem
= NULL;
in LedInit()
269
attr.
stack_mem
= NULL;
in CreateCfgNetTask()
368
attr.
stack_mem
= NULL;
in SampleBiz()
H
A
D
network_config_sample.c
118
attr.
stack_mem
= NULL;
in LedInit()
209
attr.
stack_mem
= NULL;
in WifiConnectionChangedHandler()
295
attr.
stack_mem
= NULL;
in CreateCfgNetTask()
540
attr.
stack_mem
= NULL;
in NetCfgSampleBiz()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H
A
D
cmsis_os2.h
436
void *
stack_mem
;
member
Completed in 4 milliseconds