Home
last modified time | relevance | path

Searched refs:sel_a (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps.c361 int sel_a, sel_b; in wps_ap_priority_compar() local
365 sel_a = attr.selected_registrar && *attr.selected_registrar != 0; in wps_ap_priority_compar()
371 if (sel_a && !sel_b) in wps_ap_priority_compar()
373 if (!sel_a && sel_b) in wps_ap_priority_compar()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps.c367 int sel_a, sel_b; in wps_ap_priority_compar() local
371 sel_a = attr.selected_registrar && *attr.selected_registrar != 0; in wps_ap_priority_compar()
377 if (sel_a && !sel_b) in wps_ap_priority_compar()
379 if (!sel_a && sel_b) in wps_ap_priority_compar()
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc4051 int sel_a = ((rot == 0) || (rot == 180)) ? 0 : 1;
4052 int sel_b = 1 - sel_a;
4060 int64_t r2 = src2.Int(quarter_vform, (4 * i) + (2 * j) + sel_a);

Completed in 10 milliseconds