Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h635 const BYTE* const pInLoopLimit = pInLimit - (sizeof(size_t)-1); in ZSTD_count() local
637 if (pIn < pInLoopLimit) { in ZSTD_count()
641 while (pIn < pInLoopLimit) { in ZSTD_count()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10475 const BYTE* const pInLoopLimit = pInLimit - (sizeof(size_t)-1); in ZSTD_count() local
10477 if (pIn < pInLoopLimit) { in ZSTD_count()
10481 while (pIn < pInLoopLimit) { in ZSTD_count()