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:NBYTES
(Results
1 - 2
of
2
) sorted by relevance
/base/msdp/device_status/tools/vdev/include/
H
A
D
v_input_device.h
47
inline constexpr size_t
NBYTES
(size_t nbits)
in NBYTES()
function
132
uint8_t evBitmask_[
NBYTES
(EV_MAX)] {};
133
uint8_t keyBitmask_[
NBYTES
(KEY_MAX)] {};
134
uint8_t absBitmask_[
NBYTES
(ABS_MAX)] {};
135
uint8_t relBitmask_[
NBYTES
(REL_MAX)] {};
136
uint8_t mscBitmask_[
NBYTES
(MSC_MAX)] {};
137
uint8_t ledBitmask_[
NBYTES
(LED_MAX)] {};
138
uint8_t repBitmask_[
NBYTES
(REP_MAX)] {};
139
uint8_t propBitmask_[
NBYTES
(INPUT_PROP_MAX)] {};
/base/msdp/device_status/intention/services/device_manager/include/
H
A
D
device.h
35
inline constexpr size_t
NBYTES
(size_t nbits)
in NBYTES()
function
143
uint8_t evBitmask_[
NBYTES
(EV_MAX)] {};
144
uint8_t keyBitmask_[
NBYTES
(KEY_MAX)] {};
145
uint8_t absBitmask_[
NBYTES
(ABS_MAX)] {};
146
uint8_t relBitmask_[
NBYTES
(REL_MAX)] {};
147
uint8_t propBitmask_[
NBYTES
(INPUT_PROP_MAX)] {};
Completed in 2 milliseconds