Home
last modified time | relevance | path

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

/dragonfly/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()