Home | History | Annotate | Download | only in src

Lines Matching refs:table

13    indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bits
38 /* Maximum size of the dynamic table. The maximum number of code structures is
42 program are the number of symbols, the initial root table size, and the
45 The initial root table size (9 or 6) is found in the fifth argument of the
46 inflate_table() calls in inflate.c and infback.c. If the root table size is
61 unsigned codes, code FAR * FAR *table,