Searched refs:bitset1 (Results 1 – 2 of 2) sorted by relevance
42 static pANTLR3_BITSET antlr3BitsetOR (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2);46 static ANTLR3_BOOLEAN antlr3BitsetEquals (pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2);353 antlr3BitsetOR(pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) in antlr3BitsetOR() argument357 if (bitset1 == NULL) in antlr3BitsetOR()364 return antlr3BitsetClone(bitset1); in antlr3BitsetOR()369 bitset = antlr3BitsetClone(bitset1); in antlr3BitsetOR()511 antlr3BitsetEquals(pANTLR3_BITSET bitset1, pANTLR3_BITSET bitset2) in antlr3BitsetEquals() argument516 if (bitset1 == NULL || bitset2 == NULL) in antlr3BitsetEquals()523 if (bitset1->blist.length < bitset2->blist.length) in antlr3BitsetEquals()525 minimum = bitset1->blist.length; in antlr3BitsetEquals()[all …]
94 …pANTLR3_BITSET (*bor) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_struct *…99 …ANTLR3_BOOLEAN (*equals) (struct ANTLR3_BITSET_struct * bitset1, struct ANTLR3_BITSET_str…