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:NLONGS
(Results
1 - 7
of
7
) sorted by relevance
/third_party/libevdev/libevdev/
H
A
D
libevdev-int.h
63
unsigned long bits[
NLONGS
(EV_CNT)];
64
unsigned long props[
NLONGS
(INPUT_PROP_CNT)];
65
unsigned long key_bits[
NLONGS
(KEY_CNT)];
66
unsigned long rel_bits[
NLONGS
(REL_CNT)];
67
unsigned long abs_bits[
NLONGS
(ABS_CNT)];
68
unsigned long led_bits[
NLONGS
(LED_CNT)];
69
unsigned long msc_bits[
NLONGS
(MSC_CNT)];
70
unsigned long sw_bits[
NLONGS
(SW_CNT)];
71
unsigned long rep_bits[
NLONGS
(REP_CNT)]; /* convenience, always 1 */
72
unsigned long ff_bits[
NLONGS
(FF_CN
[all...]
H
A
D
libevdev-util.h
14
#define
NLONGS
(x) (((x) + LONG_BITS - 1) / LONG_BITS)
macro
H
A
D
libevdev.c
43
unsigned long axes[
NLONGS
(ABS_CNT)]; /* bitmask for updated axes */
561
unsigned long keystate[
NLONGS
(KEY_CNT)] = {0};
in sync_key_state()
587
unsigned long swstate[
NLONGS
(SW_CNT)] = {0};
in sync_sw_state()
613
unsigned long ledstate[
NLONGS
(LED_CNT)] = {0};
in sync_led_state()
/third_party/libinput/src/
H
A
D
evdev-fallback.h
138
unsigned long hw_key_mask[
NLONGS
(KEY_CNT)];
139
unsigned long last_hw_key_mask[
NLONGS
(KEY_CNT)];
H
A
D
util-bits.h
37
#define
NLONGS
(x) (((x) + LONG_BITS - 1) / LONG_BITS)
macro
H
A
D
evdev-mt-touchpad.h
480
unsigned long key_mask[
NLONGS
(KEY_CNT)];
481
unsigned long mod_mask[
NLONGS
(KEY_CNT)];
/third_party/libevdev/test/
H
A
D
test-libevdev-events.c
663
unsigned long terminated[
NLONGS
(num_slots)];
in START_TEST()
664
unsigned long restarted[
NLONGS
(num_slots)];
in START_TEST()
1243
unsigned long received[
NLONGS
(ABS_CNT)] = {0};
in START_TEST()
Completed in 8 milliseconds