Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h688 static unsigned ZSTD_NbCommonBytes (size_t val) in ZSTD_NbCommonBytes() function
748 if (diff) return ZSTD_NbCommonBytes(diff); } in ZSTD_count()
753 pIn += ZSTD_NbCommonBytes(diff); in ZSTD_count()