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:slot_state
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
cipher_wrap.h
164
mbedtls_cipher_psa_key_ownership
slot_state
;
member
H
A
D
cipher.c
218
if (cipher_psa->
slot_state
== MBEDTLS_CIPHER_PSA_KEY_OWNED) {
in mbedtls_cipher_free()
337
if (cipher_psa->
slot_state
!= MBEDTLS_CIPHER_PSA_KEY_UNSET) {
in mbedtls_cipher_setkey()
370
cipher_psa->
slot_state
= MBEDTLS_CIPHER_PSA_KEY_OWNED;
in mbedtls_cipher_setkey()
/third_party/libinput/tools/
H
A
D
libinput-record.c
90
uint16_t
slot_state
;
member
392
assert(slot < sizeof(d->touch.
slot_state
) * 8);
in handle_evdev_frame()
395
d->touch.
slot_state
|= bit(slot);
in handle_evdev_frame()
397
d->touch.
slot_state
&= ~bit(slot);
in handle_evdev_frame()
406
if (d->touch.
slot_state
!= d->touch.last_slot_state) {
in handle_evdev_frame()
407
d->touch.last_slot_state = d->touch.
slot_state
;
in handle_evdev_frame()
408
if (d->touch.
slot_state
== 0) {
in handle_evdev_frame()
Completed in 6 milliseconds