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:ow
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_workqueue.c
71
struct osal_work_struct *
ow
= osal_find_work(work);
in osal_work_func()
local
72
if ((
ow
!= NULL) && (
ow
->func != NULL)) {
in osal_work_func()
73
ow
->func(
ow
);
in osal_work_func()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_workqueue.c
83
osal_workqueue *
ow
= osal_find_work(work);
in osal_work_handler()
local
84
if ((
ow
!= NULL) && (
ow
->handler != NULL)) {
in osal_work_handler()
85
ow
->handler(
ow
);
in osal_work_handler()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/
H
A
D
vou_reg.h
748
unsigned int
ow
: 16; /* [15..0] */
member
1630
unsigned int
ow
: 16; /* [15..0] */
member
1970
unsigned int
ow
: 16; /* [15..0] */
member
2422
unsigned int
ow
: 16; /* [15..0] */
member
2742
unsigned int
ow
: 16; /* [15..0] */
member
2883
unsigned int
ow
: 16; /* [15..0] */
member
3299
unsigned int
ow
: 12; /* [11..0] */
member
3384
unsigned int
ow
: 12; /* [11..0] */
member
3535
unsigned int
ow
: 12; /* [11..0] */
member
3776
unsigned int
ow
member
4177
unsigned int
ow
: 12; /* [11..0] */
global()
member
4235
unsigned int
ow
: 16; /* [15..0] */
global()
member
8141
unsigned int
ow
: 12; /* [11..0] */
global()
member
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H
A
D
hifb_reg.h
451
unsigned int
ow
: 16; /* [15..0] */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/
H
A
D
tde_adp.h
784
hi_u32
ow
: 16; /* [15..0] */
member
1094
hi_u32
ow
: 16; /* [15..0] */
member
H
A
D
tde_hal_k.c
2101
node->src1_zmeoreso.bits.
ow
= out_rect->width - 1;
in tde_hal_calc_src1_set_zme()
2350
node->src2_zmeoreso.bits.
ow
= rect_opt->out_rect->width - 1;
in tde_hal_calc_src2_filter_opt()
H
A
D
tde_osictl_k.c
1831
slice_data->zme_ow = child_node->src1_zmeoreso.bits.
ow
+ 1;
in tde_osi_init_slice_data()
1846
slice_data->zme_ow = child_node->src2_zmeoreso.bits.
ow
+ 1;
in tde_osi_init_slice_data()
1997
child_node->src1_zmeoreso.bits.
ow
= slice_data->slice_wo;
in tde_osi_calc_slice_node()
2008
child_node->src2_zmeoreso.bits.
ow
= slice_data->slice_wo;
in tde_osi_calc_slice_node()
Completed in 47 milliseconds