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:mydepth
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
264
int
mydepth
= screen_info.lfb_depth;
in sisfb_get_vga_mode_from_kernel()
local
270
(
mydepth
>= 8) && (
mydepth
<= 32) ) {
in sisfb_get_vga_mode_from_kernel()
272
if(
mydepth
== 24)
mydepth
= 32;
in sisfb_get_vga_mode_from_kernel()
276
mydepth
);
in sisfb_get_vga_mode_from_kernel()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
265
int
mydepth
= screen_info.lfb_depth;
in sisfb_get_vga_mode_from_kernel()
local
271
(
mydepth
>= 8) && (
mydepth
<= 32) ) {
in sisfb_get_vga_mode_from_kernel()
273
if(
mydepth
== 24)
mydepth
= 32;
in sisfb_get_vga_mode_from_kernel()
277
mydepth
);
in sisfb_get_vga_mode_from_kernel()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
sleepgraph.py
2397
mydepth
= -1
2402
if
mydepth
< 0:
2404
mydepth
= l.depth
2406
elif l.depth ==
mydepth
and l.name == 'mutex_unlock' and l.fcall:
2409
l.depth -=
mydepth
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
sleepgraph.py
2585
mydepth
= -1
2590
if
mydepth
< 0:
2592
mydepth
= l.depth
2594
elif l.depth ==
mydepth
and l.name == 'mutex_unlock' and l.fcall:
2597
l.depth -=
mydepth
Completed in 32 milliseconds