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:u32Id
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/include/
H
A
D
hi_comm_sys.h
171
HI_U32
u32Id
[HI_UNIQUE_ID_NUM];
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_comm_sys.h
168
HI_U32
u32Id
[HI_UNIQUE_ID_NUM];
member
H
A
D
hi_comm_aio.h
225
HI_U32
u32Id
; /* frame id */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_comm_sys.h
168
HI_U32
u32Id
[HI_UNIQUE_ID_NUM];
member
H
A
D
hi_comm_aio.h
225
HI_U32
u32Id
; /* frame id */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/
H
A
D
sample_svp_nnie_software.c
393
HI_U32
u32Id
= 0;
in SVP_NNIE_Cnn_GetTopN()
local
407
u32Id
= i;
in SVP_NNIE_Cnn_GetTopN()
411
if (pstTmpBuf[
u32Id
].u32Confidence < pstTmpBuf[j].u32Confidence) {
in SVP_NNIE_Cnn_GetTopN()
412
u32Id
= j;
in SVP_NNIE_Cnn_GetTopN()
416
stTmp.u32ClassId = pstTmpBuf[
u32Id
].u32ClassId;
in SVP_NNIE_Cnn_GetTopN()
417
stTmp.u32Confidence = pstTmpBuf[
u32Id
].u32Confidence;
in SVP_NNIE_Cnn_GetTopN()
419
if (i !=
u32Id
) {
in SVP_NNIE_Cnn_GetTopN()
420
pstTmpBuf[
u32Id
].u32ClassId = pstTmpBuf[i].u32ClassId;
in SVP_NNIE_Cnn_GetTopN()
421
pstTmpBuf[
u32Id
].u32Confidence = pstTmpBuf[i].u32Confidence;
in SVP_NNIE_Cnn_GetTopN()
Completed in 12 milliseconds