Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h497 bool ShouldCompress, ///< Should the member be compressed?
/external/brotli/c/enc/
Dcompress_fragment_two_pass.c524 static BROTLI_BOOL ShouldCompress( in ShouldCompress() function
576 if (ShouldCompress(input, block_size, num_literals)) { in BrotliCompressFragmentTwoPassImpl()
Dencode.c496 static BROTLI_BOOL ShouldCompress( in ShouldCompress() function
566 if (!ShouldCompress(data, mask, last_flush_pos, bytes, in WriteMetaBlockInternal()
1294 } else if (!ShouldCompress(input_buffer, mask, metablock_start, in BrotliCompressBufferQuality10()
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp207 bool ShouldCompress, in writeMember() argument