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:rep_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
mshyperv.h
187
*
rep_count
and varhead_size comply with Hyper-V hypercall definition.
189
static inline u64 hv_do_rep_hypercall(u16 code, u16
rep_count
, u16 varhead_size,
in hv_do_rep_hypercall()
argument
197
control |= (u64)
rep_count
<< HV_HYPERCALL_REP_COMP_OFFSET;
in hv_do_rep_hypercall()
212
} while (rep_comp <
rep_count
);
in hv_do_rep_hypercall()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mshyperv.h
90
*
rep_count
and varhead_size comply with Hyper-V hypercall definition.
92
static inline u64 hv_do_rep_hypercall(u16 code, u16
rep_count
, u16 varhead_size,
in hv_do_rep_hypercall()
argument
100
control |= (u64)
rep_count
<< HV_HYPERCALL_REP_COMP_OFFSET;
in hv_do_rep_hypercall()
113
} while (rep_comp <
rep_count
);
in hv_do_rep_hypercall()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H
A
D
m920x.h
67
int
rep_count
;
member
H
A
D
m920x.c
152
m->
rep_count
= 0;
in m920x_parse_rc_state()
159
m->
rep_count
= 0;
in m920x_parse_rc_state()
166
if (++m->
rep_count
> 2)
in m920x_parse_rc_state()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H
A
D
m920x.h
67
int
rep_count
;
member
H
A
D
m920x.c
152
m->
rep_count
= 0;
in m920x_parse_rc_state()
159
m->
rep_count
= 0;
in m920x_parse_rc_state()
166
if (++m->
rep_count
> 2)
in m920x_parse_rc_state()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
main.c
1081
static int
rep_count
;
in spkup_write()
local
1100
if (++
rep_count
> 2)
in spkup_write()
1103
if ((last_type & CH_RPT) &&
rep_count
> 2) {
in spkup_write()
1106
++
rep_count
);
in spkup_write()
local
1109
rep_count
= 0;
in spkup_write()
1112
rep_count
= 0;
in spkup_write()
1120
rep_count
= 0;
in spkup_write()
1136
rep_count
= 0;
in spkup_write()
1142
rep_count
= 0;
in spkup_write()
1148
if (in_count > 2 &&
rep_count
>
in spkup_write()
1152
++
rep_count
);
spkup_write()
local
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
main.c
1081
static int
rep_count
;
in spkup_write()
local
1100
if (++
rep_count
> 2)
in spkup_write()
1103
if ((last_type & CH_RPT) &&
rep_count
> 2) {
in spkup_write()
1106
++
rep_count
);
in spkup_write()
local
1109
rep_count
= 0;
in spkup_write()
1112
rep_count
= 0;
in spkup_write()
1120
rep_count
= 0;
in spkup_write()
1136
rep_count
= 0;
in spkup_write()
1142
rep_count
= 0;
in spkup_write()
1148
if (in_count > 2 &&
rep_count
>
in spkup_write()
1152
++
rep_count
);
spkup_write()
local
[all...]
Completed in 10 milliseconds