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:shift_control
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H
A
D
aicasm_insformat.h
69
uint32_t
shift_control
: 8,
member
81
shift_control
: 8;
H
A
D
aicasm_gram.y
1728
uint8_t
shift_control
;
1753
shift_control
= 0xf0;
1755
shift_control
= (places->value << 4) | places->value;
1759
shift_control
= 0xf8;
1761
shift_control
= (places->value << 4)
1767
shift_control
= places->value & 0x7;
1770
shift_control
= (8 - places->value) | 0x08;
1773
shift_control
= 0; /* Quiet Compiler */
1778
f2_instr->
shift_control
=
shift_control
;
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H
A
D
aicasm_insformat.h
69
uint32_t
shift_control
: 8,
member
81
shift_control
: 8;
H
A
D
aicasm_gram.y
1727
uint8_t
shift_control
;
1752
shift_control
= 0xf0;
1754
shift_control
= (places->value << 4) | places->value;
1758
shift_control
= 0xf8;
1760
shift_control
= (places->value << 4)
1766
shift_control
= places->value & 0x7;
1769
shift_control
= (8 - places->value) | 0x08;
1772
shift_control
= 0; /* Quiet Compiler */
1777
f2_instr->
shift_control
=
shift_control
;
[all...]
Completed in 4 milliseconds