Lines Matching refs:RA
468 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1396 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit,
1398 if (RA == ATTR_MIXED && AllowMixed)
1400 else if (RA == ATTR_ALL_SET && !AllowMixed)
1518 bitAttr_t RA = ATTR_NONE;
1526 switch (RA) {
1533 RA = ATTR_ALL_SET;
1539 RA = ATTR_MIXED;
1548 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1549 RA = ATTR_NONE;
1554 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1555 RA = ATTR_NONE;
1558 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1560 RA = ATTR_MIXED;
1569 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1571 RA = ATTR_NONE;
1574 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1576 RA = ATTR_ALL_SET;
1579 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1580 RA = ATTR_NONE;
1596 switch (RA) {
1602 reportRegion(RA, StartBit, BitIndex, AllowMixed);
1607 reportRegion(RA, StartBit, BitIndex, AllowMixed);