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
defs:borrow
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/
H
A
D
lib.rs
245
pub mod
borrow
;
modules
H
A
D
boxed.rs
2062
fn
borrow
(&self) -> &T {
in borrow()
functions
H
A
D
slice.rs
775
fn
borrow
(&self) -> &[T] {
borrow()
functions
[all...]
/kernel/linux/linux-6.6/rust/kernel/
H
A
D
types.rs
38
unsafe fn
borrow
<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>;
in borrow()
functions
58
unsafe fn
borrow
<'a>(ptr: *const core::ffi::c_void) -> &'a T {
in borrow()
functions
80
unsafe fn
borrow
<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {}
in borrow()
functions
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
devtree.c
159
int i,
borrow
= 0;
in sub_reg()
local
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
devtree.c
159
int i,
borrow
= 0;
in sub_reg()
local
/kernel/linux/linux-6.6/rust/kernel/sync/
H
A
D
arc.rs
243
unsafe fn
borrow
<'a>(ptr: *const core::ffi::c_void) -> ArcBorrow<'a, T> {
in borrow()
functions
/kernel/linux/linux-5.10/crypto/
H
A
D
ecc.c
302
u64
borrow
= 0;
in vli_sub()
local
323
u64
borrow
= right;
in vli_usub()
local
500
u64
borrow
= vli_sub(result, left, right, ndigits);
vli_mod_sub()
local
625
u64
borrow
= 0;
vli_mmod_slow()
local
[all...]
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cbq.c
98
struct cbq_class *
borrow
; /* NULL if class is bandwidth limited;
member
694
struct cbq_class *
borrow
= cl;
in cbq_dequeue_prio()
local
[all...]
/kernel/linux/linux-5.10/lib/mpi/
H
A
D
ec.c
204
mpi_limb_t
borrow
;
in ec_addm_25519()
local
226
mpi_limb_t
borrow
;
in ec_subm_25519()
local
331
mpi_limb_t
borrow
;
in ec_subm_448()
local
/kernel/linux/linux-6.6/crypto/
H
A
D
ecc.c
313
u64
borrow
= 0;
in vli_sub()
local
334
u64
borrow
= right;
in vli_usub()
local
511
u64
borrow
= vli_sub(result, left, right, ndigits);
vli_mod_sub()
local
636
u64
borrow
= 0;
vli_mmod_slow()
local
[all...]
/kernel/linux/linux-6.6/lib/crypto/mpi/
H
A
D
ec.c
204
mpi_limb_t
borrow
;
in ec_addm_25519()
local
226
mpi_limb_t
borrow
;
in ec_subm_25519()
local
331
mpi_limb_t
borrow
;
in ec_subm_448()
local
Completed in 16 milliseconds