Lines Matching refs:btMask
30 U32 const btMask = (1 << btLog) - 1;
47 U32* const nextCandidatePtr = bt + 2*(idx&btMask);
72 U32 const btMask = (1 << btLog) - 1;
82 U32* smallerPtr = bt + 2*(curr&btMask);
97 U32* const nextPtr = bt + 2*(matchIndex & btMask);
180 U32 const btMask = (1 << btLog) - 1;
181 U32 const btLow = (btMask >= dictHighLimit - dictLowLimit) ? dictLowLimit : dictHighLimit - btMask;
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask);
249 U32 const btMask = (1 << btLog) - 1;
250 U32 const btLow = (btMask >= curr) ? 0 : curr - btMask;
253 U32* nextCandidate = bt + 2*(matchIndex&btMask);
254 U32* unsortedMark = bt + 2*(matchIndex&btMask) + 1;
272 nextCandidate = bt + 2*(matchIndex&btMask);
273 unsortedMark = bt + 2*(matchIndex&btMask) + 1;
289 U32* const nextCandidateIdxPtr = bt + 2*(matchIndex&btMask) + 1;
303 U32* smallerPtr = bt + 2*(curr&btMask);
304 U32* largerPtr = bt + 2*(curr&btMask) + 1;
313 U32* const nextPtr = bt + 2*(matchIndex & btMask);