Lines Matching refs:unc
596 unsigned char *unc[LZO_THREADS]; /* uncompressed data */ member
620 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
638 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
662 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
751 crc->unc[thr] = data[thr].unc; in save_image_lzo()
787 memcpy(data[thr].unc + off, in save_image_lzo()
1122 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
1147 d->unc, &d->unc_len); in lzo_decompress_threadfn()
1149 flush_icache_range((unsigned long)d->unc, in lzo_decompress_threadfn()
1150 (unsigned long)d->unc + d->unc_len); in lzo_decompress_threadfn()
1243 crc->unc[thr] = data[thr].unc; in load_image_lzo()
1413 data[thr].unc + off, PAGE_SIZE); in load_image_lzo()