Lines Matching full:mixed
314 bool Mixed; // a mixed region contains both set and unset bits
333 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
556 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
588 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
595 bool mixed)
596 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
1552 bool mixed) {
1612 // States: NONE, FILTERED, ALL_SET, ALL_UNSET, and MIXED.
1618 // (ALL_SET) ---- _ ----> (MIXED)
1619 // (ALL_UNSET) -- [01] -> (MIXED)
1621 // (MIXED) ------ . ----> (MIXED)
1667 // States: NONE, ALL_SET, MIXED
1673 // (NONE) ----- M --> (MIXED) ; and set region start
1677 // (ALL_SET) -- M --> (MIXED) ; and report an ALL_SET region
1678 // (MIXED) ---- F --> (NONE) ; and report a MIXED region
1679 // (MIXED) ---- S --> (ALL_SET) ; and report a MIXED region
1680 // (MIXED) ---- U --> (NONE) ; and report a MIXED region
1681 // (MIXED) ---- M --> (MIXED)
1760 // At the end, if we're still in ALL_SET or MIXED states, report a region
1811 // Then regions of mixed bits (both known and unitialized bit values allowed).