Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h184 uptr prev_s = 0; in Print() local
190 uptr d = s - prev_s; in Print()
191 uptr p = prev_s ? (d * 100 / prev_s) : 0; in Print()
200 prev_s = s; in Print()
/freebsd/contrib/wpa/src/wps/
H A Dwps_er.c691 struct wps_er_ap_settings *prev_s, *s; in wps_er_ap_remove_all() local
694 dl_list_for_each_safe(s, prev_s, &er->ap_settings, in wps_er_ap_remove_all()