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:accelerated
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libinput/src/
H
A
D
filter-tablet.c
50
struct normalized_coords
accelerated
;
in tablet_accelerator_filter_flat_mouse()
local
61
accelerated
.x = units->x * filter->xres_scale;
in tablet_accelerator_filter_flat_mouse()
62
accelerated
.y = units->y * filter->yres_scale;
in tablet_accelerator_filter_flat_mouse()
64
accelerated
.x *= filter->factor;
in tablet_accelerator_filter_flat_mouse()
65
accelerated
.y *= filter->factor;
in tablet_accelerator_filter_flat_mouse()
67
return
accelerated
;
in tablet_accelerator_filter_flat_mouse()
74
struct normalized_coords
accelerated
;
in tablet_accelerator_filter_flat_pen()
local
89
accelerated
.x = mm.x * filter->factor * DPI_CONVERSION;
in tablet_accelerator_filter_flat_pen()
90
accelerated
.y = mm.y * filter->factor * DPI_CONVERSION;
in tablet_accelerator_filter_flat_pen()
92
return
accelerated
;
in tablet_accelerator_filter_flat_pen()
[all...]
H
A
D
filter-flat.c
52
struct normalized_coords
accelerated
;
in accelerator_filter_flat()
local
57
accelerated
.x = factor * unaccelerated->x;
in accelerator_filter_flat()
58
accelerated
.y = factor * unaccelerated->y;
in accelerator_filter_flat()
60
return
accelerated
;
in accelerator_filter_flat()
69
* the "
accelerated
" flat filter.
in accelerator_filter_noop_flat()
75
* Thus we apply the same factor to our non-
accelerated
motion - this way
in accelerator_filter_noop_flat()
H
A
D
filter-trackpoint-flat.c
51
struct normalized_coords
accelerated
;
in trackpoint_flat_filter()
local
55
accelerated
.x = factor * multiplier * unaccelerated->x;
in trackpoint_flat_filter()
56
accelerated
.y = factor * multiplier * unaccelerated->y;
in trackpoint_flat_filter()
58
return
accelerated
;
in trackpoint_flat_filter()
67
* the "
accelerated
" flat filter.
in trackpoint_flat_filter_noop()
73
* Thus we apply the same factor to our non-
accelerated
motion - this way
in trackpoint_flat_filter_noop()
H
A
D
filter-touchpad-x230.c
137
struct normalized_coords
accelerated
;
in accelerator_filter_x230()
local
162
accelerated
.x = accel_factor * delta_normalized.x;
in accelerator_filter_x230()
163
accelerated
.y = accel_factor * delta_normalized.y;
in accelerator_filter_x230()
165
return
accelerated
;
in accelerator_filter_x230()
H
A
D
filter-mouse.c
117
struct normalized_coords
accelerated
= {
in accelerator_filter_linear()
local
121
return
accelerated
;
in accelerator_filter_linear()
133
* @return An
accelerated
tuple of coordinates representing normalized
H
A
D
filter-touchpad.c
106
const struct device_float_coords
accelerated
= {
in accelerator_filter_touchpad()
local
111
return normalize_for_dpi(&
accelerated
, accel->dpi);
in accelerator_filter_touchpad()
151
/* We need to use the same baseline here as the
accelerated
code,
in touchpad_constant_filter()
152
* otherwise our unaccelerated speed is different to the
accelerated
in touchpad_constant_filter()
H
A
D
filter-custom.c
191
struct normalized_coords
accelerated
= {
in custom_accel_function_filter()
local
196
return
accelerated
;
in custom_accel_function_filter()
/third_party/node/deps/openssl/openssl/engines/
H
A
D
e_devcrypto.c
76
DEVCRYPTO_ACCELERATED = 1 /* hardware
accelerated
*/
77
}
accelerated
;
member
417
&& (cipher_driver_info[cipher_data_index].
accelerated
in devcrypto_test_cipher()
420
|| (cipher_driver_info[cipher_data_index].
accelerated
in devcrypto_test_cipher()
432
enum devcrypto_accelerated_t
accelerated
;
in prepare_cipher_methods()
local
454
* ("
accelerated
") session. If that fails, fall back to
in prepare_cipher_methods()
459
accelerated
= DEVCRYPTO_ACCELERATED;
in prepare_cipher_methods()
466
accelerated
= DEVCRYPTO_NOT_ACCELERATED;
in prepare_cipher_methods()
505
cipher_driver_info[i].
accelerated
=
accelerated
;
in prepare_cipher_methods()
[all...]
/third_party/openssl/engines/
H
A
D
e_devcrypto.c
76
DEVCRYPTO_ACCELERATED = 1 /* hardware
accelerated
*/
77
}
accelerated
;
member
417
&& (cipher_driver_info[cipher_data_index].
accelerated
in devcrypto_test_cipher()
420
|| (cipher_driver_info[cipher_data_index].
accelerated
in devcrypto_test_cipher()
432
enum devcrypto_accelerated_t
accelerated
;
in prepare_cipher_methods()
local
454
* ("
accelerated
") session. If that fails, fall back to
in prepare_cipher_methods()
459
accelerated
= DEVCRYPTO_ACCELERATED;
in prepare_cipher_methods()
466
accelerated
= DEVCRYPTO_NOT_ACCELERATED;
in prepare_cipher_methods()
505
cipher_driver_info[i].
accelerated
=
accelerated
;
in prepare_cipher_methods()
[all...]
Completed in 7 milliseconds