Lines Matching refs:unc_len
593 size_t *unc_len[LZO_THREADS]; /* uncompressed lengths */ member
618 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
634 size_t unc_len; /* uncompressed length */ member
660 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
753 crc->unc_len[thr] = &data[thr].unc_len; in save_image_lzo()
799 data[thr].unc_len = off; in save_image_lzo()
826 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()
1121 size_t unc_len; /* uncompressed length */ member
1146 d->unc_len = LZO_UNC_SIZE; in lzo_decompress_threadfn()
1148 d->unc, &d->unc_len); in lzo_decompress_threadfn()
1151 (unsigned long)d->unc + d->unc_len); in lzo_decompress_threadfn()
1248 crc->unc_len[thr] = &data[thr].unc_len; in load_image_lzo()
1406 if (unlikely(!data[thr].unc_len || in load_image_lzo()
1407 data[thr].unc_len > LZO_UNC_SIZE || in load_image_lzo()
1408 data[thr].unc_len & (PAGE_SIZE - 1))) { in load_image_lzo()
1415 off < data[thr].unc_len; off += PAGE_SIZE) { in load_image_lzo()