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:hdb_off
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
atafb.c
910
int
hdb_off
, hde_off, base_off;
in falcon_decode_var()
local
1227
hdb_off
= (base_off + 16 * plen) + prescale;
in falcon_decode_var()
1232
hdb_off
= (64 + base_off + (128 / bpp + 2) * plen) + prescale;
in falcon_decode_var()
1234
hdb_off
= (base_off + (128 / bpp + 18) * plen) + prescale;
in falcon_decode_var()
1246
par->HDB = gstart -
hdb_off
/ prescale;
in falcon_decode_var()
1374
int
hdb_off
, hde_off, base_off;
in falcon_encode_var()
local
1478
hdb_off
= (base_off + 16 * plen) + prescale;
in falcon_encode_var()
1482
hdb_off
= (64 + base_off + (128 / var->bits_per_pixel + 2) * plen)
in falcon_encode_var()
1485
hdb_off
= (base_off + (128 / var->bits_per_pixel + 18) * plen)
in falcon_encode_var()
1490
var->left_margin =
hdb_off
in falcon_encode_var()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
atafb.c
898
int
hdb_off
, hde_off, base_off;
in falcon_decode_var()
local
1208
hdb_off
= (base_off + 16 * plen) + prescale;
in falcon_decode_var()
1213
hdb_off
= (64 + base_off + (128 / bpp + 2) * plen) + prescale;
in falcon_decode_var()
1215
hdb_off
= (base_off + (128 / bpp + 18) * plen) + prescale;
in falcon_decode_var()
1227
par->HDB = gstart -
hdb_off
/ prescale;
in falcon_decode_var()
1355
int
hdb_off
, hde_off, base_off;
in falcon_encode_var()
local
1459
hdb_off
= (base_off + 16 * plen) + prescale;
in falcon_encode_var()
1463
hdb_off
= (64 + base_off + (128 / var->bits_per_pixel + 2) * plen)
in falcon_encode_var()
1466
hdb_off
= (base_off + (128 / var->bits_per_pixel + 18) * plen)
in falcon_encode_var()
1471
var->left_margin =
hdb_off
in falcon_encode_var()
[all...]
Completed in 7 milliseconds