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
defs:modeval
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
rt4803.c
41
unsigned int
modeval
;
in rt4803_set_mode()
local
62
unsigned int
modeval
;
in rt4803_get_mode()
local
/kernel/linux/linux-5.10/drivers/net/bonding/
H
A
D
bond_options.c
592
const struct bond_opt_value *
modeval
;
in bond_opt_dep_print()
local
/third_party/astc-encoder/Source/
H
A
D
astcenc_color_unquantize.cpp
302
int
modeval
= ((v0 & 0xC0) >> 6) | (((v1 & 0x80) >> 7) << 2) | (((v2 & 0x80) >> 7) << 3);
in hdr_rgbo_unpack()
local
456
int
modeval
= ((v1 & 0x80) >> 7) | (((v2 & 0x80) >> 7) << 1) | (((v3 & 0x80) >> 7) << 2);
in hdr_rgb_unpack()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H
A
D
astc_color_unquantize.cpp
365
int
modeval
= ((v0 & 0xC0) >> 6) | (((v1 & 0x80) >> 7) << 2) | (((v2 & 0x80) >> 7) << 3);
in hdr_rgbo_unpack3()
local
513
int
modeval
= ((v1 & 0x80) >> 7) | (((v2 & 0x80) >> 7) << 1) | (((v3 & 0x80) >> 7) << 2);
in hdr_rgb_unpack3()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/bonding/
H
A
D
bond_options.c
657
const struct bond_opt_value *
modeval
;
in bond_opt_dep_print()
local
Completed in 7 milliseconds