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:exp_offset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H
A
D
custom_float.c
36
uint32_t
exp_offset
= (1 << (format->exponenta_bits - 1)) - 1;
in build_custom_float()
local
77
if (
exp_offset
<= i) {
in build_custom_float()
83
*exponenta =
exp_offset
- i;
in build_custom_float()
96
*exponenta =
exp_offset
+ i - 1;
in build_custom_float()
98
*exponenta =
exp_offset
;
in build_custom_float()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H
A
D
custom_float.c
36
uint32_t
exp_offset
= (1 << (format->exponenta_bits - 1)) - 1;
in build_custom_float()
local
77
if (
exp_offset
<= i) {
in build_custom_float()
83
*exponenta =
exp_offset
- i;
in build_custom_float()
96
*exponenta =
exp_offset
+ i - 1;
in build_custom_float()
98
*exponenta =
exp_offset
;
in build_custom_float()
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H
A
D
esas2r_main.c
764
if (likely(sgc->cur_offset == sgc->
exp_offset
)) {
in get_physaddr_from_sgc()
772
if (sgc->
exp_offset
> (u8 *)0) {
in get_physaddr_from_sgc()
783
sgc->
exp_offset
+= len;
in get_physaddr_from_sgc()
788
} else if (sgc->cur_offset < sgc->
exp_offset
) {
in get_physaddr_from_sgc()
797
sgc->
exp_offset
-= len;
in get_physaddr_from_sgc()
801
(sgc->cur_offset - sgc->
exp_offset
);
in get_physaddr_from_sgc()
803
sgc->
exp_offset
+= len;
in get_physaddr_from_sgc()
807
sgc->
exp_offset
- sgc->cur_offset);
in get_physaddr_from_sgc()
808
} else { /* if ( sgc->cur_offset > sgc->
exp_offset
) */
in get_physaddr_from_sgc()
865
sgc.
exp_offset
in esas2r_queuecommand()
[all...]
H
A
D
esas2r.h
621
u8 *
exp_offset
;
member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H
A
D
esas2r_main.c
766
if (likely(sgc->cur_offset == sgc->
exp_offset
)) {
in get_physaddr_from_sgc()
774
if (sgc->
exp_offset
> (u8 *)0) {
in get_physaddr_from_sgc()
785
sgc->
exp_offset
+= len;
in get_physaddr_from_sgc()
790
} else if (sgc->cur_offset < sgc->
exp_offset
) {
in get_physaddr_from_sgc()
799
sgc->
exp_offset
-= len;
in get_physaddr_from_sgc()
803
(sgc->cur_offset - sgc->
exp_offset
);
in get_physaddr_from_sgc()
805
sgc->
exp_offset
+= len;
in get_physaddr_from_sgc()
809
sgc->
exp_offset
- sgc->cur_offset);
in get_physaddr_from_sgc()
810
} else { /* if ( sgc->cur_offset > sgc->
exp_offset
) */
in get_physaddr_from_sgc()
867
sgc.
exp_offset
in esas2r_queuecommand()
[all...]
H
A
D
esas2r.h
621
u8 *
exp_offset
;
member
Completed in 11 milliseconds