Home | History | Annotate | Download | only in squashfs

Lines Matching defs:c_byte

89 				int *cur_index, int *offset, int *c_byte)
114 *c_byte = temp;
128 *c_byte = temp;
167 unsigned int c_byte = length;
169 if (c_byte) {
171 compressed = SQUASHFS_COMPRESSED_BLOCK(c_byte);
173 c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte);
176 ? "" : "un", (unsigned int) c_byte);
181 for (b = 1; bytes < c_byte; b++) {
189 &c_byte)))
193 compressed = SQUASHFS_COMPRESSED(c_byte);
195 c_byte = SQUASHFS_COMPRESSED_SIZE(c_byte);
198 ? "" : "un", (unsigned int) c_byte);
200 for (b = 1; bytes < c_byte; b++) {
212 avail_bytes = (c_byte - bytes) > (msblk->devblksize - offset) ?
214 c_byte - bytes;
231 msblk->stream.avail_in = c_byte;
249 *next_index = index + c_byte + (length ? 0 :