Home
last modified time | relevance | path

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

/openbsd-src/sbin/savecore/
H A Dzopen.c80 typedef long code_int; typedef
105 code_int zs_maxcode; /* Maximum code, given n_bits. */
106 code_int zs_maxmaxcode; /* Should NEVER generate this code. */
109 code_int zs_hsize; /* For dynamic table sizing. */
110 code_int zs_free_ent; /* First unused entry. */
128 code_int zs_ent;
129 code_int zs_hsize_reg;
135 code_int zs_code, zs_oldcode, zs_incode;
181 static int output(struct s_zstate *, code_int);
212 code_int i; in zwrite()
[all …]
/openbsd-src/usr.bin/compress/
H A Dzopen.c80 typedef long code_int; typedef
105 code_int zs_maxcode; /* Maximum code, given n_bits. */
106 code_int zs_maxmaxcode; /* Should NEVER generate this code. */
109 code_int zs_hsize; /* For dynamic table sizing. */
110 code_int zs_free_ent; /* First unused entry. */
128 code_int zs_ent;
129 code_int zs_hsize_reg;
135 code_int zs_code, zs_oldcode, zs_incode;
181 static code_int getcode(struct s_zstate *);
182 static int output(struct s_zstate *, code_int);
[all …]