Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c289 U32* const nextCandidateIdxPtr = bt + 2*(matchIndex&btMask) + 1; in ZSTD_DUBT_findBestMatch() local
290 U32 const nextCandidateIdx = *nextCandidateIdxPtr; in ZSTD_DUBT_findBestMatch()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c18673 U32* const nextCandidateIdxPtr = bt + 2*(matchIndex&btMask) + 1; in ZSTD_DUBT_findBestMatch() local
18674 U32 const nextCandidateIdx = *nextCandidateIdxPtr; in ZSTD_DUBT_findBestMatch()