Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/skia/src/core/
DSkRegion.cpp1002 bool b_empty = rgnb->isEmpty(); in Oper() local
1011 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds, in Oper()
1021 if ((a_empty | b_empty) in Oper()
1040 if (b_empty) { in Oper()
1055 if (b_empty) { in Oper()
DSkAAClip.cpp1706 bool b_empty = clipB->isEmpty(); in op() local
1714 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) { in op()
1721 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()
1732 if (b_empty) { in op()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1064 int b_empty = _token_list_is_empty_ignoring_space(b); in _token_list_equal_ignoring_space() local
1065 return a_empty == b_empty; in _token_list_equal_ignoring_space()