Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/compress/
Dzopen.c81 typedef long code_int; typedef
107 code_int zs_maxcode; /* Maximum code, given n_bits. */
108 code_int zs_maxmaxcode; /* Should NEVER generate this code. */
111 code_int zs_hsize; /* For dynamic table sizing. */
112 code_int zs_free_ent; /* First unused entry. */
129 code_int zs_ent;
130 code_int zs_hsize_reg;
136 code_int zs_code, zs_oldcode, zs_incode;
204 static code_int getcode(struct s_zstate *);
205 static int output(struct s_zstate *, code_int);
[all …]
/freebsd-12-stable/usr.bin/gzip/
Dzuncompress.c72 typedef long code_int; typedef
94 code_int zs_maxcode; /* Maximum code, given n_bits. */
95 code_int zs_maxmaxcode; /* Should NEVER generate this code. */
98 code_int zs_hsize; /* For dynamic table sizing. */
99 code_int zs_free_ent; /* First unused entry. */
116 code_int zs_ent;
117 code_int zs_hsize_reg;
123 code_int zs_code, zs_oldcode, zs_incode;
130 static code_int getcode(struct s_zstate *zs);
333 static code_int
[all …]