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:prev_state
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libinput/src/
H
A
D
evdev-tablet-pad.c
45
struct button_state *
prev_state
= &pad->prev_button_state;
in pad_get_buttons_pressed()
local
49
buttons->bits[i] = state->bits[i] & ~(
prev_state
->bits[i]);
in pad_get_buttons_pressed()
57
struct button_state *
prev_state
= &pad->prev_button_state;
in pad_get_buttons_released()
local
61
buttons->bits[i] =
prev_state
->bits[i] & ~(state->bits[i]);
in pad_get_buttons_released()
H
A
D
evdev-tablet.c
56
*
prev_state
= &tablet->prev_button_state;
in tablet_get_pressed_buttons()
local
59
buttons->bits[i] = state->bits[i] & ~(
prev_state
->bits[i]);
in tablet_get_pressed_buttons()
68
*
prev_state
= &tablet->prev_button_state;
in tablet_get_released_buttons()
local
71
buttons->bits[i] =
prev_state
->bits[i] &
in tablet_get_released_buttons()
81
*
prev_state
= &tablet->prev_button_state;
in tablet_force_button_presses()
local
85
state->bits[i] = state->bits[i] |
prev_state
->bits[i];
in tablet_force_button_presses()
86
prev_state
->bits[i] = 0;
in tablet_force_button_presses()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H
A
D
ieee802_1x_cp.c
492
enum cp_states
prev_state
;
in ieee802_1x_cp_step_run()
local
496
prev_state
= sm->CP_state;
in ieee802_1x_cp_step_run()
498
if (
prev_state
== sm->CP_state)
in ieee802_1x_cp_step_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H
A
D
ieee802_1x_cp.c
503
enum cp_states
prev_state
;
in ieee802_1x_cp_step_run()
local
507
prev_state
= sm->CP_state;
in ieee802_1x_cp_step_run()
509
if (
prev_state
== sm->CP_state)
in ieee802_1x_cp_step_run()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_legalize.c
93
struct ir3_legalize_state
prev_state
= bd->state;
in legalize_block()
local
359
if (memcmp(&
prev_state
, state, sizeof(*state))) {
in legalize_block()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
scan.c
1453
enum wpa_states
prev_state
;
in wpa_supplicant_req_sched_scan()
local
1528
prev_state
= wpa_s->wpa_state;
in wpa_supplicant_req_sched_scan()
1712
if (
prev_state
!= wpa_s->wpa_state)
in wpa_supplicant_req_sched_scan()
1713
wpa_supplicant_set_state(wpa_s,
prev_state
);
in wpa_supplicant_req_sched_scan()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
scan.c
1607
enum wpa_states
prev_state
;
in wpa_supplicant_req_sched_scan()
local
1682
prev_state
= wpa_s->wpa_state;
in wpa_supplicant_req_sched_scan()
1866
if (
prev_state
!= wpa_s->wpa_state)
in wpa_supplicant_req_sched_scan()
1867
wpa_supplicant_set_state(wpa_s,
prev_state
);
in wpa_supplicant_req_sched_scan()
/third_party/glfw/deps/
H
A
D
nuklear.h
22879
char
prev_state
= 0;
in nk_do_edit()
local
22906
prev_state
= (char)edit->active;
in nk_do_edit()
22914
if (!
prev_state
&& edit->active) {
in nk_do_edit()
22931
if (
prev_state
!= edit->active)
in nk_do_edit()
23466
unsigned char
prev_state
;
in nk_edit_buffer()
local
23499
prev_state
= (unsigned char)edit->active;
in nk_edit_buffer()
23506
if (edit->active &&
prev_state
!= edit->active) {
in nk_edit_buffer()
23510
} else if (
prev_state
&& !edit->active) {
in nk_edit_buffer()
Completed in 56 milliseconds