Lines Matching refs:cells
27 if ((cells()[start_cell_index] & matching_mask) != matching_mask) {
31 if (cells()[i] != ~0u) return false;
34 return ((cells()[end_cell_index] & matching_mask) == matching_mask);
37 return (cells()[end_cell_index] & matching_mask) == matching_mask;
56 if ((cells()[start_cell_index] & matching_mask)) return false;
58 if (cells()[i]) return false;
61 return !(cells()[end_cell_index] & matching_mask);
64 return !(cells()[end_cell_index] & matching_mask);
124 printer.Print(i, cells()[i]);
133 if (cells()[i] != 0) {