Home
last modified time | relevance | path

Searched refs:offs (Results 1 – 2 of 2) sorted by relevance

/lib/zlib_inflate/
Dinftrees.c45 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in zlib_inflate_table() local
127 offs[1] = 0; in zlib_inflate_table()
129 offs[len + 1] = offs[len] + count[len]; in zlib_inflate_table()
133 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in zlib_inflate_table()
/lib/
Ddecompress_unlzma.c299 uint32_t offs) in peek_old_byte() argument
303 while (offs > wr->header->dict_size) in peek_old_byte()
304 offs -= wr->header->dict_size; in peek_old_byte()
305 pos = wr->buffer_pos - offs; in peek_old_byte()
308 uint32_t pos = wr->buffer_pos - offs; in peek_old_byte()
330 static inline int INIT copy_byte(struct writer *wr, uint32_t offs) in copy_byte() argument
332 return write_byte(wr, peek_old_byte(wr, offs)); in copy_byte()