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:sdest
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/lib/
H
A
D
memmove.c
28
short *
sdest
= dest;
in memmove()
local
30
*
sdest
++ = *ssrc++;
in memmove()
31
dest =
sdest
;
in memmove()
47
short *
sdest
= dest;
in memmove()
local
49
*
sdest
++ = *ssrc++;
in memmove()
50
dest =
sdest
;
in memmove()
70
short *
sdest
= dest;
in memmove()
local
72
*--
sdest
= *--ssrc;
in memmove()
73
dest =
sdest
;
in memmove()
89
short *
sdest
in memmove()
local
[all...]
/kernel/linux/linux-6.6/arch/m68k/lib/
H
A
D
memmove.c
28
short *
sdest
= dest;
in memmove()
local
30
*
sdest
++ = *ssrc++;
in memmove()
31
dest =
sdest
;
in memmove()
47
short *
sdest
= dest;
in memmove()
local
49
*
sdest
++ = *ssrc++;
in memmove()
50
dest =
sdest
;
in memmove()
70
short *
sdest
= dest;
in memmove()
local
72
*--
sdest
= *--ssrc;
in memmove()
73
dest =
sdest
;
in memmove()
89
short *
sdest
in memmove()
local
[all...]
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H
A
D
dpio.c
172
u8
sdest
)
in dpio_set_stashing_destination()
180
dpio_cmd->
sdest
=
sdest
;
in dpio_set_stashing_destination()
169
dpio_set_stashing_destination(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8
sdest
)
dpio_set_stashing_destination()
argument
H
A
D
dpio-driver.c
130
int
sdest
;
in dpaa2_dpio_probe()
local
187
sdest
= dpaa2_dpio_get_cluster_sdest(dpio_dev, desc.cpu);
in dpaa2_dpio_probe()
188
if (
sdest
>= 0) {
in dpaa2_dpio_probe()
191
sdest
);
in dpaa2_dpio_probe()
H
A
D
dpio-cmd.h
52
u8
sdest
;
member
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H
A
D
dpio.c
173
u8
sdest
)
in dpio_set_stashing_destination()
181
dpio_cmd->
sdest
=
sdest
;
in dpio_set_stashing_destination()
170
dpio_set_stashing_destination(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8
sdest
)
dpio_set_stashing_destination()
argument
H
A
D
dpio-driver.c
129
int
sdest
;
in dpaa2_dpio_probe()
local
187
sdest
= dpaa2_dpio_get_cluster_sdest(dpio_dev, desc.cpu);
in dpaa2_dpio_probe()
188
if (
sdest
>= 0) {
in dpaa2_dpio_probe()
191
sdest
);
in dpaa2_dpio_probe()
H
A
D
dpio-cmd.h
55
u8
sdest
;
member
Completed in 4 milliseconds