HomeSort by relevance Sort by last modified time
    Searched refs:prev_current (Results 1 - 3 of 3) sorted by null

  /external/selinux/libselinux/src/
procattr.c 14 static __thread char *prev_current = UNSET; variable
35 if (prev_current != UNSET)
36 free(prev_current);
116 prev_context = prev_current;
213 prev_context = &prev_current;
  /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 920 struct wpa_ssid *ssid, *remove_ssid = NULL, *prev_current; local
925 prev_current = wpa_s->current_ssid;
948 if (prev_current == remove_ssid) {
    [all...]

Completed in 133 milliseconds