Lines Matching refs:EBITSET_ZERO_P
109 #define EBITSET_ZERO_P(BSET) ((BSET)->b.cdata == 0) macro
354 if (EBITSET_ZERO_P (bset)) in ebitset_weed()
396 if (EBITSET_ZERO_P (bset)) in ebitset_zero()
496 if (EBITSET_ZERO_P (dst)) in ebitset_copy_cmp()
499 return !EBITSET_ZERO_P (src); in ebitset_copy_cmp()
581 if (EBITSET_ZERO_P (bset)) in ebitset_list_reverse()
667 if (EBITSET_ZERO_P (bset)) in ebitset_list()
898 if (EBITSET_ZERO_P (dst)) in ebitset_empty_p()
1181 if (EBITSET_ZERO_P (src2)) in ebitset_and_cmp()
1184 changed = EBITSET_ZERO_P (dst); in ebitset_and_cmp()
1188 else if (EBITSET_ZERO_P (src1)) in ebitset_and_cmp()
1191 changed = EBITSET_ZERO_P (dst); in ebitset_and_cmp()
1211 if (EBITSET_ZERO_P (src2)) in ebitset_andn_cmp()
1215 else if (EBITSET_ZERO_P (src1)) in ebitset_andn_cmp()
1218 changed = EBITSET_ZERO_P (dst); in ebitset_andn_cmp()
1236 if (EBITSET_ZERO_P (src2)) in ebitset_or_cmp()
1240 else if (EBITSET_ZERO_P (src1)) in ebitset_or_cmp()
1258 if (EBITSET_ZERO_P (src2)) in ebitset_xor_cmp()
1262 else if (EBITSET_ZERO_P (src1)) in ebitset_xor_cmp()