Searched refs:ShouldCompress (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | Archive.h | 497 bool ShouldCompress, ///< Should the member be compressed?
|
/external/brotli/c/enc/ |
D | compress_fragment_two_pass.c | 524 static BROTLI_BOOL ShouldCompress( in ShouldCompress() function 576 if (ShouldCompress(input, block_size, num_literals)) { in BrotliCompressFragmentTwoPassImpl()
|
D | encode.c | 496 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/ |
D | ArchiveWriter.cpp | 207 bool ShouldCompress, in writeMember() argument
|