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:as17
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
jump_label.c
13
static inline int reassemble_17(int
as17
)
in reassemble_17()
argument
15
return (((
as17
& 0x10000) >> 16) |
in reassemble_17()
16
((
as17
& 0x0f800) << 5) |
in reassemble_17()
17
((
as17
& 0x00400) >> 8) |
in reassemble_17()
18
((
as17
& 0x003ff) << 3));
in reassemble_17()
H
A
D
module.c
169
static inline int reassemble_17(int
as17
)
in reassemble_17()
argument
171
return (((
as17
& 0x10000) >> 16) |
in reassemble_17()
172
((
as17
& 0x0f800) << 5) |
in reassemble_17()
173
((
as17
& 0x00400) >> 8) |
in reassemble_17()
174
((
as17
& 0x003ff) << 3));
in reassemble_17()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
jump_label.c
13
static inline int reassemble_17(int
as17
)
in reassemble_17()
argument
15
return (((
as17
& 0x10000) >> 16) |
in reassemble_17()
16
((
as17
& 0x0f800) << 5) |
in reassemble_17()
17
((
as17
& 0x00400) >> 8) |
in reassemble_17()
18
((
as17
& 0x003ff) << 3));
in reassemble_17()
H
A
D
module.c
150
static inline int reassemble_17(int
as17
)
in reassemble_17()
argument
152
return (((
as17
& 0x10000) >> 16) |
in reassemble_17()
153
((
as17
& 0x0f800) << 5) |
in reassemble_17()
154
((
as17
& 0x00400) >> 8) |
in reassemble_17()
155
((
as17
& 0x003ff) << 3));
in reassemble_17()
/kernel/linux/linux-6.6/arch/parisc/net/
H
A
D
bpf_jit.h
383
static inline unsigned re_assemble_17(unsigned
as17
)
in re_assemble_17()
argument
385
return (( (
as17
& 0x10000) >> 16)
in re_assemble_17()
386
| ((
as17
& 0x0f800) << (16 - 11))
in re_assemble_17()
387
| ((
as17
& 0x00400) >> (10 - 2))
in re_assemble_17()
388
| ((
as17
& 0x003ff) << (1 + 2)));
in re_assemble_17()
Completed in 6 milliseconds