Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h497 static unsigned ZSTD_NbCommonBytes (size_t val) in ZSTD_NbCommonBytes() function
569 if (diff) return ZSTD_NbCommonBytes(diff); } in ZSTD_count()
574 pIn += ZSTD_NbCommonBytes(diff); in ZSTD_count()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h700 static unsigned ZSTD_NbCommonBytes (size_t val) in ZSTD_NbCommonBytes() function
804 if (diff) return ZSTD_NbCommonBytes(diff); } in ZSTD_count()
809 pIn += ZSTD_NbCommonBytes(diff); in ZSTD_count()