Searched refs:offsetPtr (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_lazy.c | 156 size_t* offsetPtr, in ZSTD_DUBT_findBetterDictMatch() argument 198 …estLength)) > (int)(ZSTD_highbit32(current-matchIndex+1) - ZSTD_highbit32((U32)offsetPtr[0]+1)) ) { in ZSTD_DUBT_findBetterDictMatch() 200 …current, (U32)bestLength, (U32)matchLength, (U32)*offsetPtr, ZSTD_REP_MOVE + current - matchIndex,… in ZSTD_DUBT_findBetterDictMatch() 201 bestLength = matchLength, *offsetPtr = ZSTD_REP_MOVE + current - matchIndex; in ZSTD_DUBT_findBetterDictMatch() 221 U32 const mIndex = current - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch() 223 current, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBetterDictMatch() 233 size_t* offsetPtr, in ZSTD_DUBT_findBestMatch() argument 329 …-bestLength)) > (int)(ZSTD_highbit32(current-matchIndex+1) - ZSTD_highbit32((U32)offsetPtr[0]+1)) ) in ZSTD_DUBT_findBestMatch() 330 bestLength = matchLength, *offsetPtr = ZSTD_REP_MOVE + current - matchIndex; in ZSTD_DUBT_findBestMatch() 362 offsetPtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch() [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_lazy.c | 156 size_t* offsetPtr, in ZSTD_DUBT_findBetterDictMatch() argument 198 …h-bestLength)) > (int)(ZSTD_highbit32(curr-matchIndex+1) - ZSTD_highbit32((U32)offsetPtr[0]+1)) ) { in ZSTD_DUBT_findBetterDictMatch() 200 …curr, (U32)bestLength, (U32)matchLength, (U32)*offsetPtr, STORE_OFFSET(curr - matchIndex), dictMat… in ZSTD_DUBT_findBetterDictMatch() 201 bestLength = matchLength, *offsetPtr = STORE_OFFSET(curr - matchIndex); in ZSTD_DUBT_findBetterDictMatch() 221 U32 const mIndex = curr - (U32)STORED_OFFSET(*offsetPtr); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch() 223 curr, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBetterDictMatch() 233 size_t* offsetPtr, in ZSTD_DUBT_findBestMatch() argument 330 …gth-bestLength)) > (int)(ZSTD_highbit32(curr-matchIndex+1) - ZSTD_highbit32((U32)offsetPtr[0]+1)) ) in ZSTD_DUBT_findBestMatch() 331 bestLength = matchLength, *offsetPtr = STORE_OFFSET(curr - matchIndex); in ZSTD_DUBT_findBestMatch() 364 offsetPtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch() [all …]
|