Home
last modified time | relevance | path

Searched refs:srcEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h505 void const* srcEnd) in ZSTD_window_needOverflowCorrection() argument
507 U32 const current = (U32)((BYTE const*)srcEnd - window.base); in ZSTD_window_needOverflowCorrection()
576 void const* srcEnd, U32 maxDist, in ZSTD_window_enforceMaxDist() argument
579 U32 const current = (U32)((BYTE const*)srcEnd - window->base); in ZSTD_window_enforceMaxDist()
/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c222 void* srcEnd; member
1166 fr->srcEnd = CONTENT_BUFFER + sizeof(CONTENT_BUFFER); in initFrame()