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()
464 hdr->sizes[i] = -max_sync_size; in nx842_compress()
475 hdr->sizes[i] = size; in nx842_compress()
590 if (hdr->sizes[i] < 0) { in nx842_decompress()
592 size = abs(hdr->sizes[i]); in nx842_decompress()
607 ((inbuf + hdr->sizes[i] - 1) & NX842_HW_PAGE_MASK))) { in nx842_decompress()
610 op.inlen = hdr->sizes[i]; in nx842_decompress()
613 nx842_build_scatterlist(inbuf, hdr->sizes[i] , &slin); in nx842_decompress()
653 inbuf += hdr->sizes[i]; in nx842_decompress()
661 (unsigned char *)inbuf, hdr->sizes[i], in nx842_decompress()
675 inbuf += hdr->sizes[i]; in nx842_decompress()