Searched defs:compress (Results 1 – 6 of 6) sorted by relevance
/u-boot/tools/binman/ |
A D | cbfs_util.py | 143 def compress_name(compress): argument 223 def __init__(self, name, ftype, data, cbfs_offset, compress=COMPRESS_NONE): argument 272 def raw(cls, name, data, cbfs_offset, compress): argument 538 compress=COMPRESS_NONE): argument
|
A D | cbfs_util_test.py | 165 def _get_expected_cbfs(self, size, arch='x86', compress=None, base=None): argument
|
/u-boot/test/ |
A D | compression.c | 316 mutate_func compress, mutate_func uncompress, in run_test_internal() 379 mutate_func compress, mutate_func uncompress) in run_test() 463 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 | 167 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 56 milliseconds