Lines Matching refs:selt1
1039 lbitset_elt *selt1 = LBITSET_HEAD (src1); in lbitset_op3_cmp() local
1057 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1060 while (selt1 || selt2) in lbitset_op3_cmp()
1067 stmp1 = selt1; in lbitset_op3_cmp()
1069 selt1 = selt1->next; in lbitset_op3_cmp()
1070 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1077 stmp1 = selt1; in lbitset_op3_cmp()
1079 selt1 = selt1->next; in lbitset_op3_cmp()
1080 windex1 = (selt1) ? selt1->index : BITSET_WINDEX_MAX; in lbitset_op3_cmp()
1197 lbitset_elt *selt1 = LBITSET_HEAD (src1); in lbitset_and_cmp() local
1208 else if (!selt1) in lbitset_and_cmp()
1229 lbitset_elt *selt1 = LBITSET_HEAD (src1); in lbitset_andn_cmp() local
1237 else if (!selt1) in lbitset_andn_cmp()
1258 lbitset_elt *selt1 = LBITSET_HEAD (src1); in lbitset_or_cmp() local
1265 else if (!selt1) in lbitset_or_cmp()
1283 lbitset_elt *selt1 = LBITSET_HEAD (src1); in lbitset_xor_cmp() local
1290 else if (!selt1) in lbitset_xor_cmp()