Lines Matching defs:mask
104 static void one_bit_all(struct result *rr, int num, int mask)
107 if (mask >= num)
109 first = mask;
111 if (!(k & mask))
116 rr[first].dontcare = mask_of(ARRAY_SIZE(bits)) & ~mask;
118 if (k & mask)
124 static void neighbour_same(struct result *rr, int num, int mask)
127 for_rr (mask, k) {
128 if (!(k & mask) || (rr[k].dontcare & mask))
130 other = k ^ mask;
135 rr[k].dontcare |= mask;
193 unsigned mask = 1U << w;
195 if (mask & rr[i].dontcare) {
198 } else if (mask & i) {