Searched refs:a_empty (Results 1 – 7 of 7) sorted by relevance
20 const int a_empty = !a || !a->notempty; in vlan_compare() local23 if (a_empty && b_empty) in vlan_compare()25 if (a_empty || b_empty) in vlan_compare()
1054 bool a_empty = rgna->isEmpty(); in Oper() local1061 if (a_empty) { in Oper()1074 if ((a_empty | b_empty) in Oper()1090 if (a_empty) { in Oper()1105 if (a_empty) { in Oper()
1620 bool a_empty = clipA->isEmpty(); in op() local1626 if (a_empty) { in op()1636 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()1644 if (a_empty) { in op()
1053 bool a_empty = rgna->isEmpty(); in Oper() local1060 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()
1623 bool a_empty = clipA->isEmpty(); in op() local1629 if (a_empty) { in op()1639 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds, in op()1647 if (a_empty) { in op()
1162 Tensor a_empty; in TEST() local1167 EXPECT_FALSE(a_empty.SharesBufferWith(a_empty)); in TEST()1168 EXPECT_FALSE(a_empty.SharesBufferWith(b_empty)); in TEST()1169 EXPECT_FALSE(a_empty.SharesBufferWith(a)); in TEST()1170 EXPECT_FALSE(a_empty.SharesBufferWith(copy)); in TEST()
1174 int a_empty = _token_list_is_empty_ignoring_space(a); in _token_list_equal_ignoring_space() local1176 return a_empty == b_empty; in _token_list_equal_ignoring_space()