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:U642I64
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_property.c
892
int64_t svalue =
U642I64
(value);
in drm_property_change_valid_get()
894
if (svalue <
U642I64
(property->values[0]) ||
in drm_property_change_valid_get()
895
svalue >
U642I64
(property->values[1]))
in drm_property_change_valid_get()
H
A
D
drm_atomic_uapi.c
536
if (
U642I64
(val) == -1)
in drm_atomic_plane_set_property()
550
state->crtc_x =
U642I64
(val);
in drm_atomic_plane_set_property()
552
state->crtc_y =
U642I64
(val);
in drm_atomic_plane_set_property()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_property.c
889
int64_t svalue =
U642I64
(value);
in drm_property_change_valid_get()
891
if (svalue <
U642I64
(property->values[0]) ||
in drm_property_change_valid_get()
892
svalue >
U642I64
(property->values[1]))
in drm_property_change_valid_get()
H
A
D
drm_atomic_uapi.c
532
if (
U642I64
(val) == -1)
in drm_atomic_plane_set_property()
550
state->crtc_x =
U642I64
(val);
in drm_atomic_plane_set_property()
552
state->crtc_y =
U642I64
(val);
in drm_atomic_plane_set_property()
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_crtc.h
61
static inline int64_t
U642I64
(uint64_t val)
in U642I64()
function
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_crtc.h
48
static inline int64_t
U642I64
(uint64_t val)
in U642I64()
function
Completed in 10 milliseconds