Searched refs:compress (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/drivers/fpga/ |
| H A D | socfpga_arria10.c | 162 bool encrypt, compress; in fpgamgr_set_cdratio_cdwidth() local 175 compress = (rbf_data[COMPRESSION_OFFSET] >> 1) & 1; in fpgamgr_set_cdratio_cdwidth() 176 compress = !compress; in fpgamgr_set_cdratio_cdwidth() 180 debug("read from rbf header: encrypt=%d compress=%d\n", encrypt, compress); in fpgamgr_set_cdratio_cdwidth() 202 if (!compress && !encrypt) { in fpgamgr_set_cdratio_cdwidth() 205 if (compress) in fpgamgr_set_cdratio_cdwidth()
|
| H A D | ivm_core.c | 1363 unsigned char compress = 0; in ispVMData() local 1385 compress = GetByte(); in ispVMData() 1386 if ((compress == VAR) && (g_usDataType & HEAP_IN)) { in ispVMData() 1389 compress = GetByte(); in ispVMData() 1392 switch (compress) { in ispVMData() 1436 for (index = 0; index < compress; index++) { in ispVMData() 1439 for (i = 0; i < size * 2 / compress; i++) { in ispVMData() 1441 (i * (unsigned short)compress)); in ispVMData() 1720 signed char compress = 0; in ispVMAmble() local 1739 compress = 1; in ispVMAmble() [all …]
|
| /rk3399_rockchip-uboot/test/ |
| H A D | compression.c | 291 static int run_test(char *name, mutate_func compress, mutate_func uncompress) in run_test() argument 317 errcheck(compress(orig_buf, orig_size, in run_test() 345 ret = compress(orig_buf, orig_size, in run_test() 408 static int run_bootm_test(int comp_type, mutate_func compress) in run_bootm_test() argument 421 compress((void *)plain, unc_len, compress_buff, compress_size, in run_bootm_test()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | make_fit_boot.sh | 19 ${srctree}/scripts/compress.sh lz4 ${srctree}/images/kernel
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 88 # define compress z_compress macro
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | history.txt | 106 C++ version of LZMA encoder could not correctly compress
|
| H A D | lzma.txt | 445 How To compress data
|
| /rk3399_rockchip-uboot/dts/ |
| H A D | Kconfig | 218 Do not compress the FIT image containing the DTBs available for the SPL.
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 4353 * compress the binary image:
|