Searched refs:smallerPtr (Results 1 – 2 of 2) sorted by relevance
254 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBtAndGetAllMatches() local327 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertBtAndGetAllMatches()330 smallerPtr = &dummy32; in ZSTD_insertBtAndGetAllMatches()333 smallerPtr = nextPtr + 1; /* new "smaller" => larger of match */ in ZSTD_insertBtAndGetAllMatches()348 *smallerPtr = *largerPtr = 0; in ZSTD_insertBtAndGetAllMatches()
1579 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBt1() local1580 U32 *largerPtr = smallerPtr + 1; in ZSTD_insertBt1()1614 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertBt1()1617 smallerPtr = &dummy32; in ZSTD_insertBt1()1620 smallerPtr = nextPtr + 1; /* new "smaller" => larger of match */ in ZSTD_insertBt1()1635 *smallerPtr = *largerPtr = 0; in ZSTD_insertBt1()1662 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBtAndFindBestMatch() local1697 *smallerPtr = matchIndex; /* update smaller idx */ in ZSTD_insertBtAndFindBestMatch()1700 smallerPtr = &dummy32; in ZSTD_insertBtAndFindBestMatch()1703 smallerPtr = nextPtr + 1; /* new "smaller" => larger of match */ in ZSTD_insertBtAndFindBestMatch()[all …]