Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_internal.h562 static unsigned ZSTD_NbCommonBytes (size_t val) in ZSTD_NbCommonBytes() function
622 if (diff) return ZSTD_NbCommonBytes(diff); } in ZSTD_count()
627 pIn += ZSTD_NbCommonBytes(diff); in ZSTD_count()