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:tato
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xdr.c
605
unsigned int talen = 0,
tato
= 0;
in xdr_buf_pages_copy_right()
local
612
tato
= to - buf->page_len;
in xdr_buf_pages_copy_right()
613
if (tail->iov_len >= len +
tato
)
in xdr_buf_pages_copy_right()
615
else if (tail->iov_len >
tato
)
in xdr_buf_pages_copy_right()
616
talen = tail->iov_len -
tato
;
in xdr_buf_pages_copy_right()
625
_copy_from_pages(tail->iov_base +
tato
, buf->pages,
in xdr_buf_pages_copy_right()
639
unsigned int talen = 0,
tato
= 0;
in xdr_buf_head_copy_right()
local
646
tato
= to - buf->page_len - head->iov_len;
in xdr_buf_head_copy_right()
665
if (talen +
tato
> tail->iov_len)
in xdr_buf_head_copy_right()
666
talen = tail->iov_len >
tato
in xdr_buf_head_copy_right()
[all...]
Completed in 2 milliseconds