Home
last modified time | relevance | path

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

/external/puffin/src/
Dmain.cc168 src_deflates_bit, "", \
215 auto src_deflates_bit = StringToExtents<BitExtent>(FLAGS_src_deflates_bit); in Main() local
232 src_stream, FLAGS_src_file, FLAGS_src_file_type, &src_deflates_bit)); in Main()
234 if (src_deflates_bit.empty() && src_deflates_byte.empty()) { in Main()
237 if (src_deflates_bit.empty()) { in Main()
239 &src_deflates_bit)); in Main()
243 TEST_AND_RETURN_FALSE(FindPuffLocations(src_stream, src_deflates_bit, in Main()
251 dst_puff_size, src_deflates_bit, dst_puffs); in Main()
273 dst_deflates_bit = src_deflates_bit; in Main()
320 src_stream, FLAGS_src_file, FLAGS_src_file_type, &src_deflates_bit)); in Main()
[all …]