Home
last modified time | relevance | path

Searched defs:nextPtr (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/lib/zstd/compress/
Dzstd_opt.c491 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
726 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
784 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); in ZSTD_insertBtAndGetAllMatches() local
Dzstd_lazy.c108 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
201 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
326 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_DUBT_findBestMatch() local