Home
last modified time | relevance | path

Searched refs:b_empty (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan.c21 const int b_empty = !b || !b->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/src/ap/
Dvlan.c21 const int b_empty = !b || !b->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/flutter/skia/src/core/
DSkRegion.cpp1055 bool b_empty = rgnb->isEmpty(); in Oper() local
1064 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds, in Oper()
1074 if ((a_empty | b_empty) in Oper()
1093 if (b_empty) { in Oper()
1108 if (b_empty) { in Oper()
DSkAAClip.cpp1621 bool b_empty = clipB->isEmpty(); in op() local
1629 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) { in op()
1636 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()
1647 if (b_empty) { in op()
/third_party/skia/src/core/
DSkRegion.cpp1054 bool b_empty = rgnb->isEmpty(); in Oper() local
1063 if (b_empty || !SkIRect::Intersects(rgna->fBounds, rgnb->fBounds)) { in Oper()
1072 if ((a_empty | b_empty) in Oper()
1091 if (b_empty) { in Oper()
1106 if (b_empty) { in Oper()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1175 int b_empty = _token_list_is_empty_ignoring_space(b); in _token_list_equal_ignoring_space() local
1176 return a_empty == b_empty; in _token_list_equal_ignoring_space()