Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_internal.h559 static unsigned ZSTD_NbCommonBytes (size_t val) in ZSTD_NbCommonBytes() function
639 if (diff) return ZSTD_NbCommonBytes(diff); } in ZSTD_count()
644 pIn += ZSTD_NbCommonBytes(diff); in ZSTD_count()