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:restlen
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
srcpos.c
74
int
restlen
= strlen(fname) - (p1 - fname);
in shorten_to_initial_path()
local
77
res = xmalloc((3 * diff) +
restlen
+ 1);
in shorten_to_initial_path()
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
srcpos.c
74
int
restlen
= strlen(fname) - (p1 - fname);
in shorten_to_initial_path()
local
77
res = xmalloc((3 * diff) +
restlen
+ 1);
in shorten_to_initial_path()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
nsp32.c
1713
unsigned int
restlen
, sentlen;
in nsp32_adjust_busfree()
local
1741
the head element of the sg.
restlen
is correctly calculated. */
in nsp32_adjust_busfree()
1745
restlen
= sentlen - s_sacklen;
in nsp32_adjust_busfree()
1750
addr += (len -
restlen
);
in nsp32_adjust_busfree()
1752
sgt[new_entry].len = cpu_to_le32(
restlen
);
in nsp32_adjust_busfree()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
nsp32.c
1726
unsigned int
restlen
, sentlen;
in nsp32_adjust_busfree()
local
1754
* the head element of the sg.
restlen
is correctly
in nsp32_adjust_busfree()
1760
restlen
= sentlen - s_sacklen;
in nsp32_adjust_busfree()
1765
addr += (len -
restlen
);
in nsp32_adjust_busfree()
1767
sgt[new_entry].len = cpu_to_le32(
restlen
);
in nsp32_adjust_busfree()
Completed in 9 milliseconds