OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prev_current
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvapprox.cpp
72
_CvPtInfo *array, *first = 0, *current = 0, *
prev_current
= 0;
local
244
prev_current
= &temp;
273
prev_current
->next = current->next;
277
prev_current
= current;
286
prev_current
= &temp;
303
prev_current
->next = current->next;
307
prev_current
= current;
310
prev_current
= current;
350
first =
prev_current
= &temp;
362
int s1 =
prev_current
->s
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
883
struct wpa_ssid *ssid, *remove_ssid = NULL, *
prev_current
;
local
885
prev_current
= wpa_s->current_ssid;
906
if (
prev_current
== remove_ssid) {
[
all
...]
Completed in 832 milliseconds