Home
last modified time | relevance | path

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

/external/puffin/src/
Dutils.cc126 bool FindDeflateSubBlocks(const UniqueStreamPtr& src, in FindDeflateSubBlocks() function
171 FindDeflateSubBlocks(zlib_blc_src, deflate_blocks, &deflate_subblocks)); in LocateDeflatesInZlibBlocks()
339 return FindDeflateSubBlocks(src, deflate_blocks, deflates); in LocateDeflateSubBlocksInZipArchive()
Dmain.cc242 TEST_AND_RETURN_VALUE(FindDeflateSubBlocks(src_stream, src_deflates_byte, in main()
348 TEST_AND_RETURN_VALUE(FindDeflateSubBlocks(src_stream, src_deflates_byte, in main()
354 TEST_AND_RETURN_VALUE(FindDeflateSubBlocks(dst_stream, dst_deflates_byte, in main()
/external/puffin/src/include/puffin/
Dutils.h65 bool FindDeflateSubBlocks(const UniqueStreamPtr& src,