Home
last modified time | relevance | path

Searched refs:smallerPtr (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/zstd/
Dzstd_opt.h254 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBtAndGetAllMatches() local
327 *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()
Dcompress.c1579 U32 *smallerPtr = bt + 2 * (curr & btMask); in ZSTD_insertBt1() local
1580 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() local
1697 *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 …]