Lines Matching defs:offset
389 uint32_t offset = 0, slice_len = 0;
484 * get the offset in bytes.
486 offset += write_huff_codes(dst + sstart * width, c->slice_bits,
490 slice_len = offset - slice_len;
497 /* Write the offset to the stream */
498 bytestream2_put_le32(pb, offset);
502 offset - slice_len, SEEK_CUR);
508 bytestream2_seek_p(pb, -4 * (c->slices - i - 1) - offset,
511 slice_len = offset;
515 bytestream2_seek_p(pb, offset, SEEK_CUR);