Searched refs:Compress (Results 1 – 8 of 8) sorted by relevance
154 Compress the FIT image containing the DTBs available for the SPL162 Compress the FIT image containing the DTBs available for the SPL254 Compress the FIT image containing the DTBs available for the SPL262 Compress the FIT image containing the DTBs available for the SPL
458 def Compress(indata, algo, with_header=True): function
364 data = tools.Compress(orig_data, 'lz4', with_header=False)366 data = tools.Compress(orig_data, 'lzma', with_header=False)
897 data = tools.Compress(indata, self.compress)
4128 expect1 = tools.Compress(COMPRESS_DATA + U_BOOT_DATA, 'lz4')4134 expect2 = tools.Compress(COMPRESS_DATA + COMPRESS_DATA, 'lz4')
92 Compress - files related to compression/decompression117 Compress - files related to compression/decompression
186 # Compress it into LZO format
770 Compress a memory region with zlib deflate method.
Completed in 35 milliseconds