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:confidence
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/intel/
H
A
D
intel_powerclamp.c
48
* we increment the
confidence
counter for the given target ratio.
129
unsigned long
confidence
; /* used for calibration, basically a counter
member
271
cal_data[ratio].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
272
cal_data[ratio + 1].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
273
cal_data[ratio + 2].
confidence
>= CONFIDENCE_OK) {
in get_compensation()
278
cal_data[ratio].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
279
cal_data[ratio - 1].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
280
cal_data[ratio - 2].
confidence
>= CONFIDENCE_OK) {
in get_compensation()
284
} else if (cal_data[ratio].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
285
cal_data[ratio - 1].
confidence
>
in get_compensation()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/
H
A
D
intel_powerclamp.c
42
* we increment the
confidence
counter for the given target ratio.
266
unsigned long
confidence
; /* used for calibration, basically a counter
member
408
cal_data[ratio].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
409
cal_data[ratio + 1].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
410
cal_data[ratio + 2].
confidence
>= CONFIDENCE_OK) {
in get_compensation()
415
cal_data[ratio].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
416
cal_data[ratio - 1].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
417
cal_data[ratio - 2].
confidence
>= CONFIDENCE_OK) {
in get_compensation()
421
} else if (cal_data[ratio].
confidence
>= CONFIDENCE_OK &&
in get_compensation()
422
cal_data[ratio - 1].
confidence
>
in get_compensation()
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-ntrig.c
57
bool
confidence
;
member
598
nd->
confidence
= value;
in ntrig_event()
662
nd->
confidence
= false;
in ntrig_event()
678
nd->
confidence
= false;
in ntrig_event()
711
if (!nd->
confidence
)
in ntrig_event()
722
nd->first_contact_touch = nd->
confidence
;
in ntrig_event()
H
A
D
wacom_wac.h
305
bool
confidence
;
member
H
A
D
wacom_wac.c
2622
bool touch_down = hid_data->tipswitch && hid_data->
confidence
;
in wacom_wac_finger_slot()
2675
wacom_wac->hid_data.
confidence
= value;
in wacom_wac_finger_event()
2724
hid_data->
confidence
= true;
in wacom_wac_finger_pre_report()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-ntrig.c
57
bool
confidence
;
member
598
nd->
confidence
= value;
in ntrig_event()
662
nd->
confidence
= false;
in ntrig_event()
678
nd->
confidence
= false;
in ntrig_event()
711
if (!nd->
confidence
)
in ntrig_event()
722
nd->first_contact_touch = nd->
confidence
;
in ntrig_event()
H
A
D
wacom_wac.h
308
bool
confidence
;
member
H
A
D
wacom_wac.c
2659
bool touch_down = hid_data->tipswitch && hid_data->
confidence
;
in wacom_wac_finger_slot()
2726
wacom_wac->hid_data.
confidence
= value;
in wacom_wac_finger_event()
2778
hid_data->
confidence
= true;
in wacom_wac_finger_pre_report()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-policy-smq.c
552
* There are times when we don't have any
confidence
in the hotspot queue.
559
unsigned
confidence
= safe_div(s->hits << FP_SHIFT, s->hits + s->misses);
in stats_assess()
local
561
if (
confidence
< SIXTEENTH)
in stats_assess()
564
else if (
confidence
< EIGHTH)
in stats_assess()
1056
*
confidence
that we know which blocks to promote. So we cut down
in update_promote_levels()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-policy-smq.c
554
* There are times when we don't have any
confidence
in the hotspot queue.
561
unsigned int
confidence
= safe_div(s->hits << FP_SHIFT, s->hits + s->misses);
in stats_assess()
local
563
if (
confidence
< SIXTEENTH)
in stats_assess()
566
else if (
confidence
< EIGHTH)
in stats_assess()
1061
*
confidence
that we know which blocks to promote. So we cut down
in update_promote_levels()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H
A
D
test_multitouch.py
64
self.
confidence
= True
485
super().__init__(f"uhid test
confidence
{self.max_slots}", rdesc_str)
1028
"""Check for the validity of the
confidence
bit.
1042
t0.
confidence
= False
1727
"""Check for the validity of the
confidence
bit.
1741
t0.
confidence
= False
H
A
D
test_wacom_generic.py
878
confidence
bit is set to 1 it should process it as a valid touch to cover
907
Bring a finger in contact with the tablet with
confidence
set to false.
909
Ensure that the
confidence
bit being set to false should not result in a touch event.
915
t0.
confidence
= False
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H
A
D
fimc-is-param.h
892
u32
confidence
;
member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H
A
D
fimc-is-param.h
892
u32
confidence
;
member
Completed in 37 milliseconds