Searched refs:mIndex (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_lazy.c | 221 U32 const mIndex = current - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch() local 223 current, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBetterDictMatch() 369 U32 const mIndex = current - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBestMatch() local 371 current, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBestMatch()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_lazy.c | 221 U32 const mIndex = curr - (U32)STORED_OFFSET(*offsetPtr); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch() local 223 curr, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBetterDictMatch() 371 U32 const mIndex = curr - (U32)STORED_OFFSET(*offsetPtr); (void)mIndex; in ZSTD_DUBT_findBestMatch() local 373 curr, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBestMatch()
|