Lines Matching refs:bitAttrs
1133 // We maintain BIT_WIDTH copies of the bitAttrs automaton.
1150 bitAttr_t bitAttrs[BIT_WIDTH];
1157 bitAttrs[BitIndex] = ATTR_FILTERED;
1159 bitAttrs[BitIndex] = ATTR_NONE;
1167 switch (bitAttrs[BitIndex]) {
1170 bitAttrs[BitIndex] = ATTR_ALL_UNSET;
1172 bitAttrs[BitIndex] = ATTR_ALL_SET;
1176 bitAttrs[BitIndex] = ATTR_MIXED;
1180 bitAttrs[BitIndex] = ATTR_MIXED;
1189 // The regionAttr automaton consumes the bitAttrs automatons' state,
1213 bitAttr_t bitAttr = bitAttrs[BitIndex];