Lines Matching refs:sizes
51 int sizes[0]; /* size of compressed blocks */ member
57 hdr->blocks_nr * sizeof(hdr->sizes[0]); in nx842_header_size()
455 hdr->sizes[i] = -max_sync_size; in nx842_compress()
466 hdr->sizes[i] = size; in nx842_compress()
581 if (hdr->sizes[i] < 0) { in nx842_decompress()
583 size = abs(hdr->sizes[i]); in nx842_decompress()
598 ((inbuf + hdr->sizes[i] - 1) & NX842_HW_PAGE_MASK))) { in nx842_decompress()
601 op.inlen = hdr->sizes[i]; in nx842_decompress()
604 nx842_build_scatterlist(inbuf, hdr->sizes[i] , &slin); in nx842_decompress()
644 inbuf += hdr->sizes[i]; in nx842_decompress()
652 (unsigned char *)inbuf, hdr->sizes[i], in nx842_decompress()
666 inbuf += hdr->sizes[i]; in nx842_decompress()