Searched refs:offBasePtr (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 246 size_t* offBasePtr, in ZSTD_DUBT_findBestMatch() argument 343 …th-bestLength)) > (int)(ZSTD_highbit32(curr - matchIndex + 1) - ZSTD_highbit32((U32)*offBasePtr)) ) in ZSTD_DUBT_findBestMatch() 344 bestLength = matchLength, *offBasePtr = OFFSET_TO_OFFBASE(curr - matchIndex); in ZSTD_DUBT_findBestMatch() 377 offBasePtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch() 384 U32 const mIndex = curr - (U32)OFFBASE_TO_OFFSET(*offBasePtr); (void)mIndex; in ZSTD_DUBT_findBestMatch() 386 curr, (U32)bestLength, (U32)*offBasePtr, mIndex); in ZSTD_DUBT_findBestMatch() 398 size_t* offBasePtr, in ZSTD_BtFindBestMatch() argument 405 return ZSTD_DUBT_findBestMatch(ms, ip, iLimit, offBasePtr, mls, dictMode); in ZSTD_BtFindBestMatch() 1370 size_t* offBasePtr) \ 1373 return ZSTD_BtFindBestMatch(ms, ip, iLimit, offBasePtr, mls, ZSTD_##dictMode); \
|