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.cpp1000 bool b_empty = rgnb->isEmpty(); in Oper() local
1009 if (b_empty || !SkIRect::IntersectsNoEmptyCheck(rgna->fBounds, in Oper()
1019 if ((a_empty | b_empty) in Oper()
1038 if (b_empty) { in Oper()
1053 if (b_empty) { in Oper()
DSkAAClip.cpp1679 bool b_empty = clipB->isEmpty(); in op() local
1687 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) { in op()
1694 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()
1705 if (b_empty) { in op()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y886 int b_empty = _token_list_is_empty_ignoring_space(b); in _token_list_equal_ignoring_space() local
887 return a_empty == b_empty; in _token_list_equal_ignoring_space()