Home
last modified time | relevance | path

Searched refs:prev_s (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h146 uptr prev_s = 0; in Print() local
152 uptr d = s - prev_s; in Print()
153 uptr p = prev_s ? (d * 100 / prev_s) : 0; in Print()
160 prev_s = s; in Print()
/external/wpa_supplicant_8/src/wps/
Dwps_er.c692 struct wps_er_ap_settings *prev_s, *s; in wps_er_ap_remove_all() local
695 dl_list_for_each_safe(s, prev_s, &er->ap_settings, in wps_er_ap_remove_all()