Home
last modified time | relevance | path

Searched refs:a_empty (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dvlan.c20 const int a_empty = !a || !a->notempty; in vlan_compare() local
23 if (a_empty && b_empty) in vlan_compare()
25 if (a_empty || b_empty) in vlan_compare()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan.c20 const int a_empty = !a || !a->notempty; in vlan_compare() local
23 if (a_empty && b_empty) in vlan_compare()
25 if (a_empty || b_empty) in vlan_compare()
/third_party/skia/src/core/
DSkRegion.cpp1053 bool a_empty = rgna->isEmpty(); in Oper() local
1060 if (a_empty) { in Oper()
1072 if ((a_empty | b_empty) in Oper()
1088 if (a_empty) { in Oper()
1103 if (a_empty) { in Oper()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1176 int a_empty = _token_list_is_empty_ignoring_space(a); in _token_list_equal_ignoring_space() local
1178 return a_empty == b_empty; in _token_list_equal_ignoring_space()