Lines Matching refs:btMask
1568 U32 const btMask = (1 << btLog) - 1;
1578 const U32 btLow = btMask >= curr ? 0 : curr - btMask;
1579 U32 *smallerPtr = bt + 2 * (curr & btMask);
1589 U32 *const nextPtr = bt + 2 * (matchIndex & btMask);
1651 U32 const btMask = (1 << btLog) - 1;
1660 const U32 btLow = btMask >= curr ? 0 : curr - btMask;
1662 U32 *smallerPtr = bt + 2 * (curr & btMask);
1663 U32 *largerPtr = bt + 2 * (curr & btMask) + 1;
1671 U32 *const nextPtr = bt + 2 * (matchIndex & btMask);