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:puc_origin_data
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_mem.c
280
mem->
puc_origin_data
= puc_base_addr; /* 建立oal_mem_st与对应payload的关系 */
in oal_mem_create_subpool()
281
mem->puc_data = mem->
puc_origin_data
;
in oal_mem_create_subpool()
352
mem->puc_data = mem->
puc_origin_data
+ OAL_MEM_INFO_SIZE;
in oal_mem_alloc()
462
mem->puc_data = mem->
puc_origin_data
;
in oal_mem_alloc_enhanced()
H
A
D
oal_mem.h
215
hi_u8 *
puc_origin_data
; /* 记录数据的原始指针 */
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H
A
D
frw_event.c
237
dog_tag = (*((hi_u32 *)(event_mem->
puc_origin_data
+ event_mem->us_len - OAL_DOG_TAG_SIZE)));
in frw_event_dispatch_event()
Completed in 4 milliseconds