Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c221 U32 const mIndex = current - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch() local
369 U32 const mIndex = current - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBestMatch() local
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c221 U32 const mIndex = curr - (U32)STORED_OFFSET(*offsetPtr); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch() local
371 U32 const mIndex = curr - (U32)STORED_OFFSET(*offsetPtr); (void)mIndex; in ZSTD_DUBT_findBestMatch() local