Lines Matching refs:elemmasks
727 elemmasks = [(i+1, 1<<i) for i in range(n)]729 addhashvalue(hash(frozenset([e for e, m in elemmasks if m&i])))