Lines Matching refs:unc
587 unsigned char *unc[LZO_THREADS]; /* uncompressed data */ member
611 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
629 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
653 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
745 crc->unc[thr] = data[thr].unc; in save_image_lzo()
781 memcpy(data[thr].unc + off, in save_image_lzo()
1115 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
1140 d->unc, &d->unc_len); in lzo_decompress_threadfn()
1142 flush_icache_range((unsigned long)d->unc, in lzo_decompress_threadfn()
1143 (unsigned long)d->unc + d->unc_len); in lzo_decompress_threadfn()
1239 crc->unc[thr] = data[thr].unc; in load_image_lzo()
1409 data[thr].unc + off, PAGE_SIZE); in load_image_lzo()