Lines Matching refs:unc
603 unsigned char *unc[CMP_THREADS]; /* uncompressed data */ member
627 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
646 unsigned char unc[UNC_SIZE]; /* uncompressed buffer */ member
674 d->ret = crypto_comp_compress(d->cc, d->unc, d->unc_len, in compress_threadfn()
775 crc->unc[thr] = data[thr].unc; in save_compressed_image()
811 memcpy(data[thr].unc + off, in save_compressed_image()
1153 unsigned char unc[UNC_SIZE]; /* uncompressed buffer */ member
1179 d->unc, &unc_len); in decompress_threadfn()
1183 flush_icache_range((unsigned long)d->unc, in decompress_threadfn()
1184 (unsigned long)d->unc + d->unc_len); in decompress_threadfn()
1284 crc->unc[thr] = data[thr].unc; in load_compressed_image()
1454 data[thr].unc + off, PAGE_SIZE); in load_compressed_image()