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:startword
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_nx.c
1460
int scale, shift_amount,
startword
;
in qla4_82xx_pci_mem_write_2M()
local
1484
startword
= (off & 0xf)/8;
in qla4_82xx_pci_mem_write_2M()
1509
word[
startword
] = tmpw;
in qla4_82xx_pci_mem_write_2M()
1511
word[
startword
] &=
in qla4_82xx_pci_mem_write_2M()
1513
word[
startword
] |= tmpw << (off0 * 8);
in qla4_82xx_pci_mem_write_2M()
1517
word[
startword
+1] &= ~(~0ULL << (sz[1] * 8));
in qla4_82xx_pci_mem_write_2M()
1518
word[
startword
+1] |= tmpw >> (sz[0] * 8);
in qla4_82xx_pci_mem_write_2M()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_nx.c
1447
int scale, shift_amount,
startword
;
in qla4_82xx_pci_mem_write_2M()
local
1471
startword
= (off & 0xf)/8;
in qla4_82xx_pci_mem_write_2M()
1496
word[
startword
] = tmpw;
in qla4_82xx_pci_mem_write_2M()
1498
word[
startword
] &=
in qla4_82xx_pci_mem_write_2M()
1500
word[
startword
] |= tmpw << (off0 * 8);
in qla4_82xx_pci_mem_write_2M()
1504
word[
startword
+1] &= ~(~0ULL << (sz[1] * 8));
in qla4_82xx_pci_mem_write_2M()
1505
word[
startword
+1] |= tmpw >> (sz[0] * 8);
in qla4_82xx_pci_mem_write_2M()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_nx.c
1291
int scale, shift_amount,
startword
;
in qla82xx_pci_mem_write_2M()
local
1315
startword
= (off & 0xf)/8;
in qla82xx_pci_mem_write_2M()
1340
word[
startword
] = tmpw;
in qla82xx_pci_mem_write_2M()
1342
word[
startword
] &=
in qla82xx_pci_mem_write_2M()
1344
word[
startword
] |= tmpw << (off0 * 8);
in qla82xx_pci_mem_write_2M()
1347
word[
startword
+1] &= ~(~0ULL << (sz[1] * 8));
in qla82xx_pci_mem_write_2M()
1348
word[
startword
+1] |= tmpw >> (sz[0] * 8);
in qla82xx_pci_mem_write_2M()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_nx.c
1288
int scale, shift_amount,
startword
;
in qla82xx_pci_mem_write_2M()
local
1312
startword
= (off & 0xf)/8;
in qla82xx_pci_mem_write_2M()
1337
word[
startword
] = tmpw;
in qla82xx_pci_mem_write_2M()
1339
word[
startword
] &=
in qla82xx_pci_mem_write_2M()
1341
word[
startword
] |= tmpw << (off0 * 8);
in qla82xx_pci_mem_write_2M()
1344
word[
startword
+1] &= ~(~0ULL << (sz[1] * 8));
in qla82xx_pci_mem_write_2M()
1345
word[
startword
+1] |= tmpw >> (sz[0] * 8);
in qla82xx_pci_mem_write_2M()
Completed in 19 milliseconds