Searched refs:FindDeflateSubBlocks (Results 1 – 3 of 3) sorted by relevance
/external/puffin/src/ |
D | utils.cc | 126 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()
|
D | main.cc | 242 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/ |
D | utils.h | 65 bool FindDeflateSubBlocks(const UniqueStreamPtr& src,
|