Lines Matching refs:unc
594 unsigned char *unc[LZO_THREADS]; /* uncompressed data */ member
618 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
636 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
660 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
752 crc->unc[thr] = data[thr].unc; in save_image_lzo()
788 memcpy(data[thr].unc + off, in save_image_lzo()
1123 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
1148 d->unc, &d->unc_len); in lzo_decompress_threadfn()
1150 flush_icache_range((unsigned long)d->unc, in lzo_decompress_threadfn()
1151 (unsigned long)d->unc + d->unc_len); in lzo_decompress_threadfn()
1247 crc->unc[thr] = data[thr].unc; in load_image_lzo()
1417 data[thr].unc + off, PAGE_SIZE); in load_image_lzo()