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:cov
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/
H
A
D
dccp.h
211
unsigned int
cov
= dccp_csum_coverage(skb);
213
if (
cov
>= skb->len)
216
skb->csum = skb_checksum(skb, 0, (
cov
> skb->len)? skb->len :
cov
, 0);
/kernel/linux/linux-6.6/net/dccp/
H
A
D
dccp.h
206
unsigned int
cov
= dccp_csum_coverage(skb);
208
if (
cov
>= skb->len)
211
skb->csum = skb_checksum(skb, 0, (
cov
> skb->len)? skb->len :
cov
, 0);
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.c
1272
double
cov
= block_range__coverage(br);
in annotate__address_color()
local
1274
if (
cov
>= 0) {
in annotate__address_color()
1276
if (
cov
> 0.75)
in annotate__address_color()
1280
if (
cov
< 0.01)
in annotate__address_color()
1289
double
cov
= block_range__coverage(br);
in annotate__asm_color()
local
1291
if (
cov
>= 0) {
in annotate__asm_color()
1293
if (
cov
< 0.01)
in annotate__asm_color()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.c
1374
double
cov
= block_range__coverage(br);
in annotate__address_color()
local
1376
if (
cov
>= 0) {
in annotate__address_color()
1378
if (
cov
> 0.75)
in annotate__address_color()
1382
if (
cov
< 0.01)
in annotate__address_color()
1391
double
cov
= block_range__coverage(br);
in annotate__asm_color()
local
1393
if (
cov
>= 0) {
in annotate__asm_color()
1395
if (
cov
< 0.01)
in annotate__asm_color()
Completed in 11 milliseconds