Searched defs:compress (Results 1 – 10 of 10) sorted by relevance
| /u-boot/tools/binman/btool/ |
| A D | lz4.py | 81 def compress(self, indata): member in Bintoollz4
|
| A D | lzma_alone.py | 58 def compress(self, indata): member in Bintoollzma_alone
|
| A D | cbfstool.py | 147 def add_raw(self, cbfs_fname, name, fname, compress=None, base=None): argument
|
| /u-boot/tools/binman/ |
| A D | cbfs_util.py | 144 def compress_name(compress): argument 224 def __init__(self, name, ftype, data, cbfs_offset, compress=COMPRESS_NONE): argument 277 def raw(cls, name, data, cbfs_offset, compress): argument 541 compress=COMPRESS_NONE): argument
|
| A D | cbfs_util_test.py | 159 def _get_expected_cbfs(self, size, arch='x86', compress=None, base=None): argument
|
| A D | bintool.py | 537 def compress(self, indata): member in BintoolPacker
|
| /u-boot/test/ |
| A D | compression.c | 374 mutate_func compress, mutate_func uncompress, in run_test_internal() 440 mutate_func compress, mutate_func uncompress) in run_test() 531 mutate_func compress) in run_bootm_test()
|
| /u-boot/drivers/fpga/ |
| A D | ivm_core.c | 1364 unsigned char compress = 0; in ispVMData() local 1721 signed char compress = 0; in ispVMAmble() local
|
| A D | socfpga_arria10.c | 182 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local
|
| /u-boot/include/u-boot/ |
| A D | zlib.h | 88 # define compress z_compress macro
|
Completed in 17 milliseconds