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:u32Mask
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/
H
A
D
sample_svp_nnie_software.h
79
HI_U32
u32Mask
;
member
H
A
D
sample_svp_nnie_software.c
2045
if (pstBbox[i].
u32Mask
== 0) {
in SVP_NNIE_Yolov2_NonMaxSuppression()
2048
if (pstBbox[j].
u32Mask
== 0) {
in SVP_NNIE_Yolov2_NonMaxSuppression()
2051
pstBbox[j].
u32Mask
= 1;
in SVP_NNIE_Yolov2_NonMaxSuppression()
2168
pstBox[u32BoxsNum].
u32Mask
= 0;
in SVP_NNIE_Yolov2_GetResult()
2185
if ((pstBox[n].
u32Mask
== 0) && (i == pstBox[n].u32ClassIdx)) {
in SVP_NNIE_Yolov2_GetResult()
2316
pstBbox[u32BboxNum].
u32Mask
= 0;
in SVP_NNIE_Yolov3_GetResult()
2336
if ((pstBbox[j].
u32Mask
== 0) && (i == pstBbox[j].u32ClassIdx) && (u32ClassRoiNum < u32MaxRoiNum)) {
in SVP_NNIE_Yolov3_GetResult()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
5421
layer_info->
u32Mask
= HIFB_LAYERMASK_BUTT;
7615
if (!(layer_info->
u32Mask
& HIFB_LAYERMASK_CANVASSIZE)) {
7916
if (layer_info->
u32Mask
& HIFB_LAYERMASK_BUFMODE) {
7925
if (layer_info->
u32Mask
& HIFB_LAYERMASK_ANTIFLICKER_MODE) {
7934
if (layer_info->
u32Mask
& HIFB_LAYERMASK_DISPSIZE) {
7942
if (layer_info->
u32Mask
& HIFB_LAYERMASK_SCREENSIZE) {
7951
if (layer_info->
u32Mask
& HIFB_LAYERMASK_BMUL) {
7969
if ((layer_info->
u32Mask
& HIFB_LAYERMASK_DISPSIZE) &&
7970
(layer_info->
u32Mask
& HIFB_LAYERMASK_SCREENSIZE)) {
7982
if (layer_info->
u32Mask
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
363
HI_U32
u32Mask
; /* param modify mask bit */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hifb.h
338
HI_U32
u32Mask
; /* param modify mask bit */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hifb.h
343
HI_U32
u32Mask
; /* param modify mask bit */
member
Completed in 27 milliseconds