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:as21
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/parisc/net/
H
A
D
bpf_jit.h
391
static inline unsigned re_assemble_21(unsigned
as21
)
in re_assemble_21()
argument
393
return (( (
as21
& 0x100000) >> 20)
in re_assemble_21()
394
| ((
as21
& 0x0ffe00) >> 8)
in re_assemble_21()
395
| ((
as21
& 0x000180) << 7)
in re_assemble_21()
396
| ((
as21
& 0x00007c) << 14)
in re_assemble_21()
397
| ((
as21
& 0x000003) << 12));
in re_assemble_21()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
module.c
177
static inline int reassemble_21(int
as21
)
in reassemble_21()
argument
179
return (((
as21
& 0x100000) >> 20) |
in reassemble_21()
180
((
as21
& 0x0ffe00) >> 8) |
in reassemble_21()
181
((
as21
& 0x000180) << 7) |
in reassemble_21()
182
((
as21
& 0x00007c) << 14) |
in reassemble_21()
183
((
as21
& 0x000003) << 12));
in reassemble_21()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
module.c
158
static inline int reassemble_21(int
as21
)
in reassemble_21()
argument
160
return (((
as21
& 0x100000) >> 20) |
in reassemble_21()
161
((
as21
& 0x0ffe00) >> 8) |
in reassemble_21()
162
((
as21
& 0x000180) << 7) |
in reassemble_21()
163
((
as21
& 0x00007c) << 14) |
in reassemble_21()
164
((
as21
& 0x000003) << 12));
in reassemble_21()
Completed in 5 milliseconds