Searched defs:blockEnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dbenchzstd.c364 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; local
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c182 U32 const blockEnd = nbBlocks + nbBlocksforThisFile; local
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h920 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) argument
965 ZSTD_checkDictValidity(const ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) argument
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10759 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) argument
10804 ZSTD_checkDictValidity(const ZSTD_window_t* window, const void* blockEnd, U32 maxDist, U32* loadedDictEndPtr, const ZSTD_matchState_t** dictMatchStatePtr) argument
[all...]

Completed in 407 milliseconds