Lines Matching refs:compress_bound
1029 int compress_bound = LZ4_compressBound(static_cast<int>(length)); in LZ4_Compress() local
1030 output->resize(static_cast<size_t>(output_header_len + compress_bound)); in LZ4_Compress()
1043 static_cast<int>(length), compress_bound, 1); in LZ4_Compress()
1047 compress_bound); in LZ4_Compress()
1052 static_cast<int>(length), compress_bound); in LZ4_Compress()
1163 int compress_bound = LZ4_compressBound(static_cast<int>(length)); in LZ4HC_Compress() local
1164 output->resize(static_cast<size_t>(output_header_len + compress_bound)); in LZ4HC_Compress()
1186 static_cast<int>(length), compress_bound); in LZ4HC_Compress()
1190 compress_bound); in LZ4HC_Compress()
1197 compress_bound, level); in LZ4HC_Compress()
1201 static_cast<int>(length), compress_bound); in LZ4HC_Compress()