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:hdec
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H
A
D
matroxfb_maven.c
830
int
hdec
;
in maven_compute_timming()
local
839
hdec
= 94208 / (mt->HTotal);
in maven_compute_timming()
841
hdec
= 0x81;
in maven_compute_timming()
842
if (
hdec
> 0x81)
in maven_compute_timming()
843
hdec
= 0x81;
in maven_compute_timming()
844
if (
hdec
< 0x41)
in maven_compute_timming()
845
hdec
= 0x41;
in maven_compute_timming()
846
hdec
--;
in maven_compute_timming()
847
hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) *
hdec
);
in maven_compute_timming()
857
94208 /
hdec
in maven_compute_timming()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H
A
D
matroxfb_maven.c
830
int
hdec
;
in maven_compute_timming()
local
839
hdec
= 94208 / (mt->HTotal);
in maven_compute_timming()
841
hdec
= 0x81;
in maven_compute_timming()
842
if (
hdec
> 0x81)
in maven_compute_timming()
843
hdec
= 0x81;
in maven_compute_timming()
844
if (
hdec
< 0x41)
in maven_compute_timming()
845
hdec
= 0x41;
in maven_compute_timming()
846
hdec
--;
in maven_compute_timming()
847
hlen = 98304 - 128 - ((lmargin + mt->HDisplay - 8) *
hdec
);
in maven_compute_timming()
857
94208 /
hdec
in maven_compute_timming()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_p9_entry.c
538
s64
hdec
, dec;
in kvmhv_vcpu_entry_p9()
local
554
hdec
= time_limit - *tb;
in kvmhv_vcpu_entry_p9()
555
if (
hdec
< 0)
in kvmhv_vcpu_entry_p9()
709
mtspr(SPRN_HDEC,
hdec
);
in kvmhv_vcpu_entry_p9()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_hv.c
3453
s64
hdec
;
in kvmhv_load_hv_regs_and_go()
local
3470
hdec
= time_limit - mftb();
in kvmhv_load_hv_regs_and_go()
3471
if (
hdec
< 0) {
in kvmhv_load_hv_regs_and_go()
3476
mtspr(SPRN_HDEC,
hdec
);
in kvmhv_load_hv_regs_and_go()
Completed in 10 milliseconds