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:VALID_BPP
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
s3c-fb.c
58
#define
VALID_BPP
(x) (1 << ((x) - 1))
macro
228
return win->variant.valid_bpp &
VALID_BPP
(bpp);
in s3c_fb_validate_win_bpp()
1655
#define VALID_BPP124 (
VALID_BPP
(1) |
VALID_BPP
(2) |
VALID_BPP
(4))
1656
#define VALID_BPP1248 (VALID_BPP124 |
VALID_BPP
(8))
1663
.valid_bpp = (VALID_BPP1248 |
VALID_BPP
(16) |
1664
VALID_BPP
(18) |
VALID_BPP
(24)),
1672
.valid_bpp = (VALID_BPP1248 |
VALID_BPP
(1
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
s3c-fb.c
58
#define
VALID_BPP
(x) (1 << ((x) - 1))
macro
229
return win->variant.valid_bpp &
VALID_BPP
(bpp);
in s3c_fb_validate_win_bpp()
1648
#define VALID_BPP124 (
VALID_BPP
(1) |
VALID_BPP
(2) |
VALID_BPP
(4))
1649
#define VALID_BPP1248 (VALID_BPP124 |
VALID_BPP
(8))
1656
.valid_bpp = (VALID_BPP1248 |
VALID_BPP
(16) |
1657
VALID_BPP
(18) |
VALID_BPP
(24)),
1665
.valid_bpp = (VALID_BPP1248 |
VALID_BPP
(1
[all...]
Completed in 5 milliseconds