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:CLIP
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga_drv.h
97
#ifndef
CLIP
98
#define
CLIP
(x, a, b) (((x) < (a)) \
macro
/device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/
H
A
D
vpu_macro.h
144
#define
CLIP
(X, AMIN, AMAX) (((X) < (AMIN)) ? (AMIN) : ((X) > (AMAX)) ? (AMAX) : (X))
macro
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H
A
D
rga2_reg_info.h
19
#ifndef
CLIP
20
#define
CLIP
(x, a, b) ((x) < (a)) ? (a) : (((x) > (b)) ? (b) : (x))
macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/
H
A
D
tde_adp.h
3147
#define
CLIP
(0x1 << 5) /* Clip */
macro
3166
(ALPHABLEND | CLUT | COLORKEY | COLORIZE | RESIZE |
CLIP
| MIRROR | CSCCOVERT | QUICKFILL | QUICKCOPY | \
3170
(ALPHABLEND | CLUT | COLORKEY | DEFLICKER | COLORIZE | RESIZE |
CLIP
| MIRROR | CSCCOVERT | QUICKFILL | \
H
A
D
tde_hal_k.c
2057
if (!(capability &
CLIP
)) {
in tde_hal_node_set_clipping()
Completed in 27 milliseconds