Home
last modified time | relevance | path

Searched defs:nextPtr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h296 U32 *nextPtr = bt + 2 * (matchIndex & btMask); in ZSTD_insertBtAndGetAllMatches() local
H A Dcompress.c1589 U32 *const nextPtr = bt + 2 * (matchIndex & btMask); in ZSTD_insertBt1() local
1671 U32 *const nextPtr = bt + 2 * (matchIndex & btMask); in ZSTD_insertBtAndFindBestMatch() local
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c459 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertBt1() local
690 U32* const nextPtr in ZSTD_insertBtAndGetAllMatches() local
748 const U32* const nextPtr = dmsBt + 2*(dictMatchIndex & dmsBtMask); ZSTD_insertBtAndGetAllMatches() local
[all...]
H A Dzstd_lazy.c97 U32* const nextPtr = bt + 2*(matchIndex & btMask); in ZSTD_insertDUBT1() local
189 U32* const nextPtr = dictBt + 2*(dictMatchIndex & btMask); in ZSTD_DUBT_findBetterDictMatch() local
313 U32* const nextPtr = bt + 2*(matchIndex & btMask); ZSTD_DUBT_findBestMatch() local
[all...]

Completed in 11 milliseconds