Searched refs:zstd_compress_bound (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/zstd/
H A Dzstd_compress_module.c69 size_t zstd_compress_bound(size_t src_size) function
73 EXPORT_SYMBOL(zstd_compress_bound); variable
/linux-master/include/linux/
H A Dzstd.h30 * zstd_compress_bound() - maximum compressed size in worst case scenario
35 size_t zstd_compress_bound(size_t src_size);
/linux-master/security/apparmor/
H A Dpolicy_unpack.c1300 size_t out_len = zstd_compress_bound(slen);

Completed in 130 milliseconds