Lines Matching refs:nextPtr
1589 U32 *const nextPtr = bt + 2 * (matchIndex & btMask);
1620 smallerPtr = nextPtr + 1; /* new "smaller" => larger of match */
1621 matchIndex = nextPtr[1]; /* new matchIndex larger than previous (closer to curr) */
1630 largerPtr = nextPtr;
1631 matchIndex = nextPtr[0];
1671 U32 *const nextPtr = bt + 2 * (matchIndex & btMask);
1703 smallerPtr = nextPtr + 1; /* new "smaller" => larger of match */
1704 matchIndex = nextPtr[1]; /* new matchIndex larger than previous (closer to curr) */
1713 largerPtr = nextPtr;
1714 matchIndex = nextPtr[0];