Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Bit2

338   uint16_t Bit2 = (VR2 == SelR) ? SelB : BitN;
340 // - return false, if at the same time Bit2 exceeds VR2, or
345 return Bit2 < W2;
346 // If Bit1 is within VR1, but Bit2 is not within VR2, return false.
347 if (W2 <= Bit2)
350 const BitTracker::BitValue &V1 = RC1[Bit1], V2 = RC2[Bit2];