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:sub1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_subprogs.c
7
__noinline int
sub1
(int x)
in sub1()
function
21
return z + 3 +
sub1
(4);
in sub3()
26
return w + sub3(5) +
sub1
(6);
in sub4()
34
return
sub1
(v) - 1; /* compensates
sub1
()'s + 1 */
in sub5()
63
res1 =
sub1
(1) + sub3(2); /* (1 + 1) + (2 + 3 + (4 + 1)) = 12 */
in prog1()
101
res4 = sub4(7) +
sub1
(8); /* (7 + (5 + 3 + (4 + 1)) + (6 + 1)) + (8 + 1) = 36 */
in prog4()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_subprogs.c
14
__noinline int
sub1
(int x)
in sub1()
function
31
return z + 3 +
sub1
(4);
in sub3()
39
return w + sub3(5) +
sub1
(6);
in sub4()
47
return
sub1
(v) - 1; /* compensates
sub1
()'s + 1 */
in sub5()
76
res1 =
sub1
(1) + sub3(2); /* (1 + 1) + (2 + 3 + (4 + 1)) = 12 */
in prog1()
122
res4 = sub4(7) +
sub1
(8); /* (7 + (5 + 3 + (4 + 1)) + (6 + 1)) + (8 + 1) = 36 */
in prog4()
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H
A
D
fpu.c
130
unsigned long long sub0,
sub1
, sub2, sub3;
in mult64()
local
134
sub1
= (x & 0xffffffffLL) * (unsigned long) (y >> 32);
in mult64()
139
sub3 += (
sub1
<< 32);
in mult64()
147
high += (
sub1
>> 32) + (sub2 >> 32);
in mult64()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H
A
D
fpu.c
130
unsigned long long sub0,
sub1
, sub2, sub3;
in mult64()
local
134
sub1
= (x & 0xffffffffLL) * (unsigned long) (y >> 32);
in mult64()
139
sub3 += (
sub1
<< 32);
in mult64()
147
high += (
sub1
>> 32) + (sub2 >> 32);
in mult64()
/kernel/linux/linux-5.10/lib/mpi/
H
A
D
Makefile
14
generic_mpih-
sub1
.o \
/kernel/linux/linux-6.6/lib/crypto/mpi/
H
A
D
Makefile
14
generic_mpih-
sub1
.o \
Completed in 5 milliseconds